summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-03 10:54:09 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-03 10:54:09 +0300
commite95e558ad24fed90230470b55b54cc9e12e703de (patch)
tree5ee2a38c2ca339f2d9967360b5611b6ef0332d66 /rpmqv.c
parentc814bb93281a7c77580a21cb56c407ce8f7f1a24 (diff)
downloadlibrpm-tizen-e95e558ad24fed90230470b55b54cc9e12e703de.tar.gz
librpm-tizen-e95e558ad24fed90230470b55b54cc9e12e703de.tar.bz2
librpm-tizen-e95e558ad24fed90230470b55b54cc9e12e703de.zip
Use rpmcliVerifySignatures() directly from rpmqv.c main
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 1b1d01cf5..e8335d63a 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -493,6 +493,8 @@ int main(int argc, char *argv[])
verifyFlags &= ~rpmcliQueryFlags;
ka->qva_flags = (rpmQueryFlags) verifyFlags;
+ ec = rpmcliVerifySignatures(ts, ka, (ARGV_const_t) poptGetArgs(optCon));
+ break;
}
case MODE_RESIGN:
if (!poptPeekArg(optCon))