Add support for modular daemons to the supportconfig plugin

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=953
This commit is contained in:
James Fehlig 2022-11-02 22:49:09 +00:00 committed by Git OBS Bridge
parent dc0033ead6
commit fb46e57e36
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -3,6 +3,7 @@ Tue Nov 1 18:49:11 UTC 2022 - James Fehlig <jfehlig@suse.com>
- 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