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
This commit is contained in:
Charles Arnold 2023-03-15 10:25:05 +00:00 committed by Git OBS Bridge
parent 855831c048
commit 9993a917e4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 15 07:33:43 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Configure with --enable-appliance-format-auto to allow
qcow2-format fixed appliances.
-------------------------------------------------------------------
Wed Feb 22 13:14:38 MST 2023 - carnold@suse.com

View File

@ -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 \