summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew McNabb <amcnabb@mcnabbs.org>2013-09-05 10:17:13 -0600
committerAndrew McNabb <amcnabb@mcnabbs.org>2013-09-05 10:17:13 -0600
commit164fa1a5bc089781aa5aa7949d772f1abe4c39e7 (patch)
tree188c3e8673aa6b340d16e082624713cd20978677
parent57911e6a380bbb25942f8ee56b6a263f28a35273 (diff)
downloadpython-pexpect-164fa1a5bc089781aa5aa7949d772f1abe4c39e7.tar.gz
python-pexpect-164fa1a5bc089781aa5aa7949d772f1abe4c39e7.tar.xz
python-pexpect-164fa1a5bc089781aa5aa7949d772f1abe4c39e7.zip
Remove noarch because of arm build problems (bug #999174)
-rw-r--r--python-pexpect.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 612b5a3..6679f65 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -7,14 +7,15 @@
Summary: Unicode-aware Pure Python Expect-like module
Name: python-pexpect
Version: 2.5.1
-Release: 9%{?dist}
+Release: 10%{?dist}
License: MIT
Group: Development/Languages
URL: http://pypi.python.org/pypi/pexpect-u
Source0: http://pypi.python.org/packages/source/p/pexpect-u/pexpect-u-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
+# Note that pexpect is currently broken for ARM (bug #999174)
+#BuildArch: noarch
ExcludeArch: arm
BuildRequires: python2-devel python-nose ed
%if 0%{?with_python3}
@@ -127,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
+* Thu Sep 05 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-10
+- Remove noarch because of arm build problems (bug #999174)
+
* Tue Aug 20 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5.1-9
- Exclude the arm architecture (bug #999174)