diff --git a/crypto-policies.spec b/crypto-policies.spec index ada68acc36f1d7b8791f9e0b80d2b34e2184de3c..59fe480b9d1cb666e9f779c078cefac17e385736 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global git_date 20211116 %global git_commit ae470d6c5ee633d77c3ae9bcebf748fb3dad9507 %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} @@ -6,7 +7,7 @@ Name: crypto-policies Version: %{git_date} -Release: 1.git%{git_commit_hash}%{?dist} +Release: 1.git%{git_commit_hash}%{anolis_release}%{?dist} Summary: System-wide crypto policies License: LGPLv2+ @@ -186,6 +187,9 @@ end %{_mandir}/man8/fips-finish-install.8* %changelog +* Thu Apr 14 2022 Weitao Zhou - 20211116-1.gitae470d6.0.1 +- Rebuild on platform-python + * Tue Nov 16 2021 Alexander Sosedkin - 20211116-1.gitae470d6 - OSPP: relax -ECDSA-SHA2-512, -FFDHE-* - fips-mode-setup, fips-finish-install: call zipl more often (s390x-specific)