diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-19 16:04:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-19 16:04:38 +0000 |
commit | 8c944c1d668d153c7ca500940d638cfd91a726a9 (patch) | |
tree | 845e0769232ba85b4c5126ddc624c99678423568 /NEWS | |
parent | 79e666cd26423a2e38404692339fce671b5d60bd (diff) | |
download | urpmi-8c944c1d668d153c7ca500940d638cfd91a726a9.tar urpmi-8c944c1d668d153c7ca500940d638cfd91a726a9.tar.gz urpmi-8c944c1d668d153c7ca500940d638cfd91a726a9.tar.bz2 urpmi-8c944c1d668d153c7ca500940d638cfd91a726a9.tar.xz urpmi-8c944c1d668d153c7ca500940d638cfd91a726a9.zip |
- urpmi:
o fix getting rpms from different media on same DVD
without it $blist->{medium}{mntpoint} is set during first
_find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will
block everything.
with this commit, it won't copy rpms on disk even if on different media if
same DVD.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- urpmi: + o fix getting rpms from different media on same DVD - bash-completion (guillomovitch): o don't complete on available packages if completed item is clearly a file o only select available packages for selected medias |