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
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.43.1
|
Version: 1.43.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
@ -111,7 +111,7 @@ BuildRequires: unzip
|
|||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
BuildRequires: netpbm-progs
|
BuildRequires: netpbm-progs
|
||||||
BuildRequires: icoutils
|
BuildRequires: icoutils
|
||||||
BuildRequires: libvirt-daemon-qemu
|
BuildRequires: libvirt-daemon-kvm
|
||||||
BuildRequires: perl(Expect)
|
BuildRequires: perl(Expect)
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
@ -1185,6 +1185,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-7
|
||||||
- OCaml 4.11.1 rebuild
|
- OCaml 4.11.1 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user