diff --git a/bcc.spec b/bcc.spec index 3eb30bddda86cb79857d60f23237705faf9d7426..d1099e8cb8ad011874b4d204a6a8c411275b50c0 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %ifarch loongarch64 riscv64 %bcond_without ignore_lua %bcond_with libbpf_tools @@ -30,7 +30,7 @@ Requires: libbpf >= 2:0.8.0-1 tar Recommends: kernel-devel Recommends: %{name}-tools = %{EVR} -ExclusiveArch: x86_64 aarch64 loongarch64 +ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 %description BCC is a toolkit for creating efficient kernel tracing and manipulation @@ -191,6 +191,9 @@ install -p libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Fri May 30 2025 Yihao Yan - 0.32.0-3 +- enabled riscv build + * Thu May 8 2025 Yihao Yan - 0.32.0-2 - add support for riscv64