The package rpms/python-healpy.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-healpy.git/commit/?id=9b986e2....
Change: +ExclusiveArch: aarch64 ppc64 ppc64le x86_64 s390x
Thanks.
Full change: ============
commit 9b986e24668350d50be342a9c4704d111fcb27c3 Author: Christian Dersch lupinix@mailbox.org Date: Thu Jun 1 15:44:27 2017 +0200
enable s390x architecture
diff --git a/python-healpy.spec b/python-healpy.spec index e69fefc..44a392c 100644 --- a/python-healpy.spec +++ b/python-healpy.spec @@ -20,7 +20,7 @@ Patch0: %{srcname}-1.10.3-unbundling.patch # Upstream only supports 64 bit architectures, 32 Bit builds, but tests fail # and we don't want to provide a non reliable software. # Check https://github.com/healpy/healpy/issues/194 -ExclusiveArch: aarch64 ppc64 ppc64le x86_64 +ExclusiveArch: aarch64 ppc64 ppc64le x86_64 s390x # Also explicitly exclude known unsupported architectures ExcludeArch: %{ix86} %{arm}
commit 5edb5898958bc36322be0647b2cf6afb761d5103 Author: Christian Dersch lupinix@mailbox.org Date: Thu Jun 1 15:43:58 2017 +0200
enable s390x architecture
diff --git a/python-healpy.spec b/python-healpy.spec index ae8fb00..e69fefc 100644 --- a/python-healpy.spec +++ b/python-healpy.spec @@ -9,7 +9,7 @@
Name: python-%{srcname} Version: 1.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum}
License: GPLv2+ @@ -125,6 +125,9 @@ popd %endif # with python3
%changelog +* Thu Jun 01 2017 Christian Dersch lupinix@mailbox.org - 1.10.3-2 +- enable s390x architecture + * Fri Apr 07 2017 Christian Dersch lupinix@mailbox.org - 1.10.3-1 - initial package (review: rhbz #1440216)
arch-excludes@lists.fedoraproject.org