From b8bbd4d92901dec029f564cb8744e04370e01330 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2014 16:16:11 +0200 Subject: rename "suggests" method as "recommends_nosense" in order to reflect reality but keep a suggests alias for compatibility for the time being --- URPM.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index adf7320..e8f6509 100644 --- a/URPM.pm +++ b/URPM.pm @@ -735,7 +735,7 @@ Just the obsoleted package name. If a header is associated with the package, fill the package fields from the header's tags (NEVRA, -requires/suggests/obsoletes/conflicts/provides/summary) +requires/recommends/obsoletes/conflicts/provides/summary) then free the header It's useful when traversing the rpm DB, if one wants to keep around a @@ -771,7 +771,7 @@ Full requires tags Just the required package name. -=item $package->suggests() +=item $package->recommends_nosense() =item $package->rflags() -- cgit v1.2.1