Enable riscv64 arch

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-11-10 12:24:58 +02:00
parent faccb434a0
commit 85d73e9f2b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# luajit is not available for some architectures
%ifarch ppc64 ppc64le s390x
%ifarch ppc64 ppc64le s390x riscv64
%bcond_with lua
%else
%bcond_without lua
@ -16,7 +16,7 @@
Name: bcc
Version: 0.18.0
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: BPF Compiler Collection (BCC)
License: ASL 2.0
URL: https://github.com/iovisor/bcc
@ -28,7 +28,7 @@ Patch0: %{name}-0.15.0-Reinstate-bpf_detach_kfunc.patch
# 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: bison
BuildRequires: cmake >= 2.8.7
@ -188,6 +188,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
%changelog
* Wed Nov 10 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.18.0-1.0.riscv64
- Enable riscv64 arch
* Thu Jan 7 15:26:11 CET 2021 Rafael dos Santos <rdossant@redhat.com> - 0.18.0-1
- Rebase to latest upstream (#1912875)