diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-23 17:38:50 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-23 17:38:50 +0000 |
commit | 9abd575daa2d19cc69a5db57826ab6d85c05d6fe (patch) | |
tree | a9d26733b6413148e79688566354b069b8bfc1d0 /urpmq | |
parent | de7b22939f7cef341e36696135530a0a48076f9c (diff) | |
download | urpmi-9abd575daa2d19cc69a5db57826ab6d85c05d6fe.tar urpmi-9abd575daa2d19cc69a5db57826ab6d85c05d6fe.tar.gz urpmi-9abd575daa2d19cc69a5db57826ab6d85c05d6fe.tar.bz2 urpmi-9abd575daa2d19cc69a5db57826ab6d85c05d6fe.tar.xz urpmi-9abd575daa2d19cc69a5db57826ab6d85c05d6fe.zip |
new major release 1.7 for new major release of rpmtools.
Diffstat (limited to 'urpmq')
-rwxr-xr-x | urpmq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ if ($query->{update}) { $urpm->read_config(nocheck_access => 1); $urpm->filter_active_media(use_update => 1); } -$urpm->relocate_depslist(use_active => $query->{update}); +$urpm->relocate_depslist_provides(use_active => $query->{update}); #- search the packages according the selection given by the user, #- basesystem is added to the list so if it need to be upgraded, all its dependency |