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=78995fe03f857....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit 78995fe03f857259a01185c40a69f8aa85beb720 Author: Jos de Kloe josdekloe@gmail.com Date: Sun Oct 27 13:37:33 2019 +0100
enable excludearch statements again, and remove Provides for grib_api
diff --git a/eccodes.spec b/eccodes.spec index 982f521..afbe771 100644 --- a/eccodes.spec +++ b/eccodes.spec @@ -86,20 +86,21 @@ Requires: %{name}-data = %{version}-%{release} # So the old grib_api will need to be obsoleted.
%if 0%{obsolete_grib_api} -Provides: grib_api = %{final_grib_api_version} +# as stated in the note above, setting provides seems not correct here +# Provides: grib_api = %{final_grib_api_version} Obsoletes: grib_api < %{final_grib_api_version} %endif
# as explained in bugzilla #1562066 -#ExcludeArch: i686 +ExcludeArch: i686 # as explained in bugzilla #1562071 # note: this is no longer part of fc30/rawhide # but the exclude is still needed for EPEL-7 #ExcludeArch: ppc64 # as explained in bugzilla #1562076 -#ExcludeArch: s390x +ExcludeArch: s390x # as explained in bugzilla #1562084 -#ExcludeArch: armv7hl +ExcludeArch: armv7hl
%if 0%{?rhel} >= 7 # as explained in bugzilla #1629377 @@ -147,7 +148,7 @@ Requires: gcc-gfortran%{?_isa} Requires: jasper-devel%{?_isa}
%if 0%{obsolete_grib_api} -Provides: grib_api-devel = %{final_grib_api_version} +# Provides: grib_api-devel = %{final_grib_api_version} Obsoletes: grib_api-devel < %{final_grib_api_version} %endif
arch-excludes@lists.fedoraproject.org