summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-18 22:51:30 +0000
committerjbj <devnull@localhost>2002-01-18 22:51:30 +0000
commitc74fa2496545a34868e93ab830b304033781cde3 (patch)
treeb02775ad932ceb3dd34c99b157e5b25e3506accf /build.c
parent3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (diff)
downloadrpm-c74fa2496545a34868e93ab830b304033781cde3.tar.gz
rpm-c74fa2496545a34868e93ab830b304033781cde3.tar.bz2
rpm-c74fa2496545a34868e93ab830b304033781cde3.zip
- missing key(s) on keyring when verifying a signature is now an error.
- remove dependency whiteout. - splint fiddles. CVS patchset: 5255 CVS date: 2002/01/18 22:51:30
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.c b/build.c
index e0ee60e3c..854398478 100644
--- a/build.c
+++ b/build.c
@@ -115,6 +115,7 @@ static int buildForTarget(rpmTransactionSet ts, const char * arg, BTA_t ba)
buildRootURL = rpmGenPath(NULL, ba->buildRootOverride, NULL);
/*@=branchstate@*/
+ /*@-compmempass@*/ /* FIX: static zcmds heartburn */
if (ba->buildMode == 't') {
FILE *fp;
const char * specDir;
@@ -214,6 +215,7 @@ static int buildForTarget(rpmTransactionSet ts, const char * arg, BTA_t ba)
} else {
specURL = arg;
}
+ /*@=compmempass@*/
specut = urlPath(specURL, &specFile);
if (*specFile != '/') {