diff --git a/libvirt-supportconfig b/libvirt-supportconfig index 8c6a655..f0ca7c4 100644 --- a/libvirt-supportconfig +++ b/libvirt-supportconfig @@ -11,7 +11,7 @@ RCFILE="/usr/lib/supportconfig/resources/scplugin.rc" LIBVIRTD_CONF_FILES="$(find -L /etc/libvirt/*.conf -type f | sort)" PERSISTENT_VM_CONF_FILES="" ACTIVE_VM_CONF_FILES="" -LIBVIRTD_LOG_FILES="$(find -L /var/log/libvirt/ -name libvirtd.log -type f | sort)" +LIBVIRTD_LOG_FILES="$(find -L /var/log/libvirt/*.log -type f | sort)" if [ -s $RCFILE ]; then diff --git a/libvirt.changes b/libvirt.changes index 065c354..36e8dfd 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -3,6 +3,7 @@ Tue Nov 1 18:49:11 UTC 2022 - James Fehlig - Update to libvirt 8.9.0 - jsc#PED-620, jsc#PED-1540 + - Add support for modular daemons to the supportconfig plugin - New subpackage libvirt-client-qemu providing client utilities to interact with QEMU-specific features of libvirt - Many incremental improvements and bug fixes, see