From 5d8d87b6da3b30d852e4dee11f3dbd3c37a14841 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 20:35:10 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-kdcproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index 7053d66..7b50a19 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global realname kdcproxy Name: python-%{realname} @@ -56,6 +56,9 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Tue Mar 26 2024 Zhao Hang - 1.0.0-3 +- Rebuild with python3.11 + * Wed Dec 13 2023 mgb01105731 - 1.0.0-2 - rebuild -- Gitee