diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-14 13:01:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-14 13:01:28 +0000 |
commit | a6d49c18987b59a67fab0e548b09656c198181ff (patch) | |
tree | 0668b618077d775308a5b74c2ffd44582a54ba50 /rpmtools.spec | |
parent | b03f9a8c3c694ab3615e074957d9e4d6aa1d8394 (diff) | |
download | rpmtools-a6d49c18987b59a67fab0e548b09656c198181ff.tar rpmtools-a6d49c18987b59a67fab0e548b09656c198181ff.tar.gz rpmtools-a6d49c18987b59a67fab0e548b09656c198181ff.tar.bz2 rpmtools-a6d49c18987b59a67fab0e548b09656c198181ff.tar.xz rpmtools-a6d49c18987b59a67fab0e548b09656c198181ff.zip |
5.0.18-1mdk5.0.18
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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. |