diff --git a/bpftrace.spec b/bpftrace.spec index 58953949a36a601051f1bd5aa5c6ed9d328ea9f8..115eebff2e60500814506e279b2e6424437e45fb 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.15.0 -Release: 2 +Release: 3 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -10,7 +10,7 @@ Patch0: adapt-to-bcc.patch # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches -ExclusiveArch: x86_64 %{power64} aarch64 +ExclusiveArch: x86_64 %{power64} aarch64 riscv64 BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel BuildRequires: zlib-devel llvm-devel clang-devel @@ -68,6 +68,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Tue Feb 14 2023 laokz - 0.15.0-3 +- add riscv64 to supported arch + * Fri Feb 10 2023 caodongxia - 0.15.0-2 - Adapt to bcc >= 0.25.0