diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-02 05:19:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-02 05:19:08 +0000 |
commit | 9e0a9d20521e351e014b7d47b922bcc9301b54c7 (patch) | |
tree | 643f1381db845ab9d025c709948f9d92855d5516 | |
parent | 765f0f60610d8e3b44676dfbd3307563d3751e47 (diff) | |
download | rpmtools-9e0a9d20521e351e014b7d47b922bcc9301b54c7.tar rpmtools-9e0a9d20521e351e014b7d47b922bcc9301b54c7.tar.gz rpmtools-9e0a9d20521e351e014b7d47b922bcc9301b54c7.tar.bz2 rpmtools-9e0a9d20521e351e014b7d47b922bcc9301b54c7.tar.xz rpmtools-9e0a9d20521e351e014b7d47b922bcc9301b54c7.zip |
4.5-25mdk4.5.25
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2004-09-02 07:03 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * distriblint, gendistrib: Make rpm tools handle new keywords in + hdlists file. + +2004-08-18 02:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 4.5-24mdk + 2004-08-18 02:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * Makefile: Install rpm2cpio.pl diff --git a/rpmtools.spec b/rpmtools.spec index c5e3cd1..a3e5944 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 24mdk +%define release 25mdk # do not modify here, see Makefile in the CVS %define version 4.5 @@ -66,6 +66,9 @@ Various tools needed by urpmi and drakxtools for handling rpm files. %{_mandir}/*/* %changelog +* Thu Sep 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-25mdk +- Make rpm tools handle new keywords in hdlists file. + * Wed Aug 18 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-24mdk - Add rpm2cpio.pl |