From 24a4b3a3aba85a1cf05abf26b0260b2cd9c13218 Mon Sep 17 00:00:00 2001 From: Jerry James Date: May 20 2014 14:42:02 +0000 Subject: ExcludeArch aarch64 (bz 1099534). --- 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 - 2.6.10-4 +- ExcludeArch aarch64 (bz 1099534) + * Mon May 19 2014 Jerry James - 2.6.10-3 - Add temporary fix for FTBFS with gmp 6