The package rpms/supermin.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/supermin.git/commit/?id=0496c3feb9a7....
Change: -%ifnarch %{no_test_arches}
Thanks.
Full change: ============
commit 0496c3feb9a7e3c221163dc66432648eda878759 Author: Richard W.M. Jones rjones@redhat.com Date: Wed Jul 31 18:38:03 2019 +0100
Revert "Skip tests on armv7, mke2fs is broken there."
This reverts commit 37fd86cc25a5088633c531f9874793670d4fbc7d.
diff --git a/supermin.spec b/supermin.spec index ad51634..18e663b 100644 --- a/supermin.spec +++ b/supermin.spec @@ -20,10 +20,6 @@ %bcond_with dietlibc %endif
-# Architectures that cannot run the tests. -# armv7: https://bugzilla.redhat.com/show_bug.cgi?id=1733743 -%global no_test_arches %{arm} - # Whether we should verify tarball signature with GPGv2. %global verify_tarball_signature 1
@@ -150,7 +146,6 @@ install -m 0755 %{SOURCE4} $RPM_BUILD_ROOT%{_rpmconfigdir}/
%check -%ifnarch %{no_test_arches}
# Skip execstack test where it is known to fail. %if 0%{?fedora} <= 20 @@ -164,7 +159,6 @@ make check || { exit 1 }
-%endif
%files %doc COPYING README examples/build-basic-vm.sh
arch-excludes@lists.fedoraproject.org