From 4faeca0e05c3e116bb7898553eae9850284344fa Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:35:03 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 3b36eee..aecf30a 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %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 +* Mon Mar 11 2024 Bo Ren - 0.27.0-3 +- Rebuild with python3.11 + * Tue Nov 14 2023 Wenlong Zhang - 0.27.0-2 - disable luajit and bpftool for loongarch64 -- Gitee