diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 08:17:57 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 10:50:37 +0300 |
commit | a68bcb383e6b8601a7e4ab8ae67407e59eee0f95 (patch) | |
tree | 50ab12d0f4da8f2e94201a554135df88deae52af /lib/rpmcli.h | |
parent | 61432eb77184d9a2dc6da828a18f6d8f33f95812 (diff) | |
download | librpm-tizen-a68bcb383e6b8601a7e4ab8ae67407e59eee0f95.tar.gz librpm-tizen-a68bcb383e6b8601a7e4ab8ae67407e59eee0f95.tar.bz2 librpm-tizen-a68bcb383e6b8601a7e4ab8ae67407e59eee0f95.zip |
Use the common rpmcliQueryFlags for signature verify options in rpm cli too
- Technically this changes the rpmcliQuery() and rpmcliVerify() API
in the sense that we no longer honor the qva->qva_flags for the
--nosignature and others, but we assume anybody using these (as if
anybody was using the "cli" API) uses rpmcliInit() which takes
care of these common bits... shrug.
- Ditch ancient and hidden --nopgp --nogpg switches along with the
dishwater which are simply alias to --nosignature.
- Eliminate now unused qva_flags from rpmInstallArguments (along with
a double vsflags goo from rpmgraph)
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r-- | lib/rpmcli.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h index 318877693..4aec3bf9f 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -368,7 +368,6 @@ struct rpmInstallArguments_s { rpmtransFlags transFlags; rpmprobFilterFlags probFilter; rpmInstallFlags installInterfaceFlags; - rpmQueryFlags qva_flags; /*!< from --nodigest/--nosignature */ int numRelocations; int noDeps; int incldocs; |