From 66121d247494b870d00760e23c995242f1295d4f Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Thu, 26 Feb 2009 09:46:22 +0000 Subject: [PATCH] Enable on alpha. We already bootstrapped ghc. --- happy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happy.spec b/happy.spec index 2154734..1a224d9 100644 --- a/happy.spec +++ b/happy.spec @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, ghc, docbook-dtds, docbook-style-xsl, libxslt, libxml2 Summary: The LALR(1) Parser Generator for Haskell # ghc has only been bootstrapped on the following archs: -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc alpha Requires(post): policycoreutils %description