From d4b5d537234aecb8974e38976ced44e0a77290b6 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 14 Dec 2004 19:21:06 +0000 Subject: 5.0.5-1mdk --- ChangeLog | 18 ++++++++++++++++++ rpmtools.spec | 6 +++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e21d83a..1a891af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2004-12-14 20:16 Rafael Garcia-Suarez + + * Packdrakeng.pm: Fix indentation and capitalize some warning + messages + +2004-12-14 20:13 Rafael Garcia-Suarez + + * Packdrakeng.pm: Use $pack->{log}() instead of warn(), so --quiet + works again + +2004-12-14 11:38 Rafael Garcia-Suarez + + * Makefile.PL: Don't hardcode version in several places + +2004-12-14 11:27 Rafael Garcia-Suarez + + * rpmtools.spec: 5.0.4 + 2004-12-14 11:25 Rafael Garcia-Suarez * 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 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 5.0.4-1mdk - extract_archive() function in packdrake should do nothing if no file list is specified -- cgit v1.2.1