From 26624558d089978e45ead4a25490b757bfe9a2ab Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Jun 2007 13:44:46 +0000 Subject: - urpmf o bug fix -m (#31452) (bug introduced when moving code to urpm::media) (backport from trunk) --- NEWS | 2 ++ urpmf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 306d5b80..db55c61c 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/urpmf b/urpmf index 7edee6a0..ba87a264 100755 --- a/urpmf +++ b/urpmf @@ -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') { -- cgit v1.2.1