From: Jakub Bogusz Date: Tue, 22 May 2007 17:29:14 +0000 (+0000) Subject: - let's call it a typo X-Git-Tag: auto/th/rpm-4_4_9-0_1~22 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=bab644a3e3bfe3a8216fffae5695b46e12848c21;ds=sidebyside - let's call it a typo Changed files: rpm-pld-autodep.patch -> 1.21 --- diff --git a/rpm-pld-autodep.patch b/rpm-pld-autodep.patch index b22de08..3723aae 100644 --- a/rpm-pld-autodep.patch +++ b/rpm-pld-autodep.patch @@ -179,7 +179,7 @@ #endif - xx = rpmfcHelper(fc, 'R', "pkgconfig"); + if (fc->findreq) -+ xx = rpmfcHelper(fc, 'R', "pkgconfig", fc->findautoreq, fc->findautoreq_c); ++ xx = rpmfcHelper(fc, 'R', "pkgconfig", fc->noautoreq, fc->noautoreq_c); } else if (fc->fcolor->vals[fc->ix] & RPMFC_BOURNE) { #ifdef NOTYET