From 5e623cfe8dcb53ef64b72cf4c4c1951d4474d16c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 10 Jan 2005 08:39:21 +0000 Subject: "urpmf --summary" doesn't need a hdlist file (patch by Michael Scherer) --- urpmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 6130720f..e537292a 100755 --- a/urpmf +++ b/urpmf @@ -130,7 +130,7 @@ if ($env) { } $urpm->shlock_urpmi_db; -my $use_hdlist = ($params{summary} || $params{description} || +my $use_hdlist = ($params{description} || $params{sourcerpm} || $params{packager} || $params{buildhost} || $params{url} || $params{files}); $urpm->configure( -- cgit v1.2.1