aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-17 13:26:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-17 13:26:47 +0000
commit777d745a5a98997ed568ace20a201e35b93487f5 (patch)
tree588812a16f91c8edfdb3a151592b7862fef16e42
parent5b45d947ae61c3f3043cf3db71dd19d7dc686a0a (diff)
downloadrpmtools-777d745a5a98997ed568ace20a201e35b93487f5.tar
rpmtools-777d745a5a98997ed568ace20a201e35b93487f5.tar.gz
rpmtools-777d745a5a98997ed568ace20a201e35b93487f5.tar.bz2
rpmtools-777d745a5a98997ed568ace20a201e35b93487f5.tar.xz
rpmtools-777d745a5a98997ed568ace20a201e35b93487f5.zip
5.0.9-1mdk5.0.9
-rw-r--r--ChangeLog15
-rw-r--r--rpmtools.spec6
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88a99fa..e9f91b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-01-17 14:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * genhdlist: Add a "follow" option to the File::Find call, to
+ follow symlinks, as suggested by Steven Shiau. Plus some tidying
+ up and perl_checker fixes.
+
+2005-01-07 13:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Packdrakeng.pm: More filehandle cleanup
+
+2005-01-03 22:52 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Packdrakeng/zlib.pm: Fix warning messages (english grammar, plus
+ final \n)
+
2005-01-03 17:54 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Packdrakeng.pm, rpmtools.spec: - Fix options parsing - 5.0.8
diff --git a/rpmtools.spec b/rpmtools.spec
index d40c9bf..1629cef 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.8
+%define version 5.0.9
%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
+* Mon Jan 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.9-1mdk
+- genhdlist now follows symlinks
+- minor fixes in Packdrakeng
+
* Mon Jan 03 2005 Olivier Thauvin <thauvin@aerov.jussieu.fr> 5.0.8-1mdk
- Fix the previous speedup
- BuildRequires perl-Compress-Zlib