Enable riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
(cherry picked from commit d926ae5f3b3d2d847e89b84088db5cd7cf618a8b)
This commit is contained in:
David Abdurachmanov 2025-01-02 15:49:44 +02:00 committed by Richard W.M. Jones
parent 9a60ac5899
commit 38d096b4f4

View File

@ -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 <davidlt@rivosinc.com> - 0.22.1-2
- Enable riscv64
* Thu Jan 16 2025 Viktor Malik <vmalik@redhat.com> - 0.22.1-1
- Rebase to upstream version 0.22.1 (RHEL-63882)