diff --git a/happy.spec b/happy.spec index d71982a..2154734 100644 --- a/happy.spec +++ b/happy.spec @@ -3,7 +3,7 @@ Name: happy Version: 1.18.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Tools URL: http://haskell.org/happy/ @@ -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: i386 x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc Requires(post): policycoreutils %description @@ -64,6 +64,9 @@ restorecon %{_bindir}/%{name} %changelog +* Wed Feb 25 2009 Jens Petersen - 1.18.2-3 +- rebuild with %%ix86 for i586 + * Mon Feb 23 2009 Jens Petersen - 1.18.2-2 - cabal build replaces cabal_build