From 5c0bce6a47337f3a152373af83cb41c221299de5 Mon Sep 17 00:00:00 2001 From: Jos de Kloe Date: Jul 02 2022 15:22:38 +0000 Subject: remove ExcludeArch: s390x, since this is now supported by eccodes --- diff --git a/pygrib.spec b/pygrib.spec index 8c9b9a5..9274996 100644 --- a/pygrib.spec +++ b/pygrib.spec @@ -3,7 +3,7 @@ Name: pygrib Version: 2.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python module for reading and modifying GRIB files License: MIT @@ -16,8 +16,6 @@ Patch1: %{name}-build.patch # exclude architectures not supported by eccodes # as explained in bugzilla #1562066 ExcludeArch: i686 -# as explained in bugzilla #1562076 -ExcludeArch: s390x # as explained in bugzilla #1562084 ExcludeArch: armv7hl @@ -157,6 +155,9 @@ cd $TESTROOT/test %{_mandir}/man1/grib_* %changelog +* Sat Jul 02 2022 Jos de Kloe 2.1.4-5 +- remove ExcludeArch: s390x, since this is now supported by eccodes + * Wed Jun 29 2022 Python Maint - 2.1.4-4 - Rebuilt for Python 3.11