From 580d836179bd830203b0b145eff06cab226ee567 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:25:57 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- policycoreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 4c61f84..28aed03 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global generatorsdir %{_prefix}/lib/systemd/system-generators @@ -450,6 +450,9 @@ The %{name}-doc package contains documentation files for %{name}. %systemd_postun_with_restart restorecond.service %changelog +* Wed Mar 13 2024 Zhao Hang - 3.5-3 +- Rebuild with python3.11 + * Fri Nov 03 2023 Funda Wang - 3.5-2 - Fix build with latest setuptools -- Gitee