From 19c596ba3c71812d14011b7b3b4ecb66b19a5652 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 10 May 2007 17:53:17 +0000 Subject: [PATCH] Exclude ppc64 for now (bug 239713) --- ghc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index 7ff0172..253204a 100644 --- a/ghc.spec +++ b/ghc.spec @@ -6,8 +6,10 @@ Name: ghc Version: 6.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Glasgow Haskell Compilation system +# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713 +ExcludeArch: ppc64 License: BSD style Group: Development/Languages Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 @@ -178,6 +180,9 @@ fi %changelog +* Thu May 10 2007 Bryan O'Sullivan - 6.6.1-2 +- exclude ppc64 for now, due to lack of time to bootstrap + * Wed May 9 2007 Bryan O'Sullivan - 6.6.1-1 - update to 6.6.1 release