From bed19c18944939067d003c74c36acdbb72dae550 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:06:52 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libproxy.spec b/libproxy.spec index c1eae25..b0ea599 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _privatelibs libpxbackend-1.0[.]so.* %global __provides_exclude ^(%{_privatelibs})$ @@ -124,6 +124,9 @@ The %{name}-doc package contains documentation files for %{name}. %doc CHANGELOG.md README.md %changelog +* Tue Mar 12 2024 Bo Ren - 0.5.3-2 +- Rebuild with python3.11 + * Sun Jul 9 2023 Funda Wang - 0.5.3-1 - New version 0.5.3 -- Gitee