[pypy/epel7] Exclude ppc64 architecture

Matej Stuchlik mstuchli at fedoraproject.org
Tue Jan 21 09:25:31 UTC 2014


commit 6ded8f98f8ecbfa576ca80956da01392f3484523
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Fri Jan 17 13:13:02 2014 +0100

    Exclude ppc64 architecture

 pypy.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index b71697a..3b39a6d 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -12,6 +12,8 @@ License:        MIT and Python and UCD
 URL:            http://pypy.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+ExcludeArch:    ppc64
+
 # High-level configuration of the build:
 
 # PyPy consists of an implementation of an interpreter (with JIT compilation)


More information about the scm-commits mailing list