The package rpms/python-cradox.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-cradox.git/commit/?id=3d745b0....
Change: +ExcludeArch: i686 armv7hl
Thanks.
Full change: ============
commit 3d745b07fc6a6a5f7076eff7e8ed4def8f50598b Author: Javier Pena jpena@redhat.com Date: Mon Apr 29 19:05:17 2019 +0200
Exclude i686 and armv7hl arches from build, since Ceph does it too
diff --git a/python-cradox.spec b/python-cradox.spec index 70281ff..97444e2 100644 --- a/python-cradox.spec +++ b/python-cradox.spec @@ -10,12 +10,13 @@
Name: python-%{pypi_name} Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python libraries for the Ceph librados library with use cython instead of ctypes
License: LGPLv2 URL: https://github.com/sileht/pycradox Source0: https://files.pythonhosted.org/packages/source/c/%%7Bpypi_name%7D/%%7Bpypi_n... +ExcludeArch: i686 armv7hl
%description Python libraries for the Ceph librados library with use cython instead of ctypes @@ -99,6 +100,9 @@ Python libraries for the Ceph librados library with use cython instead of ctypes %endif
%changelog +* Mon Apr 29 2019 Javier Pea jpena@redhat.com - 2.1.0-5 +- Exclude i686 and armv7hl arches from build, since Ceph does it too + * Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
arch-excludes@lists.fedoraproject.org