One more attempt to fix the ExclusiceArch: tag (Thanks sharckcz)
This commit is contained in:
parent
e2a83f15e1
commit
da7e1c1c91
@ -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 <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
|
||||
- Resolves:rh#1409636 - python-cpuinfo does not support aarch64, ppc64
|
||||
and ppc64le, and s390/s390x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user