The package rpms/libreoffice.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/libreoffice.git/commit/?id=60c8a62cd....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit 60c8a62cd1d329648fc68b68c80d5787c2bddd38 Author: Kalev Lember klember@redhat.com Date: Mon Jul 31 19:01:06 2017 +0100
Temporarily disable the build on s390x
This should let us to get the boost rebuild done on other arches at least.
diff --git a/libreoffice.spec b/libreoffice.spec index 364c7cb..6f4f5c4 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -57,10 +57,12 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.3 -Release: 1%{?libo_prerelease}%{?dist} +Release: 2%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/
+ExcludeArch: s390x + Source0: %{source_url}/libreoffice-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz Source1: %{source_url}/libreoffice-help-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz Source2: %{source_url}/libreoffice-translations-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz @@ -2195,6 +2197,9 @@ done %{_includedir}/LibreOfficeKit
%changelog +* Mon Jul 31 2017 Kalev Lember klember@redhat.com - 1:5.4.0.3-2 +- Temporarily disable the build on s390x + * Wed Jul 26 2017 Fedora Release Engineering releng@fedoraproject.org - 1:5.4.0.3-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
arch-excludes@lists.fedoraproject.org