From da53bde740054e37a2e324ca8d0a3c8f30f84956 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 5d89068..18bf8b4 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global git_date 20210617 %global git_commit c776d3e46dc67503ae1cd843db8e3ba1135be02f %{?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+ @@ -185,6 +186,9 @@ end %{_mandir}/man8/fips-finish-install.8* %changelog +* Thu Feb 24 2022 Weitao Zhou - 20210617-1.gitc776d3e.0.1 +- Rebuild on platform-python + * Thu Jun 17 2021 Alexander Sosedkin - 20210617-1.gitc776d3e - implement scoped policies, e.g., cipher@SSH = ... (#1960266) - implement algorithm globbing, e.g., cipher@SSH = -*-CBC -- Gitee