From 86c2aa8cd638be53d35a22b4fc1302be434b8851 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 25 Jan 2008 08:30:32 +0200 Subject: [PATCH] Print regular provides on build too (mdvbz#36672) Patch ported from rpm5.org by Pascal Rigaux --- build/rpmfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rpmfc.c b/build/rpmfc.c index bc78be5..82fe232 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1382,7 +1382,7 @@ static struct DepMsg_s depMsgs[] = { _notpre(RPMSENSE_SCRIPT_POSTUN), 0 }, { "Requires", { "%{?__find_requires}", NULL, NULL, NULL }, -1, -1, RPMTAG_REQUIREFLAGS, /* XXX inherit name/version arrays */ - RPMSENSE_PREREQ, RPMSENSE_PREREQ }, + RPMSENSE_FIND_REQUIRES|RPMSENSE_TRIGGERIN|RPMSENSE_TRIGGERUN|RPMSENSE_TRIGGERPOSTUN|RPMSENSE_TRIGGERPREIN, 0 }, { "Conflicts", { "%{?__find_conflicts}", NULL, NULL, NULL }, RPMTAG_CONFLICTNAME, RPMTAG_CONFLICTVERSION, RPMTAG_CONFLICTFLAGS, 0, -1 }, -- 2.7.4