diff options
-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') { |