Displaying 1 result from an estimated 1 matches for "ec1f400e9".
2017 Apr 04
2
[PATCH] builder: Allow GnuPG v2 or v1 to be used (RHBZ#1438939).
...t; 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
+++ b/m4/guestfs_progs.m4
@@ -114,6 +114,25 @@ if test "x$YACC" = "xyacc"; then
AC_MSG_FAILURE([GNU 'bison' is required (yacc won't work).])
fi
+dnl Check for GnuPG, used by virt-builder. This is just the
+dnl default binary,...