Replace libvirt-daemon-qemu with libvirt-daemon-kvm.
The nomenclature is a bit confusing, but libvirt-daemon-kvm will pull in the KVM & TCG emulator for the same architecure which is what we need. libvirt-daemon-qemu pulls in the other-arch TCG emulators which we never need for libguestfs. The same change is already made in RHEL 7 and RHEL 8.
This commit is contained in:
parent
8e5955c8cd
commit
c0f168d644
@ -45,7 +45,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.43.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
@ -111,7 +111,7 @@ BuildRequires: unzip
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: netpbm-progs
|
||||
BuildRequires: icoutils
|
||||
BuildRequires: libvirt-daemon-qemu
|
||||
BuildRequires: libvirt-daemon-kvm
|
||||
BuildRequires: perl(Expect)
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcap-devel
|
||||
@ -1185,6 +1185,9 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-8
|
||||
- Replace libvirt-daemon-qemu with libvirt-daemon-kvm.
|
||||
|
||||
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-7
|
||||
- OCaml 4.11.1 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user