diff options
author | Francois Pons <fpons@mandriva.com> | 2002-06-07 09:51:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-06-07 09:51:17 +0000 |
commit | a0c34ae249bca805ffc8a0575fc75dbc032157fe (patch) | |
tree | daa65f4912e650a93804c714ad782cfe262308a8 | |
parent | 8d815c08bc6fc8afdbca084d263af54f5c13ee39 (diff) | |
download | urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.gz urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.bz2 urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.xz urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.zip |
3.4-7mdk
-rw-r--r-- | urpm.pm | 1 | ||||
-rw-r--r-- | urpmi.spec | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -1304,7 +1304,6 @@ sub search_packages { my (%exact, %exact_a, %exact_ra, %found, %foundi); foreach my $v (@$names) { - print "search $v\n"; #- it is a way of speedup, providing the name of a package directly help #- to find the package. #- this is necessary if providing a name list of package to upgrade. @@ -2,13 +2,13 @@ Name: urpmi Version: 3.4 -Release: 6mdk +Release: 7mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate Summary: User mode rpm install Requires: eject webfetch perl-DateManip >= 5.40 -PreReq: perl-gettext rpmtools >= 4.2-4mdk perl-URPM >= 0.02 +PreReq: perl-gettext rpmtools >= 4.3-2mdk perl-URPM >= 0.03-2mdk BuildRequires: bzip2-devel gcc-c++ gettext rpm-devel rpmtools BuildRoot: %{_tmppath}/%{name}-buildroot BuildArch: noarch @@ -144,6 +144,9 @@ fi %changelog +* Fri Jun 7 2002 François Pons <fpons@mandrakesoft.com> 3.4-7mdk +- fixed still present log on standard output. + * Fri Jun 7 2002 François Pons <fpons@mandrakesoft.com> 3.4-6mdk - fixed skip.list to skip according provides (even not the best). - fixed package id 0 always selected (generally ldconfig or lsbdev). |