From 5c68a9b619e0f52769afe6920bdde306429bda67 Mon Sep 17 00:00:00 2001 From: Jos de Kloe Date: Sat, 15 Sep 2018 16:12:18 +0200 Subject: [PATCH] add ExcludeArch: aarch64 since the build fails for that one --- eccodes.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/eccodes.spec b/eccodes.spec index da8790f..2536851 100644 --- a/eccodes.spec +++ b/eccodes.spec @@ -93,12 +93,20 @@ Obsoletes: grib_api < %{final_grib_api_version} ExcludeArch: i686 # as explained in bugzilla #1562071 # note: this is no longer part of fc30/rawhide -#ExcludeArch: ppc64 +# but the exclude is still needed for EPEL-7 +ExcludeArch: ppc64 # as explained in bugzilla #1562076 ExcludeArch: s390x # as explained in bugzilla #1562084 ExcludeArch: armv7hl +%if 0%{?rhel} >= 7 +%ifarch aarch64 +# as explained in bugzilla #1629377 +ExcludeArch: aarch64 +%endif +%endif + %description ecCodes is a package developed by ECMWF which provides an application programming interface and a set of tools for decoding and encoding messages