diff --git a/bcc.spec b/bcc.spec index aecf30abe1eb45c4efc34eaea5b46f8219dc582a..64dccd4f65fdc9f79cc0d44ad8f784e360f65240 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %ifarch loongarch64 %bcond_without ignore_lua %bcond_with libbpf_tools @@ -21,8 +21,8 @@ Patch1001: 1001-Skiping-cases-in-libbpf-tools.patch Patch1003: 1003-add-u64-define.patch Patch1004: 1004-fix-man-pages-installation.patch -BuildRequires: cmake >= 2.8.12 llvm-devel clang-devel -BuildRequires: flex bison +BuildRequires: cmake >= 2.8.12 llvm-devel clang-devel llvm-googletest +BuildRequires: flex bison python3-setuptools BuildRequires: elfutils-libelf-devel elfutils-debuginfod-client-devel BuildRequires: ncurses-devel python3-devel libxml2-devel BuildRequires: libbpf-devel >= 1.0.0 libbpf-static >= 1.0.0 @@ -189,6 +189,9 @@ install -p libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Thu Mar 21 2024 mgb01105731 - 0.27.0-4 +- Rebuild with new llvm + * Mon Mar 11 2024 Bo Ren - 0.27.0-3 - Rebuild with python3.11