summaryrefslogtreecommitdiff
path: root/build/rpmfc.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-07 22:29:21 +0000
committerjbj <devnull@localhost>2002-12-07 22:29:21 +0000
commit9e737c3f6d48a94140f64bcb8b108c6f98709005 (patch)
tree0f830e6406ce9c35e47c6b8f4adadd611c0dd417 /build/rpmfc.h
parentbb2c78fdba1cc6ea151936c5547e8cee92d02169 (diff)
downloadrpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.tar.gz
rpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.tar.bz2
rpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.zip
Insturment auto request/provide disabling.
CVS patchset: 5921 CVS date: 2002/12/07 22:29:21
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r--build/rpmfc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h
index 1f91fb0ef..984cc99b9 100644
--- a/build/rpmfc.h
+++ b/build/rpmfc.h
@@ -19,6 +19,8 @@ struct rpmfc_s {
int fknown; /*!< no. of classified files */
int fwhite; /*!< no. of "white" files */
int ix; /*!< current file index */
+ int skipProv; /*!< don't auto-generate Provides:? */
+ int skipReq; /*!< don't auto-generate Requires:? */
ARGV_t fn; /*!< (#files) file names */
ARGI_t fcolor; /*!< (#files) file colors */