Add --enable-appliance-format-auto (RHBZ#1967166)

This commit is contained in:
Richard W.M. Jones 2021-06-03 14:30:35 +01:00
parent c8896d32cb
commit 0b4e08f0b4
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.45.6
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2+
# Build only for architectures that have a kernel
@ -753,6 +753,7 @@ fi
%endif
PYTHON=%{__python3} \
--with-default-backend=libvirt \
--enable-appliance-format-auto \
%if !0%{?rhel}
--with-extra="fedora=%{fedora},release=%{release},libvirt" \
%else
@ -1115,6 +1116,9 @@ rm ocaml/html/.gitignore
%changelog
* Thu Jun 3 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.6-4
- Add --enable-appliance-format-auto (RHBZ#1967166)
* Wed Jun 2 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.6-3
- Add gating tests (for RHEL 9)