From a68bcb383e6b8601a7e4ab8ae67407e59eee0f95 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 3 Sep 2010 08:17:57 +0300 Subject: 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) --- lib/rpmcli.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rpmcli.h') 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; -- cgit v1.2.3