From 20c9f22fc81fec095ae8b1d9db503ee73bc112e1 Mon Sep 17 00:00:00 2001 From: laokz Date: Wed, 8 Feb 2023 02:16:21 +0000 Subject: [PATCH] add riscv64 to supported arch (cherry picked from commit 36eca2346846147bb0038b90bdb04a8a61131ebe) --- bpftrace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bpftrace.spec b/bpftrace.spec index 5895394..115eebf 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 -- Gitee