From fe4959effbcf99c41b2069e7a92a620ffdf3afcb Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 10:35:07 -0500 Subject: [PATCH] Rebuild on platform-python --- crypto-policies.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crypto-policies.spec b/crypto-policies.spec index ada68ac..59fe480 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) -- Gitee