diff options
-rw-r--r-- | ChangeLog | 43 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 46 insertions, 2 deletions
@@ -1,4 +1,45 @@ -2005-08-23 14:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> +2005-09-14 03:02 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: - skip hdlist rebuild per media when not need + +2005-09-07 11:33 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: - add --blind option / rebuild even it is not need + +2005-09-07 08:41 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: - do not rebuild hdlist if not need + +2005-09-07 01:48 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: add --destdir option + +2005-09-06 21:46 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * Distribconf.pm, Packdrakeng.pm, dumpdistribconf, packdrake.pm, + Distribconf/Build.pm: - s/mandrake/mandriva/ + +2005-09-06 18:58 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: - make empty media non fatal, use --noemptymedia to + back old behaviour - add --mediacfg in --help - die if header dir + can't be recreate + +2005-09-06 17:56 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * gendistrib: - show all missing directory before dying when + --skipmissingdir is not specified + +2005-08-23 14:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * t/01packdrakeng.t: Test fix to go along with the previous change. + Be more TAP compliant. Die early of errors. + +2005-08-23 14:50 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 5.0.23-1mdk + +2005-08-23 14:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * Packdrakeng.pm: If extracting an archive to an undefined directory, output to stdout. (used by urpmq) diff --git a/rpmtools.spec b/rpmtools.spec index 6d5fd48..5b716aa 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release %mkrel 1 # do not modify here, see spec file in the CVS -%define version 5.0.23 +%define version 5.0.24 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -77,6 +77,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Wed Sep 14 2005 Olivier Thauvin <nanardon@zarb.org> 5.0.24-1mdk +- 5.0.24 (gendistrib improvement && s/mandrake/mandriva/) + * Tue Aug 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.23-1mdk - packdrake: fix bug in urpmq --headers (17245) |