The package rpms/coin-or-OS.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/coin-or-OS.git/commit/?id=b5f405c8bb....
Change: +%ifnarch armv7hl
Thanks.
Full change: ============
commit b5f405c8bbafdbe1f47c7ab70c112046de566744 Author: sagitter sagitter@fedoraproject.org Date: Thu Jun 29 16:22:52 2017 +0200
Exclude test on armv7hl
diff --git a/coin-or-OS.spec b/coin-or-OS.spec index afeac6e..1fb52bb 100644 --- a/coin-or-OS.spec +++ b/coin-or-OS.spec @@ -124,11 +124,17 @@ rm -f %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_docdir}/%{name}/LICENSE cp -a doxydoc/html %{buildroot}%{_docdir}/%{name}
+# Test 12: Bonmin solver on bonminEx1.osil +# fails on fedora > 25 arch armv7hl +%if %{?fedora} > 25 %check %if %{with_mpi} %_openmpi_load %endif +%ifnarch armv7hl LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test +%endif +%endif
%post -p /sbin/ldconfig
@@ -157,6 +163,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %changelog * Thu Jun 29 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.10.1-7 - Rebuild for MUMPS-5.1.1 (after a bug-fix) +- Exclude test on armv7hl
* Mon May 15 2017 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.10.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild diff --git a/sources b/sources index a5bd86b..96a5eec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45ed2187c98a960fac3f1882a96f1f48 OS-2.10.1.tgz +SHA512 (OS-2.10.1.tgz) = 8778543a180b28f2b6f69e31525dd424003ceec3bf6150066a33598964cdda97a804261462a89ef699b93a599e52bb8a0f8717b0c050782ba1296ad2376fe391
arch-excludes@lists.fedoraproject.org