Displaying 1 result from an estimated 1 matches for "gpgv2".
Did you mean:
gpcv2
2017 Apr 04
2
[PATCH] builder: Allow GnuPG v2 or v1 to be used (RHBZ#1438939).
...ng:
+
+ ./configure --with-gnupg="gpg"
+
+ ./configure --with-gnupg="gpg2"
+
+ ./configure --with-gnupg="gpg2 gpg"
+
+Additionally the end user can override the choice using the
+virt-builder I<--gpg> option.
+
+B<NB:> Do not confuse C<gpg2> with C<gpgv2>. The latter is for
+B<v>erifying signatures only, and will not work as the gnupg binary.
+
=item liblzma
Optional. If available, virt-builder will use this library
diff --git a/m4/guestfs_progs.m4 b/m4/guestfs_progs.m4
index 1f0a4c1f6..ec1f400e9 100644
--- a/m4/guestfs_progs.m4
+++...