[ghc-netlist] fix the BRs: ghc-pkgname only exists on intel archs

Jens Petersen petersen at fedoraproject.org
Mon Mar 5 10:33:25 UTC 2012


commit afde8e4e551e4f7b65f126bd6d35ab15f271c8ba
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Mar 5 19:33:05 2012 +0900

    fix the BRs: ghc-pkgname only exists on intel archs

 ghc-netlist.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ghc-netlist.spec b/ghc-netlist.spec
index 6fab247..fa3b9cf 100644
--- a/ghc-netlist.spec
+++ b/ghc-netlist.spec
@@ -10,7 +10,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -23,8 +23,8 @@ BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
 
-BuildRequires:  ghc-binary ghc-binary-devel ghc-binary-prof
-BuildRequires:  ghc-syb ghc-syb-devel ghc-syb-prof
+BuildRequires:  ghc-binary-prof
+BuildRequires:  ghc-syb-prof
 
 %description
 %{common_description}
@@ -54,6 +54,9 @@ BuildRequires:  ghc-syb ghc-syb-devel ghc-syb-prof
 
 
 %changelog
+* Mon Mar  5 2012 Jens Petersen <petersen at redhat.com> - 0.3.1-3
+- fix the BRs: ghc-pkgname only exists on intel archs
+
 * Mon Feb  6 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.3.1-2
 - Updated summary and description.
 


More information about the scm-commits mailing list