[gcl] ExcludeArch aarch64 (bz 1099534).

Jerry James jjames at fedoraproject.org
Tue May 20 14:42:25 UTC 2014


commit 24a4b3a3aba85a1cf05abf26b0260b2cd9c13218
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Tue May 20 08:42:02 2014 -0600

    ExcludeArch aarch64 (bz 1099534).

 gcl.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gcl.spec b/gcl.spec
index e5b5713..f14407b 100644
--- a/gcl.spec
+++ b/gcl.spec
@@ -7,7 +7,7 @@
 
 Name:           gcl
 Version:        2.6.10
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GNU Common Lisp
 
 Group:          Development/Languages
@@ -104,7 +104,8 @@ Requires(post): info
 Requires(postun): info
 
 # GCL currently fails to build on PPC64 platforms.  See bugzilla #480519.
-ExcludeArch: ppc64
+# GCL currently fails to build on AARCH64 platforms.  See bugzilla #1099534.
+ExcludeArch: ppc64 aarch64
 
 %description
 GCL is a Common Lisp currently compliant with the ANSI standard.  Lisp
@@ -348,6 +349,9 @@ fi
 
 
 %changelog
+* Tue May 20 2014 Jerry James <loganjerry at gmail.com> - 2.6.10-4
+- ExcludeArch aarch64 (bz 1099534)
+
 * Mon May 19 2014 Jerry James <loganjerry at gmail.com> - 2.6.10-3
 - Add temporary fix for FTBFS with gmp 6
 


More information about the scm-commits mailing list