Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2019-07-31 14:25:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vm.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vm"

Wed Jul 31 14:25:08 2019 rev:83 rq:718449 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes        2018-12-31 
09:41:09.742473357 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new.4126/yast2-vm.changes      
2019-07-31 14:25:09.858322441 +0200
@@ -1,0 +2,29 @@
+Fri Jun 14 15:05:21 MDT 2019 - [email protected]
+
+- bsc#1091967 - relocation-server configuration - error : cannot
+  read the current libvirt/sshd state. Just fix the error message
+  so the user knows what to do.
+- 4.2.3
+
+-------------------------------------------------------------------
+Wed Jun 12 10:27:01 UTC 2019 - Ladislav Slezak <[email protected]>
+
+- Fixed build on i586 arch (related to fate#319035)
+- 4.2.2
+
+-------------------------------------------------------------------
+Tue Jun  4 10:59:39 MDT 2019 - [email protected]
+
+- bsc#1105891 - virtualization test not supported for ppc64le.
+  Allow yast-vm to run on ppc64le
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:42:27 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-4.1.0.tar.bz2

New:
----
  yast2-vm-4.2.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.nQtatN/_old  2019-07-31 14:25:10.270322161 +0200
+++ /var/tmp/diff_new_pack.nQtatN/_new  2019-07-31 14:25:10.270322161 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-vm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,35 +17,33 @@
 
 
 Name:           yast2-vm
-Version:        4.1.0
+Summary:        Configure Hypervisor and Tools for Xen and KVM
+License:        GPL-2.0-only
+Group:          System/YaST
+Version:        4.2.3
 Release:        0
+Url:            https://github.com/yast/yast-vm
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-bootloader >= 3.1.35
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
-Requires:       yast2-bootloader >= 3.1.35
-BuildRequires:  yast2-devtools >= 3.1.10
-Requires:       yast2-network >= 3.1.108
 
 # OSRelease
 Requires:       yast2 >= 3.0.4
-
+Requires:       yast2-bootloader >= 3.1.35
+Requires:       yast2-network >= 3.1.108
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        Configure Hypervisor and Tools for Xen and KVM
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This YaST module installs the tools necessary for creating VMs with Xen or KVM.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -54,26 +52,22 @@
 %yast_install
 
 %ifarch %ix86
-rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/virtualization-config.desktop
-rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/relocation-server.desktop
+rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop
+rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.RelocationServer.desktop
 rm -rf $RPM_BUILD_ROOT/usr/share/icons/*
+%else
+%yast_metainfo
 %endif
 
 %files
-%defattr(-,root,root)
-%dir %{yast_scrconfdir}
-%dir %{yast_yncludedir}
-%{yast_clientdir}/relocation-server.rb
-%{yast_clientdir}/virtualization.rb
-%{yast_clientdir}/vm_finish.rb
-%{yast_moduledir}/VirtConfig.rb
-%{yast_moduledir}/RelocationServer.*
-%{yast_yncludedir}/*
-%{yast_scrconfdir}/*
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_yncludedir}
+%{yast_scrconfdir}
 %ifnarch %ix86
-%{yast_desktopdir}/relocation-server.desktop
-%{yast_desktopdir}/virtualization-config.desktop
+%{yast_desktopdir}
 %{yast_icondir}
+%{yast_metainfodir}
 %endif
 %doc %{yast_docdir}
 %license %{yast_docdir}/COPYING

++++++ yast2-vm-4.1.0.tar.bz2 -> yast2-vm-4.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/Dockerfile 
new/yast2-vm-4.2.3/Dockerfile
--- old/yast2-vm-4.1.0/Dockerfile       2018-11-29 08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/Dockerfile       2019-07-25 09:14:49.000000000 +0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/configure.in.in 
new/yast2-vm-4.2.3/configure.in.in
--- old/yast2-vm-4.1.0/configure.in.in  2018-11-29 08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/configure.in.in  2019-07-25 09:14:49.000000000 +0200
@@ -8,8 +8,5 @@
 @YAST2-CHECKS-COMMON@
 @YAST2-CHECKS-YCP@
 
-
-
-
 ## and generate the output...
 @YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/package/yast2-vm.changes 
new/yast2-vm-4.2.3/package/yast2-vm.changes
--- old/yast2-vm-4.1.0/package/yast2-vm.changes 2018-11-29 08:47:17.000000000 
+0100
+++ new/yast2-vm-4.2.3/package/yast2-vm.changes 2019-07-25 09:14:49.000000000 
+0200
@@ -1,4 +1,33 @@
 -------------------------------------------------------------------
+Fri Jun 14 15:05:21 MDT 2019 - [email protected]
+
+- bsc#1091967 - relocation-server configuration - error : cannot
+  read the current libvirt/sshd state. Just fix the error message
+  so the user knows what to do.
+- 4.2.3
+
+-------------------------------------------------------------------
+Wed Jun 12 10:27:01 UTC 2019 - Ladislav Slezak <[email protected]>
+
+- Fixed build on i586 arch (related to fate#319035)
+- 4.2.2
+
+-------------------------------------------------------------------
+Tue Jun  4 10:59:39 MDT 2019 - [email protected]
+
+- bsc#1105891 - virtualization test not supported for ppc64le.
+  Allow yast-vm to run on ppc64le
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:42:27 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Wed Nov 28 17:20:04 UTC 2018 - [email protected]
 
 - Fixed build on i586 (related to the previous boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/package/yast2-vm.spec 
new/yast2-vm-4.2.3/package/yast2-vm.spec
--- old/yast2-vm-4.1.0/package/yast2-vm.spec    2018-11-29 08:47:17.000000000 
+0100
+++ new/yast2-vm-4.2.3/package/yast2-vm.spec    2019-07-25 09:14:49.000000000 
+0200
@@ -12,37 +12,34 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
 Name:           yast2-vm
-Version:        4.1.0
+Summary:        Configure Hypervisor and Tools for Xen and KVM
+Version:        4.2.3
 Release:        0
-Group:         System/YaST
+Group:          System/YaST
+License:        GPL-2.0-only
+Url:            https://github.com/yast/yast-vm
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
 BuildRequires:  yast2-bootloader >= 3.1.35
-Requires:       yast2-bootloader >= 3.1.35
-BuildRequires:  yast2-devtools >= 3.1.10
-Requires:       yast2-network >= 3.1.108
-License:        GPL-2.0-only
+BuildRequires:  yast2-devtools >= 4.2.2
 
 # OSRelease
-Requires:      yast2 >= 3.0.4
-
+Requires:       yast2 >= 3.0.4
 Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:       Configure Hypervisor and Tools for Xen and KVM
+Requires:       yast2-network >= 3.1.108
+Requires:       yast2-bootloader >= 3.1.35
 
 %description
 This YaST module installs the tools necessary for creating VMs with Xen or KVM.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -51,27 +48,22 @@
 %yast_install
 
 %ifarch %ix86
-rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/virtualization-config.desktop
-rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/relocation-server.desktop
+rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop
+rm -f 
$RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.RelocationServer.desktop
 rm -rf $RPM_BUILD_ROOT/usr/share/icons/*
+%else
+%yast_metainfo
 %endif
 
-
 %files
-%defattr(-,root,root)
-%dir %{yast_scrconfdir}
-%dir %{yast_yncludedir}
-%{yast_clientdir}/relocation-server.rb
-%{yast_clientdir}/virtualization.rb
-%{yast_clientdir}/vm_finish.rb
-%{yast_moduledir}/VirtConfig.rb
-%{yast_moduledir}/RelocationServer.*
-%{yast_yncludedir}/*
-%{yast_scrconfdir}/*
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_yncludedir}
+%{yast_scrconfdir}
 %ifnarch %ix86
-%{yast_desktopdir}/relocation-server.desktop
-%{yast_desktopdir}/virtualization-config.desktop
+%{yast_desktopdir}
 %{yast_icondir}
+%{yast_metainfodir}
 %endif
 %doc %{yast_docdir}
 %license %{yast_docdir}/COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/Makefile.am 
new/yast2-vm-4.2.3/src/Makefile.am
--- old/yast2-vm-4.1.0/src/Makefile.am  2018-11-29 08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/Makefile.am  2019-07-25 09:14:49.000000000 +0200
@@ -20,8 +20,8 @@
   scrconf/xend.scr
 
 desktop_DATA = \
-  desktop/relocation-server.desktop \
-  desktop/virtualization-config.desktop
+  desktop/org.opensuse.yast.RelocationServer.desktop \
+  desktop/org.opensuse.yast.VirtualizationConfig.desktop
 
 scalabledir = @icondir@/hicolor/scalable/apps
 scalable_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/clients/relocation-server.rb 
new/yast2-vm-4.2.3/src/clients/relocation-server.rb
--- old/yast2-vm-4.1.0/src/clients/relocation-server.rb 2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/clients/relocation-server.rb 2019-07-25 
09:14:49.000000000 +0200
@@ -99,7 +99,7 @@
       Builtins.y2milestone("Checking for Xen installation")
 
       # check the dom0 configuration...
-      ret = ret && VirtConfig.ConfigureDom0(Arch.s390_64)
+      ret = ret && VirtConfig.ConfigureDom0()
       return false if ret == false
 
       Builtins.y2milestone("CheckConfiguration returned: %1", ret)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/clients/virtualization.rb 
new/yast2-vm-4.2.3/src/clients/virtualization.rb
--- old/yast2-vm-4.1.0/src/clients/virtualization.rb    2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/clients/virtualization.rb    2019-07-25 
09:14:49.000000000 +0200
@@ -79,15 +79,14 @@
       # check whether VM can be started (cannot start a vm using UML)
       return false if VirtConfig.isUML
 
-      # we only fully support x86_64
-      # s390 and aarch64 are technical preview
-      is_preview = Arch.s390_64 || Arch.aarch64
+      # s390, aarch64 and ppc64 are technical preview
+      is_preview = Arch.s390_64 || Arch.aarch64 || Arch.ppc64
       return false unless is_preview || VirtConfig.isX86_64
 
       Builtins.y2milestone("Checking for Virtualization installation")
 
       # check the dom0 configuration...
-      ret = ret && VirtConfig.ConfigureDom0(Arch.s390_64)
+      ret = ret && VirtConfig.ConfigureDom0()
       return false if ret == false
 
       Builtins.y2milestone("CheckConfiguration returned: %1", ret)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vm-4.1.0/src/desktop/org.opensuse.yast.RelocationServer.desktop 
new/yast2-vm-4.2.3/src/desktop/org.opensuse.yast.RelocationServer.desktop
--- old/yast2-vm-4.1.0/src/desktop/org.opensuse.yast.RelocationServer.desktop   
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-vm-4.2.3/src/desktop/org.opensuse.yast.RelocationServer.desktop   
2019-07-25 09:14:49.000000000 +0200
@@ -0,0 +1,24 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=relocation-server
+
+X-SuSE-YaST-Group=Virtualization
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=
+X-SuSE-YaST-Keywords=vm,virtualization
+
+Icon=yast-vm-migrate
+Exec=/usr/bin/xdg-su -c "/sbin/yast2 relocation-server"
+
+Name=YaST Relocation Server
+GenericName=Relocation Server Configuration
+Comment=Configure Host for Virtual Machine Migration
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vm-4.1.0/src/desktop/org.opensuse.yast.VirtualizationConfig.desktop 
new/yast2-vm-4.2.3/src/desktop/org.opensuse.yast.VirtualizationConfig.desktop
--- 
old/yast2-vm-4.1.0/src/desktop/org.opensuse.yast.VirtualizationConfig.desktop   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-vm-4.2.3/src/desktop/org.opensuse.yast.VirtualizationConfig.desktop   
    2019-07-25 09:14:49.000000000 +0200
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=virtualization
+
+X-SuSE-YaST-Group=Virtualization
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoinstResource=
+X-SuSE-YaST-Keywords=vm,virtualization
+
+Icon=yast-vm-install
+Exec=/usr/bin/xdg-su -c "/sbin/yast2 virtualization"
+
+Name=YaST Install VM
+GenericName=Install Hypervisor and Tools
+Comment=Install Xen or KVM with Management Tools
+X-KDE-SubstituteUID=true
+StartupNotify=true
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/desktop/relocation-server.desktop 
new/yast2-vm-4.2.3/src/desktop/relocation-server.desktop
--- old/yast2-vm-4.1.0/src/desktop/relocation-server.desktop    2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/desktop/relocation-server.desktop    1970-01-01 
01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=relocation-server
-
-X-SuSE-YaST-Group=Virtualization
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoInstResource=
-X-SuSE-YaST-Keywords=vm,virtualization
-
-Icon=yast-vm-migrate
-Exec=/usr/bin/xdg-su -c "/sbin/yast2 relocation-server"
-
-Name=Relocation Server Configuration
-GenericName=Configure Host for Virtual Machine Migration
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vm-4.1.0/src/desktop/virtualization-config.desktop 
new/yast2-vm-4.2.3/src/desktop/virtualization-config.desktop
--- old/yast2-vm-4.1.0/src/desktop/virtualization-config.desktop        
2018-11-29 08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/desktop/virtualization-config.desktop        
1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=virtualization
-
-X-SuSE-YaST-Group=Virtualization
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoinstResource=
-X-SuSE-YaST-Keywords=vm,virtualization
-
-Icon=yast-vm-install
-Exec=/usr/bin/xdg-su -c "/sbin/yast2 virtualization"
-
-Name=Install Hypervisor and Tools
-GenericName=Install Xen or KVM with Management Tools
-X-KDE-SubstituteUID=true
-StartupNotify=true
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vm-4.1.0/src/include/relocation-server/complex.rb 
new/yast2-vm-4.2.3/src/include/relocation-server/complex.rb
--- old/yast2-vm-4.1.0/src/include/relocation-server/complex.rb 2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/include/relocation-server/complex.rb 2019-07-25 
09:14:49.000000000 +0200
@@ -52,7 +52,7 @@
     # @return `abort if aborted and `next otherwise
     def ReadDialog
       Wizard.RestoreHelp(Ops.get_string(@HELPS, "read", ""))
-      Wizard.SetDesktopIcon("relocation-server")
+      Wizard.SetDesktopIcon("org.opensuse.yast.RelocationServer")
       # RelocationServer::SetAbortFunction(PollAbort);
       return :abort if !Confirm.MustBeRoot
       ret = RelocationServer.Read
@@ -63,7 +63,7 @@
     # @return `abort if aborted and `next otherwise
     def WriteDialog
       Wizard.RestoreHelp(Ops.get_string(@HELPS, "write", ""))
-      Wizard.SetDesktopIcon("relocation-server")
+      Wizard.SetDesktopIcon("org.opensuse.yast.RelocationServer")
       # RelocationServer::SetAbortFunction(PollAbort);
       ret = RelocationServer.Write
       ret ? :next : :abort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vm-4.1.0/src/include/relocation-server/wizards.rb 
new/yast2-vm-4.2.3/src/include/relocation-server/wizards.rb
--- old/yast2-vm-4.1.0/src/include/relocation-server/wizards.rb 2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/include/relocation-server/wizards.rb 2019-07-25 
09:14:49.000000000 +0200
@@ -132,7 +132,7 @@
       )
       Wizard.HideBackButton
       Wizard.SetAbortButton(:abort, Label.CancelButton)
-      Wizard.SetDesktopTitleAndIcon("relocation-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.RelocationServer")
 
       CWM.Run(w, { :abort => fun_ref(method(:ReallyExit), "boolean ()") })
     end
@@ -154,7 +154,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("relocation-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.RelocationServer")
 
       ret = Sequencer.Run(aliases, sequence)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/modules/RelocationServer.rb 
new/yast2-vm-4.2.3/src/modules/RelocationServer.rb
--- old/yast2-vm-4.1.0/src/modules/RelocationServer.rb  2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/modules/RelocationServer.rb  2019-07-25 
09:14:49.000000000 +0200
@@ -231,7 +231,7 @@
       Progress.NextStage
       # Error message
       if !ReadLibvirtServices()
-        Report.Error(_("Cannot read the current libvirtd/sshd state."))
+        Report.Error(_("Please install the libvirtd-daemon package."))
         Report.Error(Message.CannotContinueWithoutPackagesInstalled)
         return false
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-4.1.0/src/modules/VirtConfig.rb 
new/yast2-vm-4.2.3/src/modules/VirtConfig.rb
--- old/yast2-vm-4.1.0/src/modules/VirtConfig.rb        2018-11-29 
08:47:17.000000000 +0100
+++ new/yast2-vm-4.2.3/src/modules/VirtConfig.rb        2019-07-25 
09:14:49.000000000 +0200
@@ -206,7 +206,7 @@
       false
     end
 
-    def ConfigureDom0(is_s390)
+    def ConfigureDom0()
       progress_stages = [
         # progress stage 1/2
         _("Verify Installed Packages"),
@@ -283,7 +283,7 @@
       end
 
       # Generate a pop dialog to allow user selection of Xen or KVM
-      if is_s390 == true
+      if Arch.s390_64 || Arch.ppc64
         UI.OpenDialog(
                       HBox(
                         HSpacing(2),
@@ -357,7 +357,7 @@
       end
 
       Wizard.OpenNextBackDialog
-      Wizard.SetDesktopTitleAndIcon("virtualization-config")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.VirtualizationConfig")
 
       # enable progress
       progress = Progress.set(true)
@@ -435,7 +435,7 @@
         end
       end
 
-      if is_s390 == false
+      if !Arch.s390_64
         # create a bridget for SLES host
         # Default Bridge stage
         Progress.NextStage


Reply via email to