From e2a83f15e1fd924bc31001954f9ca65f7d7f0ee4 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Tue, 14 Mar 2017 13:15:26 +0530 Subject: [PATCH] Resolves:rh#1409636 - python-cpuinfo does not support aarch64, ppc64 and ppc64le, and s390/s390x --- python-cpuinfo.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec index 7584945..758187e 100644 --- a/python-cpuinfo.spec +++ b/python-cpuinfo.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -11,6 +11,10 @@ URL: https://github.com/workhorsy/py-cpuinfo Source0: https://files.pythonhosted.org/packages/source/p/py-%{srcname}/py-%{srcname}-%{version}.tar.gz BuildArch: noarch + +# https://github.com/workhorsy/py-cpuinfo/issues/55 +ExclusiveArch: %{ix86} x86_64 + BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python3-devel @@ -97,6 +101,10 @@ cp -p %{buildroot}/%{_bindir}/cpuinfo %{buildroot}/%{_bindir}/cpuinfo-3 %changelog +* Tue Mar 14 2017 Parag Nemade - 0.2.7-2 +- Resolves:rh#1409636 - python-cpuinfo does not support aarch64, ppc64 + and ppc64le, and s390/s390x + * Tue Mar 14 2017 Parag Nemade - 0.2.7-1 - Update to 0.2.7 version