drop without_testsuite from ghc_bootstrap since it breaks koji
This commit is contained in:
parent
f0b5c1b565
commit
dfb8f0169d
@ -217,5 +217,4 @@ find %{buildroot} -type f -exec sh -c "file {} | grep -q 'dynamically linked'" \
|
|||||||
%global ghc_without_dynamic 1\
|
%global ghc_without_dynamic 1\
|
||||||
%global without_prof 1\
|
%global without_prof 1\
|
||||||
%global without_haddock 1\
|
%global without_haddock 1\
|
||||||
%global without_manual 1\
|
%global without_manual 1
|
||||||
%global without_testsuite 1
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global macros_file %{_sysconfdir}/rpm/macros.ghc
|
%global macros_file %{_sysconfdir}/rpm/macros.ghc
|
||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 0.13.8
|
Version: 0.13.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Macros for building packages for GHC
|
Summary: Macros for building packages for GHC
|
||||||
|
|
||||||
@ -60,6 +60,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 3 2011 Jens Petersen <petersen@redhat.com> - 0.13.9-1
|
||||||
|
- drop without_testsuite from ghc_bootstrap since it breaks koji
|
||||||
|
|
||||||
* Fri Jul 1 2011 Jens Petersen <petersen@redhat.com> - 0.13.8-1
|
* Fri Jul 1 2011 Jens Petersen <petersen@redhat.com> - 0.13.8-1
|
||||||
- drop redundant defattr from filelists
|
- drop redundant defattr from filelists
|
||||||
- move dependency generator setup from ghc_package_devel to ghc_lib_install
|
- move dependency generator setup from ghc_package_devel to ghc_lib_install
|
||||||
|
Loading…
Reference in New Issue
Block a user