The package rpms/bpftrace.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/bpftrace.git/commit/?id=faf7e966f2e1....
Change: +ExclusiveArch: x86_64 %{power64} aarch64 s390x
Thanks.
Full change: ============
commit faf7e966f2e196f5c81699437bbe1b637efc9a34 Author: Peter Robinson pbrobinson@gmail.com Date: Mon Apr 1 12:36:52 2019 +0100
Build on aarch64 and s390x
diff --git a/bpftrace.spec b/bpftrace.spec index 22c8732..83bbd47 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.9 -Release: 0%{?dist} +Release: 1%{?dist} Summary: High-level tracing language for Linux eBPF License: ASL 2.0
@@ -9,7 +9,7 @@ Source0: %{url}/archive/v%{version}.tar.gz
# Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches -ExclusiveArch: x86_64 %{power64} +ExclusiveArch: x86_64 %{power64} aarch64 s390x
BuildRequires: gcc-c++ BuildRequires: bison @@ -72,6 +72,9 @@ mv %{buildroot}%{_prefix}/man/* %{buildroot}%{_mandir}/
%changelog +* Mon Apr 1 2019 Peter Robinson pbrobinson@fedoraproject.org 0.9-1 +- Build on aarch64 and s390x + * Mon Mar 25 2019 Augusto Caringi acaringi@redhat.com - 0.9-0 - Updated to version 0.9
arch-excludes@lists.fedoraproject.org