Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2019-11-28 10:17:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and      /work/SRC/openSUSE:Factory/.virt-manager.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Thu Nov 28 10:17:09 2019 rev:203 rq:751466 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2019-11-24 00:39:35.491275666 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.26869/virt-manager.changes     
2019-11-28 10:17:11.659639035 +0100
@@ -1,0 +2,9 @@
+Wed Nov 27 14:53:06 MST 2019 - carn...@suse.com
+
+- bsc#1156964 - import a exist disk for creating PV guest failed
+  virtinst-pvgrub2-bootloader.patch
+- Refreshed patches
+  virtinst-change-location-for-grub_xen.patch
+  virtinst-set-cache-mode-unsafe-for-install.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virtinst-change-location-for-grub_xen.patch ++++++
--- /var/tmp/diff_new_pack.BxHxqC/_old  2019-11-28 10:17:13.107639050 +0100
+++ /var/tmp/diff_new_pack.BxHxqC/_new  2019-11-28 10:17:13.111639050 +0100
@@ -4,7 +4,7 @@
 ===================================================================
 --- virt-manager-2.2.1.orig/virtinst/install/installer.py
 +++ virt-manager-2.2.1/virtinst/install/installer.py
-@@ -445,7 +445,10 @@ class Installer(object):
+@@ -446,7 +446,10 @@ class Installer(object):
                  guest.bootloader = "pygrub"
              else:
                  guest.bootloader = None

++++++ virtinst-pvgrub2-bootloader.patch ++++++
--- /var/tmp/diff_new_pack.BxHxqC/_old  2019-11-28 10:17:13.163639051 +0100
+++ /var/tmp/diff_new_pack.BxHxqC/_new  2019-11-28 10:17:13.163639051 +0100
@@ -6,7 +6,17 @@
 ===================================================================
 --- virt-manager-2.2.1.orig/virtinst/install/installer.py
 +++ virt-manager-2.2.1/virtinst/install/installer.py
-@@ -436,6 +436,20 @@ class Installer(object):
+@@ -167,7 +167,8 @@ class Installer(object):
+ 
+     def _alter_treemedia_bootconfig(self, guest):
+         if not self._treemedia:
+-            return
++            if not self._treemedia_bootconfig or "grub.xen" not in 
self._treemedia_bootconfig[0]:
++                return
+ 
+         kernel, initrd, kernel_args = self._treemedia_bootconfig
+         if kernel:
+@@ -436,6 +437,20 @@ class Installer(object):
          install_xml = None
          if self.has_install_phase():
              install_xml = self._get_install_xml(guest, meter)

++++++ virtinst-set-cache-mode-unsafe-for-install.patch ++++++
--- /var/tmp/diff_new_pack.BxHxqC/_old  2019-11-28 10:17:13.187639051 +0100
+++ /var/tmp/diff_new_pack.BxHxqC/_new  2019-11-28 10:17:13.187639051 +0100
@@ -1,10 +1,10 @@
 Set cache mode for target installation disk to unsafe for better
 performance.
-Index: virt-manager-2.2.0/virtinst/install/installer.py
+Index: virt-manager-2.2.1/virtinst/install/installer.py
 ===================================================================
---- virt-manager-2.2.0.orig/virtinst/install/installer.py
-+++ virt-manager-2.2.0/virtinst/install/installer.py
-@@ -421,11 +421,22 @@ class Installer(object):
+--- virt-manager-2.2.1.orig/virtinst/install/installer.py
++++ virt-manager-2.2.1/virtinst/install/installer.py
+@@ -422,11 +422,22 @@ class Installer(object):
                  guest.memory) = data
  
      def _get_install_xml(self, guest, meter):


Reply via email to