Hello community, here is the log from the commit of package virt-manager for openSUSE:Factory checked in at 2020-03-24 22:38:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-manager (Old) and /work/SRC/openSUSE:Factory/.virt-manager.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-manager" Tue Mar 24 22:38:01 2020 rev:206 rq:787931 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes 2020-03-11 18:54:32.987653511 +0100 +++ /work/SRC/openSUSE:Factory/.virt-manager.new.3160/virt-manager.changes 2020-03-24 22:39:21.597294040 +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.SZxMPI/_old 2020-03-24 22:39:22.537294497 +0100 +++ /var/tmp/diff_new_pack.SZxMPI/_new 2020-03-24 22:39:22.537294497 +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.SZxMPI/_old 2020-03-24 22:39:22.725294588 +0100 +++ /var/tmp/diff_new_pack.SZxMPI/_new 2020-03-24 22:39:22.725294588 +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)
