diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-05 06:47:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-05 06:47:27 +0000 |
commit | 2042214abb62aae04263d18cc2e161fda5354a6e (patch) | |
tree | 37587279c86d2f90adb4015b50b97e59af6d2488 | |
parent | 88ef270be7f1b1260409f1e32f4361c908ca5264 (diff) | |
download | rpmtools-2042214abb62aae04263d18cc2e161fda5354a6e.tar rpmtools-2042214abb62aae04263d18cc2e161fda5354a6e.tar.gz rpmtools-2042214abb62aae04263d18cc2e161fda5354a6e.tar.bz2 rpmtools-2042214abb62aae04263d18cc2e161fda5354a6e.tar.xz rpmtools-2042214abb62aae04263d18cc2e161fda5354a6e.zip |
4.5-21mdk4.5.21
-rw-r--r-- | ChangeLog | 38 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,41 @@ +2004-07-05 08:23 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * parsehdlist.c: Fix error message + +2004-07-05 07:40 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * parsehdlist.c: Minor fixes in help message + +2004-07-05 07:40 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Makefile: Add a rule for changelog generation + +2004-04-23 14:39 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 4.5-20mdk + +2004-04-23 11:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Makefile: Fix CFLAGS in the Makefile for compilation with + versions of rpm >= 4.2. + +2004-04-23 10:49 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * packdrake, packdrake-pm/packdrake.pm: Add a --quiet option to + packdrake + +2004-04-21 11:17 Warly <warly@mandrakesoft.com> + + * gendistrib: make $ENV{TMPDIR} the default cache location + +2004-02-25 14:35 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * rpmtools.spec: rebuild for perl + +2004-01-18 03:30 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * genhdlist: - Don't put wrong rpm in list file when using dontdie + 2004-01-16 19:04 Olivier Thauvin <thauvin@aerov.jussieu.fr> * genhdlist, rpmtools.spec: fix genhdlist without arg diff --git a/rpmtools.spec b/rpmtools.spec index 2950a9d..2dc9376 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 20mdk +%define release 21mdk # do not modify here, see Makefile in the CVS %define version 4.5 @@ -65,6 +65,9 @@ Various tools needed by urpmi and drakxtools for handling rpm files. %{_mandir}/*/* %changelog +* Mon Jul 05 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-21mdk +- Minor changes + * Fri Apr 23 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-20mdk - add a --quiet option to packdrake - rebuild for perl 5.8.4, and add a dependency on perl-base |