summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew McNabb <amcnabb@mcnabbs.org>2013-08-20 15:07:00 -0600
committerAndrew McNabb <amcnabb@mcnabbs.org>2013-08-20 15:07:00 -0600
commit57911e6a380bbb25942f8ee56b6a263f28a35273 (patch)
treeafad5ed13e8e0eb29c7f2fb4946d59f0d06378f0
parentc0c16119afb0da34ff67c4d7e3d327c130046bdf (diff)
downloadpython-pexpect-57911e6a380bbb25942f8ee56b6a263f28a35273.tar.gz
python-pexpect-57911e6a380bbb25942f8ee56b6a263f28a35273.tar.xz
python-pexpect-57911e6a380bbb25942f8ee56b6a263f28a35273.zip
Exclude the arm architecture (bug #999174)
-rw-r--r--python-pexpect.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 3aff76b..612b5a3 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -7,7 +7,7 @@
Summary: Unicode-aware Pure Python Expect-like module
Name: python-pexpect
Version: 2.5.1
-Release: 8%{?dist}
+Release: 9%{?dist}
License: MIT
Group: Development/Languages
URL: http://pypi.python.org/pypi/pexpect-u
@@ -15,6 +15,7 @@ Source0: http://pypi.python.org/packages/source/p/pexpect-u/pexpect-u-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
+ExcludeArch: arm
BuildRequires: python2-devel python-nose ed
%if 0%{?with_python3}
BuildRequires: python3-devel python3-nose
@@ -126,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
+* Tue Aug 20 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-9
+- Exclude the arm architecture (bug #999174)
+
* Tue Aug 20 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-8
- Bump the obsoletes version