diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 19:21:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 19:21:06 +0000 |
commit | d4b5d537234aecb8974e38976ced44e0a77290b6 (patch) | |
tree | 761770b72c72f5a9e746fac3153245356f276c9f /rpmtools.spec | |
parent | bbb7b872033d39cf95ff7ea3563eca6ca6a0d31b (diff) | |
download | rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.gz rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.bz2 rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.xz rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.zip |
5.0.5-1mdk5.0.5
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index bee8cbb..afb5d8e 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.4 +%define version 5.0.5 %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,10 @@ is fully compatible with old packdrake. %{_mandir}/*/* %changelog +* Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.5-1mdk +- Fix the "quiet" option of packdrake (so urpmq and other tools don't produce + warnings) + * Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.4-1mdk - extract_archive() function in packdrake should do nothing if no file list is specified |