The package rpms/check.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/check.git/commit/?id=a2cea5a35a21501....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit a2cea5a35a21501b0ac0ef73f92b628b1c19c965 Author: Tom Callaway spot@fedoraproject.org Date: Fri Jan 31 17:54:24 2020 -0500
disable tests on s390x
diff --git a/check.spec b/check.spec index dfda928..ee13a4e 100644 --- a/check.spec +++ b/check.spec @@ -1,6 +1,6 @@ Name: check Version: 0.14.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A unit test framework for C Source0: https://github.com/libcheck/%%7Bname%7D/archive/%%7Bversion%7D/%%7Bname%7D-%... License: LGPLv2+ @@ -87,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%check +%ifnarch s390x export LD_LIBRARY_PATH=$PWD/src/.libs make check # Don't need to package the sh, log or trs files @@ -94,6 +95,7 @@ make check rm -rf checkmk/test/check_checkmk* # these files are empty rm -rf checkmk/test/empty_input +%endif
%ldconfig_scriptlets
@@ -123,6 +125,9 @@ rm -rf checkmk/test/empty_input %{_mandir}/man1/checkmk.1*
%changelog +* Fri Jan 31 2020 Tom Callaway spot@fedoraproject.org - 0.14.0-3 +- disable tests on s390x + * Tue Jan 28 2020 Fedora Release Engineering releng@fedoraproject.org - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
arch-excludes@lists.fedoraproject.org