diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:45:40 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:45:40 +0000 |
commit | 3e96790933acee551eefafdb034e92b2862a1a1a (patch) | |
tree | 39087be1220a094e590ea9ffa66baa3c48dbfacd /rpmtools.spec | |
parent | 04d1bdae703880e4feaa09e3332532bd72dab6f9 (diff) | |
download | rpmtools-3e96790933acee551eefafdb034e92b2862a1a1a.tar rpmtools-3e96790933acee551eefafdb034e92b2862a1a1a.tar.gz rpmtools-3e96790933acee551eefafdb034e92b2862a1a1a.tar.bz2 rpmtools-3e96790933acee551eefafdb034e92b2862a1a1a.tar.xz rpmtools-3e96790933acee551eefafdb034e92b2862a1a1a.zip |
2.1-8mdk
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 3dba1a7..1d0ae02 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 7mdk +%define release 8mdk # do not modify here, see Makefile in the CVS %define version 2.1 @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Wed Jan 17 2001 François Pons <fpons@mandrakesoft.com> 2.1-8mdk +- removed obsoleted genhdlists, genhdlist_cz2, genbasefiles by gendistrib. +- new tools gendistrib which integrate all the obsoleted tools. +- fixed volative cwd in rpmtools.pm when building hdlist, added noclean support. + * Tue Jan 16 2001 François Pons <fpons@mandrakesoft.com> 2.1-7mdk - fixed white char in packdrake archive. - added output mode for parsehdlist. |