diff options
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 057695e..7c9fe53 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,8 +1,8 @@ %define name rpmtools %define release %mkrel 1 -# do not modify here, see Makefile in the CVS -%define version 5.0.19 +# do not modify here, see spec file in the CVS +%define version 5.0.20 %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) @@ -79,6 +79,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Mon Apr 4 2005 Pixel <pixel@mandrakesoft.com> 5.0.20-1mdk +- packdrake: remove dirty message when decompressing without Compress::Zlib + * Tue Mar 29 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.19-1mdk - gendistrib: fix a bug in creation of media_info directories |