From 74c09bcf457c85fbe0d62aa5096d305c788a649e Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 11:43:38 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- firewalld.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firewalld.spec b/firewalld.spec index 7e34cb1..6bcbbe2 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: firewalld Version: 1.2.5 @@ -299,6 +299,9 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Tue Mar 12 2024 Bo Ren - 1.2.5-2 +- Rebuild with python3.11 + * Sun Apr 30 2023 Funda Wang - 1.2.5-1 - New version 1.2.5 -- Gitee