[python-pexpect] Fix the name of the arm architecture in ExcludeArch

Andrew McNabb amcnabb at fedoraproject.org
Thu Sep 5 16:34:34 UTC 2013


commit fe7f39bbfae0134e6427c220c278051619572379
Author: Andrew McNabb <amcnabb at mcnabbs.org>
Date:   Thu Sep 5 10:34:04 2013 -0600

    Fix the name of the arm architecture in ExcludeArch

 python-pexpect.spec |    7 +++++--
 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 at mcnabbs.org> - 2.5.1-11
+- Fix the name of the arm architecture in ExcludeArch
+
 * Thu Sep 05 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5.1-10
 - Remove noarch because of arm build problems (bug #999174)
 


More information about the scm-commits mailing list