diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-18 13:44:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-18 13:44:46 +0000 |
commit | 26624558d089978e45ead4a25490b757bfe9a2ab (patch) | |
tree | 38dcbbe60f594738a2186077664e0aada14354f9 | |
parent | e4c073c20c98b14fb1bbbebdd79dacaf0a1f903c (diff) | |
download | urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.gz urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.bz2 urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.xz urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.zip |
- urpmf
o bug fix -m (#31452)
(bug introduced when moving code to urpm::media)
(backport from trunk)
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | urpmf | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ - urpmi o [bugfix] fix plural handling in "Packages foo can not be installed" (#31229) +- urpmf + o bug fix -m (#31452) Version 4.9.21.3 - 4 June 2007, by Pascal "Pixel" Rigaux @@ -128,7 +128,7 @@ my %usedtags; my $sprintfargs = join(', ', map { $usedtags{$_} = 1; if ($_ eq 'media') { - '$urpm::currentmedia->{name}'; + '$urpm::media::currentmedia->{name}'; } elsif ($_ eq 'fullname') { 'scalar($pkg->fullname)'; } elsif ($_ eq 'description') { |