Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2024-02-15 20:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and      /work/SRC/openSUSE:Factory/.virt-manager.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Thu Feb 15 20:58:43 2024 rev:250 rq:1146269 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2024-02-11 15:45:13.653927285 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.1815/virt-manager.changes      
2024-02-15 20:58:47.848566100 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 10:50:32 MST 2024 - carn...@suse.com
+
+- bsc#1219791 - [virt-manager][aarch64] Error launching details:
+  name 'log' is not defined
+  virtinst-enable-video-virtio-for-arm.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virt-install.rb ++++++
--- /var/tmp/diff_new_pack.CbiQDd/_old  2024-02-15 20:58:49.680632261 +0100
+++ /var/tmp/diff_new_pack.CbiQDd/_new  2024-02-15 20:58:49.684632405 +0100
@@ -35,7 +35,6 @@
       Yast.import "Popup"
       Yast.import "String"
       Yast.import "Arch"
-      Yast.import "FileUtils"
 
       #===================================================================
       # Start virt-install (GUI) or vm-install if Text mode (commandline)
@@ -50,7 +49,7 @@
       end
 
       if UI.TextMode()
-        if FileUtils.Exists("/usr/bin/vm-install")
+        if File.file?("/usr/bin/vm-install")
           Builtins.y2milestone("Running virt-install in text mode is not 
supported. Running vm-install instead in command line mode.")
           status = UI.RunInTerminal("/usr/bin/vm-install")
         else

++++++ virtinst-enable-video-virtio-for-arm.patch ++++++
--- /var/tmp/diff_new_pack.CbiQDd/_old  2024-02-15 20:58:49.732634138 +0100
+++ /var/tmp/diff_new_pack.CbiQDd/_new  2024-02-15 20:58:49.736634283 +0100
@@ -157,7 +157,15 @@
 ===================================================================
 --- virt-manager-4.1.0.orig/virtinst/devices/video.py
 +++ virt-manager-4.1.0/virtinst/devices/video.py
-@@ -32,8 +32,11 @@ class DeviceVideo(Device):
+@@ -6,6 +6,7 @@
+ 
+ from .device import Device
+ from ..xmlbuilder import XMLProperty
++from ..logger import log
+ 
+ 
+ class DeviceVideo(Device):
+@@ -32,8 +33,11 @@ class DeviceVideo(Device):
          if guest.os.is_pseries():
              return "vga"
          if guest.os.is_arm_machvirt():

Reply via email to