From 39dadaa72116b06d303e9d11a02c6fee5f3891a7 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 16:27:25 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-slip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-slip.spec b/python-slip.spec index 5830cb1..ca34d18 100644 --- a/python-slip.spec +++ b/python-slip.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global pypi_name slip Name: python-%{pypi_name} @@ -82,6 +82,9 @@ make install PYTHON=%{__python3} DESTDIR=%buildroot %doc AUTHORS %changelog +* Mon Mar 11 2024 Zhao Hang - 0.6.5-3 +- Rebuild with python3.11 + * Mon Apr 10 2023 Shawn Wang - 0.6.5-2 - Optimize the spec file -- Gitee