From da6f761cf08f88ef55d6c1115c22dd898b70fbd7 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:05:56 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libldb.spec b/libldb.spec index 27f6849..4588c9b 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without lmdb %bcond_without python3 @@ -211,6 +211,9 @@ rm -f %{buildroot}/%{_mandir}/man3/_* %doc README_gcov.txt %changelog +* Tue Mar 12 2024 Bo Ren - 2.7.2-3 +- Rebuild with python3.11 + * Thu Apr 13 2023 yuanhui - 2.7.2-2 - Optimize the spec file -- Gitee