From 83ab99f2ac500e2a9507474a91d0aa5bb05f48a1 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 09:17:44 -0500 Subject: [PATCH] Rebuild on platform-python --- policycoreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 926f331..8f6d825 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global libauditver 3.0 %global libsepolver 2.9-1 %global libsemanagever 2.9-2 @@ -12,7 +13,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.9 -Release: 16%{?dist} +Release: 16%{anolis_release}%{?dist} License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/policycoreutils-2.9.tar.gz @@ -517,6 +518,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Thu Feb 24 2022 Weitao Zhou - 2.9-16.0.1 +- Rebuild on platform-python + * Thu Sep 16 2021 Vit Mojzis - 2.9-16 - Update translations (#1962009) -- Gitee