[ghc/el6/master] Revert "- fix the arch for i686"

Jens Petersen petersen at fedoraproject.org
Mon Sep 27 05:22:05 UTC 2010


commit 59a546fec8424e814e0a125a7618ef4e90083879
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Sep 27 12:46:45 2010 +1000

    Revert "- fix the arch for i686"
    
    This reverts commit ef7992bcc9e3af6a90eccb74749dc9d4d9b1e007.

 ghc.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 61e33d1..92ff866 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -1,6 +1,6 @@
 Name: ghc
 Version: 6.10.4
-Release: 1%{?dist}
+Release: 0%{?dist}
 Summary: Glasgow Haskell Compilation system
 License: BSD
 Group: Development/Languages
@@ -11,7 +11,7 @@ URL: http://haskell.org/ghc/
 Requires: gcc, gmp-devel
 Requires(post): policycoreutils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch: %{ix86} x86_64 ppc
+ExclusiveArch: i386 ppc x86_64
 
 %description
 GHC is a state-of-the-art programming suite for Haskell, a purely
@@ -61,8 +61,5 @@ fi
 %{_mandir}/man1/*
 
 %changelog
-* Sat Sep 25 2010 Jens Petersen <petersen at redhat.com> - 6.10.4-1
-- fix the arch for i686
-
 * Fri Sep 24 2010 Jens Petersen <petersen at redhat.com> - 6.10.4-0
 - bootstrap F12 ghc bin packages to EPEL 6


More information about the scm-commits mailing list