From d2e394655cdf1a2d6c7c0ebfddad6f12c27a2c53 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 14:47:06 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libcomps.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index ee13bb9..47e6d3f 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %define __cmake_in_source_build 1 Name: libcomps @@ -109,6 +109,9 @@ popd %changelog +* Tue Mar 12 2024 Bo Ren - 0.1.19-3 +- Rebuild with python3.11 + * Mon Apr 10 2023 chen_yu_ao - 0.1.19-2 - change spec file format -- Gitee