summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:46 +0000
commit26624558d089978e45ead4a25490b757bfe9a2ab (patch)
tree38dcbbe60f594738a2186077664e0aada14354f9
parente4c073c20c98b14fb1bbbebdd79dacaf0a1f903c (diff)
downloadurpmi-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--NEWS2
-rwxr-xr-xurpmf2
2 files changed, 3 insertions, 1 deletions
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') {