[Libguestfs] [v2v PATCH] m4: require libguestfs >= 1.44

Richard W.M. Jones rjones at redhat.com
Tue Mar 1 13:43:19 UTC 2022


On Mon, Feb 28, 2022 at 04:57:17PM +0100, Laszlo Ersek wrote:
> The next libguestfs-common submodule update will assume
> GUESTFS_HAVE_LUKS_UUID and GUESTFS_HAVE_CRYPTSETUP_OPEN;
> guestfs_cryptsetup_open() is available starting with libguestfs-1.44.
> 
> Suggested-by: Richard W.M. Jones <rjones at redhat.com>
> Signed-off-by: Laszlo Ersek <lersek at redhat.com>
> ---
>  m4/guestfs-libraries.m4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/m4/guestfs-libraries.m4 b/m4/guestfs-libraries.m4
> index 3994eeb26eda..551b2d82637b 100644
> --- a/m4/guestfs-libraries.m4
> +++ b/m4/guestfs-libraries.m4
> @@ -18,7 +18,7 @@
>  dnl Any C libraries required by virt-v2v.
>  
>  dnl Of course we need libguestfs.
> -PKG_CHECK_MODULES([LIBGUESTFS], [libguestfs >= 1.40])
> +PKG_CHECK_MODULES([LIBGUESTFS], [libguestfs >= 1.44])
>  
>  dnl And libnbd.
>  PKG_CHECK_MODULES([LIBNBD], [libnbd])
> -- 
> 2.19.1.3.g30247aa5d201

ACK this + the associated libguestfs-common patch series, thanks.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list