From 6363571867595cf85f02ad2c21df115c057bab01 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:07:16 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- librepo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librepo.spec b/librepo.spec index 4d8a21c..8b4a63d 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %undefine __cmake_in_source_build @@ -95,6 +95,9 @@ Python 3 bindings for the librepo library. %{python3_sitearch}/%{name}/ %changelog +* Tue Mar 12 2024 Bo Ren - 1.15.1-2 +- Rebuild with python3.11 + * Mon Feb 13 2023 Jing Zhang - 1.15.1-1 - update to 1.15.1 -- Gitee