Use the common rpmcliQueryFlags for signature verify options in rpmbuild
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 04:49:37 +0000 (07:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 04:49:37 +0000 (07:49 +0300)
commit61432eb77184d9a2dc6da828a18f6d8f33f95812
treef06e8b6fbbe6743082fd4dc39fb079cc897e47b6
parente452178719feb9da80a6b6c056d95d562af11823
Use the common rpmcliQueryFlags for signature verify options in rpmbuild
- The various --nosignature etc verification switches are common to
  everything, and have been available through rpmcliQueryFlags via
  the common popt table since 2002. Might as well finally use it
  to limit the amount of duplicate popt goo.
rpmbuild.c