From cf2bccec451dc425d6d8d4f35651d64e219ed494 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Jun 2007 13:44:16 +0000 Subject: - urpmf o bug fix -m (#31452) (bug introduced when moving code to urpm::media) --- NEWS | 2 ++ urpmf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 87b7cce2..c51fae95 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ - urpmi o for long package names, ensure progression of installation (####...) is still properly indented (#28639) +- urpmf + o bug fix -m (#31452) Version 4.9.26 - 14 June 2007, by Pascal "Pixel" Rigaux diff --git a/urpmf b/urpmf index 1b553461..1ee7604c 100755 --- a/urpmf +++ b/urpmf @@ -129,7 +129,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