diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec index 758187e..f762ad0 100644 --- a/python-cpuinfo.spec +++ b/python-cpuinfo.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} License: MIT @@ -13,7 +13,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/py-%{srcname}/p BuildArch: noarch # https://github.com/workhorsy/py-cpuinfo/issues/55 -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 noarch BuildRequires: python2-devel BuildRequires: python-setuptools @@ -101,6 +101,9 @@ cp -p %{buildroot}/%{_bindir}/cpuinfo %{buildroot}/%{_bindir}/cpuinfo-3 %changelog +* Tue Mar 14 2017 Parag Nemade - 0.2.7-3 +- One more attempt to fix the ExclusiceArch: tag (Thanks sharckcz) + * 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