Change value of product_family to 2, fix issue I3A6CP

This commit is contained in:
miao_kaibo 2021-03-05 18:46:51 +08:00
parent fc7f069d99
commit be2325b2c1

View File

@ -5,7 +5,7 @@
%define dist_release_version 8 %define dist_release_version 8
%define generic_version 20.03 %define generic_version 20.03
%define generic_patch_level LTS %define generic_patch_level LTS
%define generic_release 42 %define generic_release 43
%define builtin_release_version 1.0 %define builtin_release_version 1.0
%define current_arch %{_arch} %define current_arch %{_arch}
@ -92,7 +92,7 @@ cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
# dist macros. # dist macros.
%%dist %%{nil} %%dist %%{nil}
%%%{product_family} %{generic_version} %%%{product_family} 2
EOF EOF
# use unbranded datadir # use unbranded datadir
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/performance.sh /etc/profile.d/performance.sh
%changelog %changelog
* Sat Dec 26 2020 fu_changjie <fuchangjie@kylinos.cn> - 1.0-43
- Change value of product_family to 2, fix issue I3A6CP
* Sat Dec 26 2020 fu_changjie <fuchangjie@kylinos.cn> - 1.0-42 * Sat Dec 26 2020 fu_changjie <fuchangjie@kylinos.cn> - 1.0-42
- Use generic_version macro instead of constant value fix issue I28WC0 - Use generic_version macro instead of constant value fix issue I28WC0