ELN has full-fat qemu (not qemu-kvm).
This commit is contained in:
parent
1aa43ac92e
commit
4caba8df2f
@ -24,7 +24,8 @@
|
|||||||
# s390x: qemu TCG cannot emulate enough to boot the kernel
|
# s390x: qemu TCG cannot emulate enough to boot the kernel
|
||||||
# (however KVM would work if it was available in Koji, so this
|
# (however KVM would work if it was available in Koji, so this
|
||||||
# is not a bug)
|
# is not a bug)
|
||||||
%global test_arches x86_64
|
# x86-64: "/lib64/libc.so.6: CPU ISA level is lower than required"
|
||||||
|
%global test_arches NONE
|
||||||
|
|
||||||
# Trim older changelog entries.
|
# Trim older changelog entries.
|
||||||
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
||||||
@ -49,7 +50,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.44.0
|
Version: 1.44.0
|
||||||
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
|
||||||
@ -921,7 +922,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%{configure} \
|
%{configure} \
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
QEMU=%{_libexecdir}/qemu-kvm \
|
QEMU=%{_libexecdir}/qemu-kvm \
|
||||||
%endif
|
%endif
|
||||||
PYTHON=%{__python3} \
|
PYTHON=%{__python3} \
|
||||||
@ -931,7 +932,7 @@ fi
|
|||||||
%else
|
%else
|
||||||
--with-extra="rhel=%{rhel},release=%{release},libvirt" \
|
--with-extra="rhel=%{rhel},release=%{release},libvirt" \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
||||||
--disable-php \
|
--disable-php \
|
||||||
%endif
|
%endif
|
||||||
@ -1365,6 +1366,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-4
|
||||||
|
- ELN has full-fat qemu (not qemu-kvm).
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.44.0-3
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.44.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user