The package rpms/eccodes.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/eccodes.git/commit/?id=9b16b23603aad....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit 9b16b23603aad46f5206650db104ace47b38c097 Author: Jos de Kloe josdekloe@gmail.com Date: Wed May 9 13:07:10 2018 +0200
reactivate the excludearch lines
diff --git a/eccodes.spec b/eccodes.spec index fa49e86..3f03f0f 100644 --- a/eccodes.spec +++ b/eccodes.spec @@ -98,13 +98,13 @@ Requires: %{name}-data = %{version}-%{release} Obsoletes: grib_api < %{final_grib_api_version}
# as explained in bugzilla #1562066 -#ExcludeArch: i686 +ExcludeArch: i686 # as explained in bugzilla #1562071 -#ExcludeArch: ppc64 +ExcludeArch: ppc64 # as explained in bugzilla #1562076 -#ExcludeArch: s390x +ExcludeArch: s390x # as explained in bugzilla #1562084 -#ExcludeArch: armv7hl +ExcludeArch: armv7hl
%description ecCodes is a package developed by ECMWF which provides an application @@ -356,7 +356,6 @@ ctest -V %{?_smp_mflags} * Tue May 08 2018 Jos de Kloe josdekloe@gmail.com - 2.7.3-1 - Upgrade to version 2.7.3 - adjust latest grib_api version to 1.26.1-1 -- for now, try to disable ExcludeArch statements to see what happens
* Thu Mar 29 2018 Jos de Kloe josdekloe@gmail.com - 2.7.0-2 - added ExcludeArch statements for the failing architectures
arch-excludes@lists.fedoraproject.org