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