diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-11 05:22:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-11 05:22:34 +0000 |
commit | 92a44b28c29fb68b9c58a3173d3ad76b6245d42e (patch) | |
tree | 2d4b50078f5dd6645b4fdbbcd35e3df7213de6f2 | |
parent | efa970345191e0438d8debe3e4bf13bdbd457dfa (diff) | |
download | rpmtools-92a44b28c29fb68b9c58a3173d3ad76b6245d42e.tar rpmtools-92a44b28c29fb68b9c58a3173d3ad76b6245d42e.tar.gz rpmtools-92a44b28c29fb68b9c58a3173d3ad76b6245d42e.tar.bz2 rpmtools-92a44b28c29fb68b9c58a3173d3ad76b6245d42e.tar.xz rpmtools-92a44b28c29fb68b9c58a3173d3ad76b6245d42e.zip |
4.5-23mdk4.5.23
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,18 @@ +2004-08-11 07:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * parsehdlist.c: Don't include internal dependencies of the rpmlib + in the parsehdlist output + +2004-07-22 10:25 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * distriblint, gendistrib, rpmtools.spec, + packdrake-pm/packdrake.pm: 4.5-22mdk: Updates for the new media + layout in cooker + +2004-07-05 08:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 4.5-21mdk + 2004-07-05 08:23 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * parsehdlist.c: Fix error message diff --git a/rpmtools.spec b/rpmtools.spec index 973e131..490c0f3 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 22mdk +%define release 23mdk # do not modify here, see Makefile in the CVS %define version 4.5 @@ -65,6 +65,9 @@ Various tools needed by urpmi and drakxtools for handling rpm files. %{_mandir}/*/* %changelog +* Wed Aug 11 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-23mdk +- Don't include internal dependencies of the rpmlib in the parsehdlist output + * Thu Jul 22 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-22mdk - Updates for the new media layout in cooker |