From 7d70374749e842dc036a7decb576e15257cc37fd Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 11:36:23 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- dnf-plugins-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 04725b6..b26389c 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,7 +3,7 @@ %global hawkey_version 0.64.0 %global yum_utils_subpackage_name yum-utils -%define anolis_release 1 +%define anolis_release 2 %define __cmake_in_source_build 1 %bcond_without python3 %bcond_without yumcompatibility @@ -492,6 +492,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/ %doc AUTHORS README.rst %changelog +* Tue Mar 12 2024 Bo Ren - 4.3.1-2 +- Rebuild with python3.11 + * Tue Jan 31 2023 yuanhui - 4.3.1-1 - update to 4.3.1 - add doc package -- Gitee