Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-02-14 09:18:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Wed Feb 14 09:18:01 2018 rev:396 rq:576271 version:4.0.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2018-02-13 10:23:33.577726787 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2018-02-14 09:18:07.100843590 +0100
@@ -1,0 +2,7 @@
+Tue Feb 13 12:53:44 UTC 2018 - jreidin...@suse.com
+
+- Ensure previous role selection is cleared when doing desktop
+  selection (bsc#1078961)
+- 4.0.33
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.0.32.tar.bz2

New:
----
  yast2-installation-4.0.33.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.ZJJv4d/_old  2018-02-14 09:18:08.196803864 +0100
+++ /var/tmp/diff_new_pack.ZJJv4d/_new  2018-02-14 09:18:08.196803864 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.0.32
+Version:        4.0.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-4.0.32.tar.bz2 -> yast2-installation-4.0.33.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.32/package/yast2-installation.changes 
new/yast2-installation-4.0.33/package/yast2-installation.changes
--- old/yast2-installation-4.0.32/package/yast2-installation.changes    
2018-02-12 10:38:28.000000000 +0100
+++ new/yast2-installation-4.0.33/package/yast2-installation.changes    
2018-02-13 14:06:44.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Feb 13 12:53:44 UTC 2018 - jreidin...@suse.com
+
+- Ensure previous role selection is cleared when doing desktop
+  selection (bsc#1078961)
+- 4.0.33
+
+-------------------------------------------------------------------
 Thu Feb  8 13:55:21 UTC 2018 - knut.anders...@suse.com
 
 - Startup scripts: Replaced xinetd by xvnc.socket (fate#323373)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.32/package/yast2-installation.spec 
new/yast2-installation-4.0.33/package/yast2-installation.spec
--- old/yast2-installation-4.0.32/package/yast2-installation.spec       
2018-02-12 10:38:28.000000000 +0100
+++ new/yast2-installation-4.0.33/package/yast2-installation.spec       
2018-02-13 14:06:44.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.0.32
+Version:        4.0.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.32/src/lib/installation/dialogs/desktop_roles.rb 
new/yast2-installation-4.0.33/src/lib/installation/dialogs/desktop_roles.rb
--- old/yast2-installation-4.0.32/src/lib/installation/dialogs/desktop_roles.rb 
2018-02-12 10:38:28.000000000 +0100
+++ new/yast2-installation-4.0.33/src/lib/installation/dialogs/desktop_roles.rb 
2018-02-13 14:06:44.000000000 +0100
@@ -4,6 +4,9 @@
 require "cwm/widget"
 
 Yast.import "CWM"
+Yast.import "Linuxrc"
+Yast.import "ProductFeatures"
+Yast.import "ProductControl"
 
 module Installation
   # opensuse specific installation desktop selection dialog
@@ -18,6 +21,9 @@
       # helpful when testing all manually on a running system
       Yast::Wizard.CreateDialog if separate_wizard_needed?
 
+      # Clear previously selected role
+      Yast::ProductFeatures.ClearOverlay
+
       ret = nil
       loop do
         ret = Yast::CWM.show(


Reply via email to