From 15c4290d461897c108d2ecf9fa3a0b5dbdced58e Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 15 Mar 2024 15:01:44 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index f4c73c7..ea281d1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %bcond_without rpm %bcond_without bpf %bcond_without crash @@ -1232,6 +1232,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Fri Mar 15 2024 Zhao Hang - 4.8-5 +- Rebuild with python3.11 + * Fri Nov 3 2023 Wenlong Zhang - 4.8-4 - disable dyninst for loongarch64 -- Gitee