From ca055fe913cea7f7e51f8eb5a5261f408610d1df Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 14:47:19 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libdnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdnf.spec b/libdnf.spec index b2e851a..83e3639 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libdnf Version: 0.70.2 @@ -114,6 +114,9 @@ Python 3 bindings for the hawkey library. %{python3_sitearch}/hawkey/ %changelog +* Tue Mar 12 2024 Bo Ren - 0.70.2-2 +- Rebuild with python3.11 + * Fri Aug 4 2023 Funda Wang - 0.70.2-1 - New version 0.70.2 -- Gitee