diff options
-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 |