Hello community,

here is the log from the commit of package virt-manager for openSUSE:Leap:15.2 
checked in at 2020-03-27 16:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/virt-manager (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.virt-manager.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Fri Mar 27 16:44:32 2020 rev:87 rq:788631 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/virt-manager/virt-manager.changes      
2020-03-13 11:01:33.608613711 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.virt-manager.new.3160/virt-manager.changes    
2020-03-27 16:46:56.603891702 +0100
@@ -1,0 +2,14 @@
+Tue Mar 24 14:00:39 MDT 2020 - [email protected]
+
+- bsc#1167569 - SLES 15 SP2 RC1 - virt-install: cache=none is
+  ignored (kvm)
+  virtinst-set-cache-mode-unsafe-for-install.patch
+
+-------------------------------------------------------------------
+Fri Mar 20 15:03:40 MDT 2020 - [email protected]
+
+- bsc#1167202 - SLES 15 SP2 Snapshot8 - virt-install misses module
+  gi
+  virt-manager.spec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virt-manager.spec ++++++
--- /var/tmp/diff_new_pack.4c6EIQ/_old  2020-03-27 16:46:58.731892953 +0100
+++ /var/tmp/diff_new_pack.4c6EIQ/_new  2020-03-27 16:46:58.771892976 +0100
@@ -140,6 +140,7 @@
 # This version not strictly required: virt-manager should work with older,
 # however varying amounts of functionality will not be enabled.
 Requires:       libosinfo >= 0.2.10
+Requires:       python3-gobject
 Requires:       python3-ipaddr
 Requires:       python3-libvirt-python >= 0.7.0
 Requires:       python3-libxml2-python

++++++ virtinst-set-cache-mode-unsafe-for-install.patch ++++++
--- /var/tmp/diff_new_pack.4c6EIQ/_old  2020-03-27 16:47:01.039894308 +0100
+++ /var/tmp/diff_new_pack.4c6EIQ/_new  2020-03-27 16:47:01.047894313 +0100
@@ -14,7 +14,7 @@
 +        if guest.devices.disk:
 +            target_disk = guest.devices.disk[0]
 +            saved_cache = target_disk.driver_cache
-+            if target_disk.type != DeviceDisk.TYPE_BLOCK:
++            if target_disk.type != DeviceDisk.TYPE_BLOCK and 
target_disk.driver_io != "native":
 +                target_disk.driver_cache = DeviceDisk.CACHE_MODE_UNSAFE
 +
          data = self._prepare_get_install_xml(guest)


Reply via email to