aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog29
-rw-r--r--rpmtools.spec6
2 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c98f1c..1b3402e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2005-03-14 13:47 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * gendistrib: Build hdlists in temporary locations
+
+2005-03-07 16:06 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * rpmtools.spec: 5.0.17-1mdk
+
+2005-03-07 16:00 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * gendistrib: Factorisation of paths
+
+2005-03-07 15:20 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * gendistrib: Generate media-specific MD5SUM files in
+ 'thismediainfo' dir, not 'mediainfo'
+
+2005-03-07 14:45 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * Distribconf.pm: Doc and POD fixes
+
+2005-03-07 11:59 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * gendistrib: Spelling fix
+
+2005-03-01 12:46 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * rpmtools.spec: 5.0.16-1mdk
+
2005-03-01 12:33 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* parsehdlist.c: Output help to stdout
diff --git a/rpmtools.spec b/rpmtools.spec
index 53cc5ff..3c55556 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -2,7 +2,7 @@
%define release %mkrel 1
# do not modify here, see Makefile in the CVS
-%define version 5.0.17
+%define version 5.0.18
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)
@@ -79,6 +79,10 @@ is fully compatible with old packdrake.
%{_mandir}/man3/[pP]ackdrake*
%changelog
+* Mon Mar 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.18-1mdk
+- gendistrib: build hdlists in a temporary file first, to reduce the window
+ where the hdlists are corrupted
+
* Mon Mar 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.17-1mdk
- gendistrib: fix generation of per-media MD5SUM files. Plus doc nits.