From c0f168d644b71aaf8168354b29c0f78eea81ba2c Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Sep 21 2020 16:31:29 +0000 Subject: 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. --- diff --git a/libguestfs.spec b/libguestfs.spec index 1648309..324ec10 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -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 - 1:1.43.1-8 +- Replace libvirt-daemon-qemu with libvirt-daemon-kvm. + * Tue Sep 01 2020 Richard W.M. Jones - 1:1.43.1-7 - OCaml 4.11.1 rebuild