add riscv64 to supported arch

This commit is contained in:
laokz 2023-02-08 02:16:21 +00:00 committed by laokz
parent 8b1c96c8df
commit 36eca23468

View File

@ -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 <zhangkai@iscas.ac.cn> - 0.15.0-3
- add riscv64 to supported arch
* Fri Feb 10 2023 caodongxia <caodongxia@h-partners.com> - 0.15.0-2
- Adapt to bcc >= 0.25.0