From 973767032f41458c0a0467d9b31852b8d108fb14 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 30 Jan 2008 16:31:26 +0000 Subject: - urpmf: o fix --synthesis --- NEWS | 2 ++ urpmf | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 718591e2..25afada1 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ - urpme: o enhance pkg list formatting for "The following packages contain %s: %s" error message (#29178) +- urpmf: + o fix --synthesis - urpmq: o add --no-suggests diff --git a/urpmf b/urpmf index edadcedd..0c79baf5 100755 --- a/urpmf +++ b/urpmf @@ -141,7 +141,6 @@ our $pattern = ''; # regexp match flags ("i" or "") our $qf = '%default'; # format string our $separator = ':'; # default field separator our $sortmedia = ''; -our $synthesis = ''; our $uniq = ''; # --uniq our $update = 0; # --update @@ -273,7 +272,7 @@ urpm::media::configure($urpm, media => $media, excludemedia => $excludemedia, sortmedia => $sortmedia, - synthesis => $synthesis, + synthesis => $options{synthesis}, usedistrib => $urpm::args::options{usedistrib}, update => $update, @needed_xml_info && $needed_media_info{synthesis} && !$needed_media_info{hdlist} ? -- cgit v1.2.1