summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew McNabb <amcnabb@mcnabbs.org>2013-09-05 10:34:04 -0600
committerAndrew McNabb <amcnabb@mcnabbs.org>2013-09-05 10:34:15 -0600
commitfe7f39bbfae0134e6427c220c278051619572379 (patch)
tree385a2d7983d2535f835cf2b3543bffd6afb06a54
parent8f41e5fb29365f2b8acae82c81892fb8dbda4517 (diff)
downloadpython-pexpect-fe7f39bbfae0134e6427c220c278051619572379.tar.gz
python-pexpect-fe7f39bbfae0134e6427c220c278051619572379.tar.xz
python-pexpect-fe7f39bbfae0134e6427c220c278051619572379.zip
Fix the name of the arm architecture in ExcludeArch
-rw-r--r--python-pexpect.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 26775a4..e9cbd65 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: 10%{?dist}
+Release: 11%{?dist}
License: MIT
Group: Development/Languages
URL: http://pypi.python.org/pypi/pexpect-u
@@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Note that pexpect is currently broken for ARM (bug #999174)
#BuildArch: noarch
-ExcludeArch: arm
+ExcludeArch: armv7hl
BuildRequires: python2-devel python-nose ed
%if 0%{?with_python3}
BuildRequires: python3-devel python3-nose
@@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
+* Thu Sep 05 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-11
+- Fix the name of the arm architecture in ExcludeArch
+
* Thu Sep 05 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-10
- Remove noarch because of arm build problems (bug #999174)