diff options
author | jbj <devnull@localhost> | 2002-07-21 22:06:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-21 22:06:19 +0000 |
commit | 6af194ed8eae2111a296a7b400a229f0df336a2b (patch) | |
tree | 3f231083eb44a8562350aaacd1828b332789079e /build.c | |
parent | c2ffec4c6ff43026abea088a36360fbacfc80282 (diff) | |
download | librpm-tizen-6af194ed8eae2111a296a7b400a229f0df336a2b.tar.gz librpm-tizen-6af194ed8eae2111a296a7b400a229f0df336a2b.tar.bz2 librpm-tizen-6af194ed8eae2111a296a7b400a229f0df336a2b.zip |
- add methods to make signature handling opaque wrto rpmts.
CVS patchset: 5566
CVS date: 2002/07/21 22:06:19
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -21,8 +21,8 @@ /** */ static int checkSpec(rpmts ts, Header h) - /*@globals fileSystem, internalState @*/ - /*@modifies ts, h, fileSystem, internalState @*/ + /*@globals rpmGlobalMacroContext, fileSystem, internalState @*/ + /*@modifies ts, h, rpmGlobalMacroContext, fileSystem, internalState @*/ { rpmps ps; int rc; @@ -99,10 +99,8 @@ static int isSpecFile(const char * specfile) */ /*@-boundswrite@*/ static int buildForTarget(rpmts ts, const char * arg, BTA_t ba) - /*@globals rpmGlobalMacroContext, - fileSystem, internalState @*/ - /*@modifies ts, rpmGlobalMacroContext, - fileSystem, internalState @*/ + /*@globals rpmGlobalMacroContext, fileSystem, internalState @*/ + /*@modifies ts, rpmGlobalMacroContext, fileSystem, internalState @*/ { const char * passPhrase = ba->passPhrase; const char * cookie = ba->cookie; |