diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-01 18:03:05 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-01 18:03:05 +0300 |
commit | 1c00fe0b5fc38af379e0b300dda66f996eed6fc3 (patch) | |
tree | c8034dcf181f85ee87e903fe31a49668ca266f56 /build/rpmspec.h | |
parent | 2c4976a5286a9e0692106965156492eeacbe0799 (diff) | |
download | librpm-tizen-1c00fe0b5fc38af379e0b300dda66f996eed6fc3.tar.gz librpm-tizen-1c00fe0b5fc38af379e0b300dda66f996eed6fc3.tar.bz2 librpm-tizen-1c00fe0b5fc38af379e0b300dda66f996eed6fc3.zip |
Combine spec parsing options into a common flag bitfield
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 836123e3e..1ecfaaa65 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -71,8 +71,7 @@ struct rpmSpec_s { int BACount; int recursing; /*!< parse is recursive? */ - int force; - int anyarch; + rpmSpecFlags flags; struct Source * sources; int numSources; |