diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-17 12:58:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-17 12:58:22 +0000 |
commit | 4272374dd952b9a5ef838789b65e946777e2c47d (patch) | |
tree | 9189b54ad7f7cc23e428eb0ebb95bfe5750a484e | |
parent | aeed8e363fa16c595537b76dba4b8187de990b15 (diff) | |
download | rpmtools-4272374dd952b9a5ef838789b65e946777e2c47d.tar rpmtools-4272374dd952b9a5ef838789b65e946777e2c47d.tar.gz rpmtools-4272374dd952b9a5ef838789b65e946777e2c47d.tar.bz2 rpmtools-4272374dd952b9a5ef838789b65e946777e2c47d.tar.xz rpmtools-4272374dd952b9a5ef838789b65e946777e2c47d.zip |
5.0.10-1mdk5.0.10
-rw-r--r-- | ChangeLog | 38 | ||||
-rw-r--r-- | rpmtools.spec | 9 |
2 files changed, 46 insertions, 1 deletions
@@ -1,3 +1,41 @@ +2005-02-17 13:30 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Ensure links are done + +2005-02-17 12:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Spelling fixes in usage + +2005-02-17 11:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Generate MD5SUM files + +2005-02-17 11:23 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: More cleanup + +2005-02-17 10:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Add creation of links to hdlist/synthesis in + media_info subdirectories (and add a command line option to + disable it) + +2005-02-17 10:09 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Code cleanup + +2005-02-17 09:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gendistrib: Handle new hdlists format (with sizes) + +2005-02-02 12:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: Remove redundant and bogus require on perl-base + +2005-01-17 14:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 5.0.9-1mdk + 2005-01-17 14:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * genhdlist: Add a "follow" option to the File::Find call, to diff --git a/rpmtools.spec b/rpmtools.spec index 16252fb..2b98a8b 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release 1mdk # do not modify here, see Makefile in the CVS -%define version 5.0.9 +%define version 5.0.10 %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) @@ -75,6 +75,13 @@ is fully compatible with old packdrake. %{_mandir}/*/* %changelog +* Thu Feb 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.10-1mdk +- gendistrib: + - Generate hdlists and synthesis as hard links in <name>/media_info + subdirectories + - Handle new hdlists format + - Generate MD5SUM files + * Mon Jan 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.9-1mdk - genhdlist now follows symlinks - minor fixes in Packdrakeng |