From c6c92b95c698d398a12c530d2de718c72e787388 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 14 Dec 2004 10:27:59 +0000 Subject: 5.0.4 --- ChangeLog | 13 +++++++++++++ rpmtools.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a794e7..e21d83a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-12-14 11:25 Rafael Garcia-Suarez + + * rpmtools.spec: Don't require Compress::Zlib (only suggest :) + +2004-12-14 11:24 Rafael Garcia-Suarez + + * packdrake.pm: extract_archive() should do nothing in no files are + specified. Add an extract_all_archive function. + +2004-12-14 02:44 Olivier Thauvin + + * Packdrakeng.pm: - fix mkpath + 2004-12-14 01:22 Olivier Thauvin * Makefile.PL, Packdrakeng.pm, rpmtools.spec: - 5.0.3 - fix mkpath diff --git a/rpmtools.spec b/rpmtools.spec index 1c17d1a..bee8cbb 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.3 +%define version 5.0.4 %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,11 @@ is fully compatible with old packdrake. %{_mandir}/*/* %changelog +* 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 +- drop the requirement of packdrake on Compress::Zlib + * Mon Dec 13 2004 Olivier Thauvin 5.0.3-1mdk - don't use File::* modules (light for gi) - conflict rpmtools <= 5.0.0 (split package) -- cgit v1.2.1