summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-21 22:06:19 +0000
committerjbj <devnull@localhost>2002-07-21 22:06:19 +0000
commit6af194ed8eae2111a296a7b400a229f0df336a2b (patch)
tree3f231083eb44a8562350aaacd1828b332789079e /build.c
parentc2ffec4c6ff43026abea088a36360fbacfc80282 (diff)
downloadlibrpm-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.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/build.c b/build.c
index 6ed926abb..42659088e 100644
--- a/build.c
+++ b/build.c
@@ -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;