reactivate the ExcludeArch for the 3 failing architectures and add a little text in the README.md file

This commit is contained in:
Jos de Kloe 2019-02-17 20:57:21 +01:00
parent 704887a134
commit 714bef2c69
2 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,14 @@
# eccodes
The eccodes package
The eccodes package.
EcCodes is a package developed by ECMWF which provides an application
programming interface and a set of tools for decoding and encoding
messages in the following formats:
* WMO FM-92 GRIB edition 1 and edition 2
* WMO FM-94 BUFR edition 3 and edition 4
* WMO GTS abbreviated header (only decoding).
For further details see:
https://confluence.ecmwf.int/display/ECC/What+is+ecCodes

View File

@ -89,17 +89,16 @@ Requires: %{name}-data = %{version}-%{release}
Obsoletes: grib_api < %{final_grib_api_version}
# disabled for my first scratch build as usual, to see what happens
# 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