|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 0.2.7
|
|
|
|
Version: 0.2.7
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: %{sum}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -13,7 +13,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/py-%{srcname}/p
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/workhorsy/py-cpuinfo/issues/55
|
|
|
|
# https://github.com/workhorsy/py-cpuinfo/issues/55
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
ExclusiveArch: %{ix86} x86_64 noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-setuptools
|
|
|
@ -101,6 +101,9 @@ cp -p %{buildroot}/%{_bindir}/cpuinfo %{buildroot}/%{_bindir}/cpuinfo-3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 0.2.7-3
|
|
|
|
|
|
|
|
- One more attempt to fix the ExclusiceArch: tag (Thanks sharckcz)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 0.2.7-2
|
|
|
|
* Tue Mar 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 0.2.7-2
|
|
|
|
- Resolves:rh#1409636 - python-cpuinfo does not support aarch64, ppc64
|
|
|
|
- Resolves:rh#1409636 - python-cpuinfo does not support aarch64, ppc64
|
|
|
|
and ppc64le, and s390/s390x
|
|
|
|
and ppc64le, and s390/s390x
|
|
|
|