diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-05 15:05:45 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-05 15:05:45 +0000 |
commit | eac9649e7ca04a812481abb66c922c2345ef9207 (patch) | |
tree | 5998b813cc7efb06daf32073e6bcfc1e3e8001fb /rpmtools.spec | |
parent | 1d308fcdeb0dd392646dfa247f008ed4dff003ad (diff) | |
download | rpmtools-eac9649e7ca04a812481abb66c922c2345ef9207.tar rpmtools-eac9649e7ca04a812481abb66c922c2345ef9207.tar.gz rpmtools-eac9649e7ca04a812481abb66c922c2345ef9207.tar.bz2 rpmtools-eac9649e7ca04a812481abb66c922c2345ef9207.tar.xz rpmtools-eac9649e7ca04a812481abb66c922c2345ef9207.zip |
add --fileswinfo query to parsehdlist so that we can know more4.5
informations on the package for which we print the files (needed by
upcoming rpmdrake supporting searching in files)
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 3f2a00a..520290b 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 4.4 +%define version 4.5 %{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)} @@ -55,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/packdrake* %changelog +* Mon Aug 5 2002 Guillaume Cottenceau <gc@mandrakesoft.com> 4.5-1mdk +- add --fileswinfo query to parsehdlist so that we can know more + informations on the package for which we print the files (needed by + upcoming rpmdrake supporting searching in files) + * Tue Jul 23 2002 François Pons <fpons@mandrakesoft.com> 4.4-1mdk - removed rpmtools perl module obsoleted. |