From 2f833b0a05b5823edeb935196bbcc3faf5d68228 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 4 Mar 2008 09:26:27 +0200 Subject: [PATCH] PreReq -> Requires in ordering debug output (Pascal Rigaux) --- lib/depends.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/depends.c b/lib/depends.c index 8fea088..1955c89 100644 --- a/lib/depends.c +++ b/lib/depends.c @@ -816,8 +816,6 @@ static void markLoop(tsortInfo tsi, rpmte q) static inline const char * identifyDepend(rpmsenseFlags f) { - if (isLegacyPreReq(f)) - return "PreReq:"; f = _notpre(f); if (f & RPMSENSE_SCRIPT_PRE) return "Requires(pre):"; -- 2.7.4