From 790c2495fc984e3052883ef742ff15530c7ea66d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Thu, 28 Mar 2024 17:10:31 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 64dccd4..7e6a23a 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %ifarch loongarch64 %bcond_without ignore_lua %bcond_with libbpf_tools @@ -189,6 +189,9 @@ install -p libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Thu Mar 28 2024 Zhao Hang - 0.27.0-5 +- Rebuild with python3.11 + * Thu Mar 21 2024 mgb01105731 - 0.27.0-4 - Rebuild with new llvm -- Gitee