diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 19:21:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 19:21:06 +0000 |
commit | d4b5d537234aecb8974e38976ced44e0a77290b6 (patch) | |
tree | 761770b72c72f5a9e746fac3153245356f276c9f | |
parent | bbb7b872033d39cf95ff7ea3563eca6ca6a0d31b (diff) | |
download | rpmtools-5.0.5.tar rpmtools-5.0.5.tar.gz rpmtools-5.0.5.tar.bz2 rpmtools-5.0.5.tar.xz rpmtools-5.0.5.zip |
5.0.5-1mdk5.0.5
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | rpmtools.spec | 6 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,21 @@ +2004-12-14 20:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Packdrakeng.pm: Fix indentation and capitalize some warning + messages + +2004-12-14 20:13 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Packdrakeng.pm: Use $pack->{log}() instead of warn(), so --quiet + works again + +2004-12-14 11:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Makefile.PL: Don't hardcode version in several places + +2004-12-14 11:27 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 5.0.4 + 2004-12-14 11:25 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * rpmtools.spec: Don't require Compress::Zlib (only suggest :) diff --git a/rpmtools.spec b/rpmtools.spec index bee8cbb..afb5d8e 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release 1mdk # do not modify here, see Makefile in the CVS -%define version 5.0.4 +%define version 5.0.5 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -75,6 +75,10 @@ is fully compatible with old packdrake. %{_mandir}/*/* %changelog +* Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.5-1mdk +- Fix the "quiet" option of packdrake (so urpmq and other tools don't produce + warnings) + * Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.4-1mdk - extract_archive() function in packdrake should do nothing if no file list is specified |