diff --git a/bpftrace.spec b/bpftrace.spec index f92a114..697c2a0 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.22.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-level tracing language for Linux eBPF License: Apache-2.0 @@ -11,7 +11,7 @@ Patch10: %{name}-%{version}-RHEL-aarch64-fixes-statsnoop-and-opensnoop.pa # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches -ExclusiveArch: x86_64 %{power64} aarch64 s390x +ExclusiveArch: x86_64 %{power64} aarch64 s390x riscv64 BuildRequires: gcc-c++ BuildRequires: bison @@ -83,6 +83,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Thu Feb 13 2025 David Abdurachmanov - 0.22.1-2 +- Enable riscv64 + * Thu Jan 16 2025 Viktor Malik - 0.22.1-1 - Rebase to upstream version 0.22.1 (RHEL-63882)