diff options
author | jbj <devnull@localhost> | 2002-12-24 07:21:04 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-24 07:21:04 +0000 |
commit | e788b7c1f347e1cf42109590247ba03f3ab50229 (patch) | |
tree | dafb40f2ccc1e2536ea4f699a085622bd8cf6708 /build/rpmbuild.h | |
parent | b7129ca89835ca7819b104f38d18970004fb0064 (diff) | |
download | librpm-tizen-e788b7c1f347e1cf42109590247ba03f3ab50229.tar.gz librpm-tizen-e788b7c1f347e1cf42109590247ba03f3ab50229.tar.bz2 librpm-tizen-e788b7c1f347e1cf42109590247ba03f3ab50229.zip |
- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.
- fix: set DB_PRIVATE, not DB_ENV_PRIVATE, if unshared posix mutexes.
- remove useless kernel/glibc dependencies (#79872).
- add matching "config(N) = EVR" dependencies iff %%config is found.
CVS patchset: 5963
CVS date: 2002/12/24 07:21:04
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index abe994d71..9a224e3ca 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -476,12 +476,13 @@ int parseSpec(rpmts ts, const char * specFile, /** \ingroup rpmbuild * Build stages state machine driver. + * @param ts transaction set * @param spec spec file control structure * @param what bit(s) to enable stages of build * @param test don't execute scripts or package if testing * @return 0 on success */ -int buildSpec(Spec spec, int what, int test) +int buildSpec(rpmts ts, Spec spec, int what, int test) /*@globals rpmGlobalMacroContext, fileSystem, internalState @*/ /*@modifies spec->sourceHeader, spec->sourceCpioList, spec->cookie, spec->sourceRpmName, spec->sourcePkgId, |