diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-29 15:45:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-29 15:45:20 +0000 |
commit | 9c6fe669a31d9d78fd3d19db0bd2fcedf808a7d5 (patch) | |
tree | 85a715bdf7e826203032ef8e9cda74544450c16b | |
parent | e831ea849677ff25e57e4c145d6c591fe3e6e6f3 (diff) | |
download | rpmtools-5.0.19.tar rpmtools-5.0.19.tar.gz rpmtools-5.0.19.tar.bz2 rpmtools-5.0.19.tar.xz rpmtools-5.0.19.zip |
5.0.19-1mdk5.0.19
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2005-03-29 17:37 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * gendistrib: Remove redundant code + +2005-03-29 17:24 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * gendistrib: Create the directory "thismediainfo" if it doesn't + exist + +2005-03-14 14:01 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * rpmtools.spec: 5.0.18-1mdk + 2005-03-14 13:47 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * gendistrib: Build hdlists in temporary locations diff --git a/rpmtools.spec b/rpmtools.spec index 3c55556..057695e 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.18 +%define version 5.0.19 %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,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Tue Mar 29 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.19-1mdk +- gendistrib: fix a bug in creation of media_info directories + * 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 |