From ba5b87efd765b0c166c695eb69a64401b754870f Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 26 Mar 2024 17:57:44 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- gdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index dbec51a..fad080c 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _python_bytecompile_extra 0 %global librpmso librpm.so.9 @@ -285,6 +285,9 @@ cd %{gdb_build} %changelog +* Tue Mar 26 2024 Bo Ren - 13.2-2 +- Rebuild with python3.11 + * Tue Oct 31 2023 Wenlong Zhang - 13.2-1 - update to 13.2 -- Gitee