Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2021-08-25 20:55:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Wed Aug 25 20:55:57 2021 rev:337 rq:912945 version:7.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2021-08-05 
20:48:14.647922539 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new.1899/libvirt.changes        
2021-08-25 20:56:04.673328998 +0200
@@ -1,0 +2,8 @@
+Wed Aug 11 17:31:50 UTC 2021 - James Fehlig <jfeh...@suse.com>
+
+- supportconfig: When checking for installed hypervisor drivers,
+  use the libvirtr-daemon-driver-<hypervisor> package instead of
+  libvirt-daemon-<hypervisor>. The latter are not required packages
+  for a functioning hypervisor driver.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ libvirt-supportconfig ++++++
--- /var/tmp/diff_new_pack.fErOJk/_old  2021-08-25 20:56:05.729327611 +0200
+++ /var/tmp/diff_new_pack.fErOJk/_new  2021-08-25 20:56:05.729327611 +0200
@@ -51,17 +51,17 @@
     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

Reply via email to