diff --git a/libguestfs.changes b/libguestfs.changes index 1825c2f..e2b1b72 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 15 07:33:43 UTC 2023 - Vasily Ulyanov + +- Configure with --enable-appliance-format-auto to allow + qcow2-format fixed appliances. + ------------------------------------------------------------------- Wed Feb 22 13:14:38 MST 2023 - carnold@suse.com diff --git a/libguestfs.spec b/libguestfs.spec index b0a19f5..6ac1290 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -164,6 +164,7 @@ autoreconf -fi --with-qemu=$QEMU \ --with-supermin-packager-config="$PWD/zypper.priv.conf --use-installed --verbose" \ --without-java \ + --enable-appliance-format-auto \ --enable-daemon \ --enable-install-daemon \ --enable-ocaml \