add the ExcludeArch statements again, they are still needed

This commit is contained in:
Jos de Kloe 2018-11-24 17:42:49 +01:00
parent 67628b1983
commit 2d44599987

View File

@ -88,15 +88,15 @@ 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
# note: this is no longer part of fc30/rawhide
# but the exclude is still needed for EPEL-7
#ExcludeArch: ppc64
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