Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2019-03-06 15:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and      /work/SRC/openSUSE:Factory/.virt-manager.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Wed Mar  6 15:50:45 2019 rev:191 rq:681964 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2019-02-13 10:09:37.857496580 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.28833/virt-manager.changes     
2019-03-06 15:50:54.548439376 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 10:10:13 MST 2019 - [email protected]
+
+- Temporarily disable Xen PVH support until feature is more usable
+  (bsc#1125889)
+  virtinst-add-pvh-support.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virtinst-add-pvh-support.patch ++++++
--- /var/tmp/diff_new_pack.Onj4wz/_old  2019-03-06 15:50:56.252439609 +0100
+++ /var/tmp/diff_new_pack.Onj4wz/_new  2019-03-06 15:50:56.252439609 +0100
@@ -1,5 +1,20 @@
 References: fate#326698 - Add pvh support to virt-manager
+At this time support is disabled in this patch.
 
+Index: virt-manager-2.1.0/virtManager/create.py
+===================================================================
+--- virt-manager-2.1.0.orig/virtManager/create.py
++++ virt-manager-2.1.0/virtManager/create.py
+@@ -739,6 +739,9 @@ class vmmCreate(vmmGObjectUI):
+         for guest in guests:
+             if not guest.domains:
+                 continue
++            # xenpvh is currently unsupported
++            if guest.os_type == "xenpvh":
++                continue
+ 
+             gtype = guest.os_type
+             dom = guest.domains[0]
 Index: virt-manager-2.1.0/virtinst/domain/os.py
 ===================================================================
 --- virt-manager-2.1.0.orig/virtinst/domain/os.py

++++++ virtman-allow-creating-i686-vm.patch ++++++
--- /var/tmp/diff_new_pack.Onj4wz/_old  2019-03-06 15:50:56.292439614 +0100
+++ /var/tmp/diff_new_pack.Onj4wz/_new  2019-03-06 15:50:56.292439614 +0100
@@ -1,11 +1,11 @@
 References: bsc#919692
 Because openSUSE repos combine 32 and 64 bit sources we need to
 continue showing the 'Architecture' pop-up.
-Index: virt-manager-2.0.0/virtManager/create.py
+Index: virt-manager-2.1.0/virtManager/create.py
 ===================================================================
---- virt-manager-2.0.0.orig/virtManager/create.py
-+++ virt-manager-2.0.0/virtManager/create.py
-@@ -774,11 +774,6 @@ class vmmCreate(vmmGObjectUI):
+--- virt-manager-2.1.0.orig/virtManager/create.py
++++ virt-manager-2.1.0/virtManager/create.py
+@@ -777,11 +777,6 @@ class vmmCreate(vmmGObjectUI):
          for guest in self.conn.caps.guests:
              if guest.os_type == self._capsinfo.os_type:
                  archs.append(guest.arch)

++++++ virtman-python2-to-python3-conversion.patch ++++++
--- /var/tmp/diff_new_pack.Onj4wz/_old  2019-03-06 15:50:56.320439618 +0100
+++ /var/tmp/diff_new_pack.Onj4wz/_new  2019-03-06 15:50:56.320439618 +0100
@@ -221,7 +221,7 @@
  
  
  #####################
-@@ -2156,7 +2156,7 @@ class vmmCreate(vmmGObjectUI):
+@@ -2159,7 +2159,7 @@ class vmmCreate(vmmGObjectUI):
                  'insecure': self._get_config_oscontainer_isecure,
                  'root_password': self._get_config_oscontainer_root_password,
              }


Reply via email to