Monday 2020-12-26 17:02:43 +08:00 committed by Gitee
parent 72605b3e7c
commit c4bc7b574f

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 41 %define generic_release 42
%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} 2 %%%{product_family} %{generic_version}
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-42
- Use generic_version macro instead of constant value fix issue I28WC0
* Sat Dec 26 2020 Shinwell_Hu <huxinwei@huawei.com> - 1.0-41 * Sat Dec 26 2020 Shinwell_Hu <huxinwei@huawei.com> - 1.0-41
- Disable GOMP_CPU_AFFINITY setting in performance.sh to fix issue I1OT20 - Disable GOMP_CPU_AFFINITY setting in performance.sh to fix issue I1OT20