The package rpms/ghc-doctemplates.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/ghc-doctemplates.git/commit/?id=9c30....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 9c306fdd57d08b80441ae7d4cacf3678002a537f Author: Jens Petersen petersen@redhat.com Date: Sat Jan 27 21:07:55 2018 +0100
disable tests on s390x
Test suite doctemplates-test: RUNNING... doctemplates-test: unknown RTS option: -N
diff --git a/ghc-doctemplates.spec b/ghc-doctemplates.spec index 221b031..c8a966d 100644 --- a/ghc-doctemplates.spec +++ b/ghc-doctemplates.spec @@ -4,7 +4,11 @@ %global pkg_name doctemplates %global pkgver %{pkg_name}-%{version}
+%ifnarch s390x %bcond_without tests +%else +%bcond_with tests +%endif
Name: ghc-%{pkg_name} Version: 0.2.1
arch-excludes@lists.fedoraproject.org