From 2d44599987576ddc258e903a600e18cf0a0d615a Mon Sep 17 00:00:00 2001 From: Jos de Kloe Date: Sat, 24 Nov 2018 17:42:49 +0100 Subject: [PATCH] add the ExcludeArch statements again, they are still needed --- eccodes.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eccodes.spec b/eccodes.spec index 90baa50..adf3704 100644 --- a/eccodes.spec +++ b/eccodes.spec @@ -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