aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-14 10:27:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-14 10:27:59 +0000
commitc6c92b95c698d398a12c530d2de718c72e787388 (patch)
tree7fdbb27a5f6c57769eda0c78b4fdafad6892c31b
parent34ef73264e5f2df78189b421d8b142593c073bbe (diff)
downloadrpmtools-c6c92b95c698d398a12c530d2de718c72e787388.tar
rpmtools-c6c92b95c698d398a12c530d2de718c72e787388.tar.gz
rpmtools-c6c92b95c698d398a12c530d2de718c72e787388.tar.bz2
rpmtools-c6c92b95c698d398a12c530d2de718c72e787388.tar.xz
rpmtools-c6c92b95c698d398a12c530d2de718c72e787388.zip
5.0.45.0.4
-rw-r--r--ChangeLog13
-rw-r--r--rpmtools.spec7
2 files changed, 19 insertions, 1 deletions
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 <rgarciasuarez@mandrakesoft.com>
+
+ * rpmtools.spec: Don't require Compress::Zlib (only suggest :)
+
+2004-12-14 11:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * 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 <thauvin@aerov.jussieu.fr>
+
+ * Packdrakeng.pm: - fix mkpath
+
2004-12-14 01:22 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* 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 <rgarciasuarez@mandrakesoft.com> 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 <thauvin@aerov.jussieu.fr> 5.0.3-1mdk
- don't use File::* modules (light for gi)
- conflict rpmtools <= 5.0.0 (split package)