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 2023-06-17 22:19:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and      /work/SRC/openSUSE:Factory/.virt-manager.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Sat Jun 17 22:19:49 2023 rev:243 rq:1093153 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2023-04-27 19:57:07.708583077 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.15902/virt-manager.changes     
2023-06-17 22:19:54.647392837 +0200
@@ -1,0 +2,9 @@
+Tue Jun 13 16:48:17 MDT 2023 - carn...@suse.com
+
+- bsc#1212195 - libvirtd crashes when virt-manager connects
+  virt-manager qemu:///system on a fresh installation tumbleweed
+  virtman-check-for-libvirt-modular-daemons.patch
+- Changes to osinfo-db cause some virt-manager tests to fail.
+  virtman-fix-osinfo-tests.patch
+
+-------------------------------------------------------------------

New:
----
  virtman-check-for-libvirt-modular-daemons.patch
  virtman-fix-osinfo-tests.patch

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

Other differences:
------------------
++++++ virt-manager.spec ++++++
--- /var/tmp/diff_new_pack.QhwMEZ/_old  2023-06-17 22:19:56.015401059 +0200
+++ /var/tmp/diff_new_pack.QhwMEZ/_new  2023-06-17 22:19:56.019401083 +0200
@@ -102,6 +102,8 @@
 Patch184:       virtinst-windows-server-detection.patch
 Patch185:       virtman-fix-shared-disk-request-alignment-error.patch
 Patch186:       virtman-language-fixes.patch
+Patch187:       virtman-check-for-libvirt-modular-daemons.patch
+Patch188:       virtman-fix-osinfo-tests.patch
 
 BuildArch:      noarch
 

++++++ virtman-check-for-libvirt-modular-daemons.patch ++++++
References: bsc#1212195

--- virt-manager-4.1.0/virtManager/lib/connectauth.py.orig      2023-06-13 
16:34:55.683255450 -0600
+++ virt-manager-4.1.0/virtManager/lib/connectauth.py   2023-06-13 
16:35:22.499256089 -0600
@@ -206,6 +206,11 @@ def connect_error(conn, errmsg, tb, warn
 def setup_first_uri(config, tryuri):
     # Add /usr/sbin to the path in case non-root user launches virt-manager
     libvirtd_installed = bool(shutil.which("libvirtd", path=os.environ['PATH'] 
+ os.pathsep + "/usr/sbin"))
+    # Check for new modular libvirt daemons
+    if libvirtd_installed is False:
+        libvirtd_installed = bool(shutil.which("virtqemud", 
path=os.environ['PATH'] + os.pathsep + "/usr/sbin"))
+    if libvirtd_installed is False:
+        libvirtd_installed = bool(shutil.which("virtxend", 
path=os.environ['PATH'] + os.pathsep + "/usr/sbin"))
     if config.CLITestOptions.fake_no_libvirtd:
         libvirtd_installed = False
 

++++++ virtman-fix-osinfo-tests.patch ++++++
# Fix tests

--- virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url.xml.orig  
2023-06-14 10:38:08.152804131 -0600
+++ virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url.xml       
2023-06-14 10:41:32.756809007 -0600
@@ -13,7 +13,7 @@
     <type arch="x86_64" machine="q35">hvm</type>
     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
-    
<cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+    
<cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
   </os>
   <features>
     <acpi/>
--- 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml.orig
        2023-06-14 10:38:14.424804281 -0600
+++ 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml 
    2023-06-14 10:40:27.748807458 -0600
@@ -13,7 +13,7 @@
     <type arch="x86_64" machine="q35">hvm</type>
     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
-    
<cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+    
<cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
   </os>
   <features>
     <acpi/>
--- 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml.orig
       2023-06-14 10:38:24.920804531 -0600
+++ 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
    2023-06-14 10:40:11.028807059 -0600
@@ -13,7 +13,7 @@
     <type arch="x86_64" machine="q35">hvm</type>
     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
-    <cmdline>ks=file:/fedora.ks 
inst.repo=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+    <cmdline>ks=file:/fedora.ks 
inst.repo=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
   </os>
   <features>
     <acpi/>
--- 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml.orig
  2023-06-14 10:39:35.908806222 -0600
+++ 
virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
       2023-06-14 10:39:52.756806624 -0600
@@ -13,7 +13,7 @@
     <type arch="x86_64" machine="pc-i440fx-6.1">hvm</type>
     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
-    <cmdline>ks=file:/fedora.ks 
method=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
+    <cmdline>ks=file:/fedora.ks 
method=https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
   </os>
   <features>
     <acpi/>

Reply via email to