ghc-deps.sh: also ignore base-3 since it is part of ghc-base

This commit is contained in:
Jens Petersen 2011-06-22 15:35:34 +09:00
parent 3c7e24880d
commit a3dec4571b
2 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,7 @@ for i in $files; do
for i in $HASHS; do
case $i in
# ignore internal packages
base-3*) ;;
bin-package-db-*) ;;
ghc-binary-*) ;;
ghc-prim-*) ;;

View File

@ -3,7 +3,7 @@
%global macros_file %{_sysconfdir}/rpm/macros.ghc
Name: ghc-rpm-macros
Version: 0.10.56
Version: 0.10.57
Release: 1%{?dist}
Summary: Macros for building packages for GHC
@ -60,6 +60,9 @@ EOF
%changelog
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 0.10.57-1
- ghc-deps.sh: also ignore base-3 since it is part of ghc-base
* Mon Jun 13 2011 Jens Petersen <petersen@redhat.com> - 0.10.56-1
- merge prof subpackages into devel to simplify packaging
- condition --htmldir on pkg_name