diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-18 00:21:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-18 00:21:25 +0000 |
commit | 0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515 (patch) | |
tree | 6df99c32a18fa4aaf5b611b08c049ed852c03dc6 | |
parent | 721dfb6a1dc4af7a571c6d3c97601af3d5c8afe9 (diff) | |
download | rpmtools-0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515.tar rpmtools-0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515.tar.gz rpmtools-0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515.tar.bz2 rpmtools-0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515.tar.xz rpmtools-0d3a9ad6cdb7ee31c0b3b06c9012a79e37f01515.zip |
4.5-24mdk4.5.24
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | rpmtools.spec | 6 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,21 @@ +2004-08-18 02:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Makefile: Install rpm2cpio.pl + +2004-08-18 01:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpm2cpio.pl: Minor adjustements + +2004-08-18 01:50 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpm2cpio.pl: Add a pure-perl version of rpm2cpio (for emergency + cases), written by Roger Espel Llima. (from + http://www.iagora.com/~espel/rpm2cpio) + +2004-08-11 07:22 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 4.5-23mdk + 2004-08-11 07:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * parsehdlist.c: Don't include internal dependencies of the rpmlib diff --git a/rpmtools.spec b/rpmtools.spec index 490c0f3..c5e3cd1 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 23mdk +%define release 24mdk # do not modify here, see Makefile in the CVS %define version 4.5 @@ -61,10 +61,14 @@ Various tools needed by urpmi and drakxtools for handling rpm files. %{_bindir}/gendistrib %{_bindir}/distriblint %{_bindir}/genhdlist +%{_bindir}/rpm2cpio.pl %{compat_perl_vendorlib}/packdrake.pm %{_mandir}/*/* %changelog +* Wed Aug 18 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-24mdk +- Add rpm2cpio.pl + * Wed Aug 11 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-23mdk - Don't include internal dependencies of the rpmlib in the parsehdlist output |