From f2fff6faa0b23037e4d205ba71d1afeb3ac2b5e1 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 13:51:27 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- rpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index da5844c..f9fbd62 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define rpmhome /usr/lib/rpm %bcond_with check %bcond_without xz @@ -592,6 +592,9 @@ fi %doc docs/librpm/html/* %changelog +* Mon Mar 11 2024 Zhao Hang - 4.18.2-2 +- Rebuild with python3.11 + * Fri Dec 15 2023 Funda Wang - 4.18.2-1 - New version 4.18.2 -- Gitee