From 9993a917e4bad19482e0b0cf853a70c2ea0f17fcc97ae3ef8f1678cc06838e40 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Wed, 15 Mar 2023 10:25:05 +0000 Subject: [PATCH] Accepting request 1071979 from home:vulyanov:branches:Virtualization - Configure with --enable-appliance-format-auto to allow qcow2-format fixed appliances. KubeVirt libguestfs-tools container now expects the appliance rootfs to be in qcow2 format instead of raw. OBS-URL: https://build.opensuse.org/request/show/1071979 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=541 --- libguestfs.changes | 6 ++++++ libguestfs.spec | 1 + 2 files changed, 7 insertions(+) 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 \