diff options
author | jbj <devnull@localhost> | 2002-01-18 22:51:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-01-18 22:51:30 +0000 |
commit | c74fa2496545a34868e93ab830b304033781cde3 (patch) | |
tree | b02775ad932ceb3dd34c99b157e5b25e3506accf /build.c | |
parent | 3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (diff) | |
download | librpm-tizen-c74fa2496545a34868e93ab830b304033781cde3.tar.gz librpm-tizen-c74fa2496545a34868e93ab830b304033781cde3.tar.bz2 librpm-tizen-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 != '/') { |