diff --git a/libvirt-supportconfig b/libvirt-supportconfig index dcf781b..4e9577d 100644 --- a/libvirt-supportconfig +++ b/libvirt-supportconfig @@ -51,17 +51,17 @@ rpm_verify() { return $ret } -if rpm_installed libvirt-daemon-xen; then +if rpm_installed libvirt-daemon-driver-libxl; then test -d /etc/libvirt/libxl && VM_CONF_FILES="$VM_CONF_FILES $(find -L /etc/libvirt/libxl/ -type f | sort)" test -d /var/log/libvirt/libxl && LIBVIRTD_LOG_FILES="$LIBVIRTD_LOG_FILES $(find -L /var/log/libvirt/libxl/ -type f | sort)" fi -if rpm_installed libvirt-daemon-qemu; then +if rpm_installed libvirt-daemon-driver-qemu; then test -d /etc/libvirt/qemu && VM_CONF_FILES="$VM_CONF_FILES $(find -L /etc/libvirt/qemu/ -type f | sort)" test -d /var/log/libvirt/qemu && LIBVIRTD_LOG_FILES="$LIBVIRTD_LOG_FILES $(find -L /var/log/libvirt/qemu/ -type f | sort)" fi -if rpm_installed libvirt-daemon-lxc; then +if rpm_installed libvirt-daemon-driver-lxc; then test -d /etc/libvirt/lxc && VM_CONF_FILES="$VM_CONF_FILES $(find -L /etc/libvirt/lxc/ -type f | sort)" test -d /var/log/libvirt/lxc && LIBVIRTD_LOG_FILES="$LIBVIRTD_LOG_FILES $(find -L /var/log/libvirt/lxc/ -type f | sort)" fi diff --git a/libvirt.changes b/libvirt.changes index ce55068..9dbf882 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 11 17:31:50 UTC 2021 - James Fehlig + +- supportconfig: When checking for installed hypervisor drivers, + use the libvirtr-daemon-driver- package instead of + libvirt-daemon-. The latter are not required packages + for a functioning hypervisor driver. + ------------------------------------------------------------------- Mon Aug 2 20:44:29 UTC 2021 - James Fehlig