The package rpms/libseccomp.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/libseccomp.git/commit/?id=857113eb64....
Change: +%ifnarch riscv64 s390 %{arm}
Thanks.
Full change: ============
commit 857113eb64e504f9123c52ae82c815b2ceeb2fd0 Author: Stephen Gallagher sgallagh@redhat.com Date: Thu Jun 29 10:03:56 2017 -0400
Disable running valgrind-based tests on ARMv7 due to glibc/valgrind bug (RHBZ #1466017)
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
diff --git a/libseccomp.spec b/libseccomp.spec index 28fc066..6b6817c 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,13 +1,13 @@ Summary: Enhanced seccomp library Name: libseccomp Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x License: LGPLv2 Group: System Environment/Libraries Source: https://github.com/seccomp/libseccomp/releases/download/v%%7Bversion%7D/%%7B... URL: https://github.com/seccomp/libseccomp -%ifnarch riscv64 s390 +%ifnarch riscv64 s390 %{arm} BuildRequires: valgrind %endif
@@ -85,6 +85,9 @@ make V=1 check %{_libdir}/libseccomp.a
%changelog +* Thu Jun 29 2017 Stephen Gallagher sgallagh@redhat.com - 2.3.2-2 +- Disable running valgrind-based tests on ARMv7 due to glibc/valgrind bug (RHBZ #1466017) + * Wed Mar 01 2017 Paul Moore pmoore@redhat.com -2.3.2-1 - New upstream version
arch-excludes@lists.fedoraproject.org