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 generic_version 20.03
%define generic_patch_level LTS
%define generic_release 42
%define generic_release 43
%define builtin_release_version 1.0
%define current_arch %{_arch}
@ -92,7 +92,7 @@ cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
# dist macros.
%%dist %%{nil}
%%%{product_family} %{generic_version}
%%%{product_family} 2
EOF
# use unbranded datadir
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/performance.sh
%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
- Use generic_version macro instead of constant value fix issue I28WC0