[ghc-rpm-macros] drop without_testsuite from ghc_bootstrap since it breaks koji

Jens Petersen petersen at fedoraproject.org
Wed Aug 3 08:14:36 UTC 2011


commit dfb8f0169dcf91503c7d88f146369cfe455794b4
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Aug 3 17:14:24 2011 +0900

    drop without_testsuite from ghc_bootstrap since it breaks koji

 ghc-rpm-macros.ghc  |    3 +--
 ghc-rpm-macros.spec |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc
index 594adda..24d2b58 100644
--- a/ghc-rpm-macros.ghc
+++ b/ghc-rpm-macros.ghc
@@ -217,5 +217,4 @@ find %{buildroot} -type f -exec sh -c "file {} | grep -q 'dynamically linked'" \
 %global ghc_without_dynamic 1\
 %global without_prof 1\
 %global without_haddock 1\
-%global without_manual 1\
-%global without_testsuite 1
+%global without_manual 1
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index fa78bb9..12fbaed 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -3,7 +3,7 @@
 %global macros_file %{_sysconfdir}/rpm/macros.ghc
 
 Name:           ghc-rpm-macros
-Version:        0.13.8
+Version:        0.13.9
 Release:        1%{?dist}
 Summary:        Macros for building packages for GHC
 
@@ -60,6 +60,9 @@ EOF
 
 
 %changelog
+* Wed Aug  3 2011 Jens Petersen <petersen at redhat.com> - 0.13.9-1
+- drop without_testsuite from ghc_bootstrap since it breaks koji
+
 * Fri Jul  1 2011 Jens Petersen <petersen at redhat.com> - 0.13.8-1
 - drop redundant defattr from filelists
 - move dependency generator setup from ghc_package_devel to ghc_lib_install


More information about the scm-commits mailing list