diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-10 09:24:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-10 09:24:47 +0000 |
commit | 8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79 (patch) | |
tree | ce278fe8ec2226a2ac63eeea6c0a73dd65c8e099 | |
parent | 1a62f124c2321cd65987deab7d75d5bd81815f26 (diff) | |
download | rpmtools-8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79.tar rpmtools-8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79.tar.gz rpmtools-8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79.tar.bz2 rpmtools-8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79.tar.xz rpmtools-8bb0cabf8cd1c8b38084a4ce62dfd42554ebda79.zip |
5.0.20-2mdk
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,17 @@ -2005-03-29 17:37 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> +2005-04-15 17:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: Be less dependant on distribution name + +2005-04-04 17:31 Pixel <pixel at mandriva.com> + + * Packdrakeng.pm, rpmtools.spec: packdrake: remove dirty message + when decompressing without Compress::Zlib + +2005-03-29 17:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 5.0.19-1mdk + +2005-03-29 17:37 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * gendistrib: Remove redundant code diff --git a/rpmtools.spec b/rpmtools.spec index a1e9dad..c0a0cb3 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release %mkrel 1 +%define release %mkrel 2 # do not modify here, see spec file in the CVS %define version 5.0.20 @@ -77,6 +77,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Tue May 10 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.20-2mdk +- Rebuild for rpm 4.4 + * Mon Apr 4 2005 Pixel <pixel@mandrakesoft.com> 5.0.20-1mdk - packdrake: remove dirty message when decompressing without Compress::Zlib |