Hello community,

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

Package is "virt-manager"

Sun Nov 24 00:39:34 2019 rev:202 rq:750393 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2019-11-15 00:02:03.856336712 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.26869/virt-manager.changes     
2019-11-24 00:39:35.491275666 +0100
@@ -1,0 +2,10 @@
+Fri Nov 22 13:50:11 MST 2019 - carn...@suse.com
+
+- bsc#1157097 - PV guest on_reboot event be set to 'destroy' by
+  default
+  virtinst-pvgrub2-bootloader.patch
+- Rebased patches
+  virtinst-change-location-for-grub_xen.patch
+  virtman-increase-setKeepAlive-count.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virtinst-change-location-for-grub_xen.patch ++++++
--- /var/tmp/diff_new_pack.h3UL7F/_old  2019-11-24 00:39:36.971275749 +0100
+++ /var/tmp/diff_new_pack.h3UL7F/_new  2019-11-24 00:39:36.987275750 +0100
@@ -14,8 +14,8 @@
 +                else:
 +                    self._treemedia_bootconfig = 
("/usr/lib/grub2/x86_64-xen/grub.xen", "", "")
                  log.debug("Using grub.xen to boot guest")
+                 on_reboot_value = guest.on_reboot
                  self._alter_bootconfig(guest)
-         final_xml = guest.get_xml()
 Index: virt-manager-2.2.1/virtManager/delete.py
 ===================================================================
 --- virt-manager-2.2.1.orig/virtManager/delete.py

++++++ virtinst-pvgrub2-bootloader.patch ++++++
--- /var/tmp/diff_new_pack.h3UL7F/_old  2019-11-24 00:39:37.339275770 +0100
+++ /var/tmp/diff_new_pack.h3UL7F/_new  2019-11-24 00:39:37.355275771 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- virt-manager-2.2.1.orig/virtinst/install/installer.py
 +++ virt-manager-2.2.1/virtinst/install/installer.py
-@@ -436,6 +436,18 @@ class Installer(object):
+@@ -436,6 +436,20 @@ class Installer(object):
          install_xml = None
          if self.has_install_phase():
              install_xml = self._get_install_xml(guest, meter)
@@ -21,7 +21,9 @@
 +                guest.bootloader = None
 +                self._treemedia_bootconfig = 
("/usr/lib/grub2/x86_64-xen/grub.xen", "", "")
 +                log.debug("Using grub.xen to boot guest")
++                on_reboot_value = guest.on_reboot
 +                self._alter_bootconfig(guest)
++                guest.on_reboot = on_reboot_value
          final_xml = guest.get_xml()
  
          log.debug("Generated install XML: %s",

++++++ virtman-increase-setKeepAlive-count.patch ++++++
--- /var/tmp/diff_new_pack.h3UL7F/_old  2019-11-24 00:39:38.219275821 +0100
+++ /var/tmp/diff_new_pack.h3UL7F/_new  2019-11-24 00:39:38.243275822 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- virt-manager-2.2.1.orig/virtManager/connection.py
 +++ virt-manager-2.2.1/virtManager/connection.py
-@@ -1002,7 +1002,7 @@ class vmmConnection(vmmGObject):
+@@ -995,7 +995,7 @@ class vmmConnection(vmmGObject):
          self._add_conn_events()
  
          try:


Reply via email to