Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2021-04-01 14:16:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Thu Apr  1 14:16:10 2021 rev:102 rq:882180 version:4.3.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-12-15 12:32:56.608124022 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2401/yast2-firstboot.changes    
    2021-04-01 14:16:26.671907643 +0200
@@ -1,0 +2,8 @@
+Tue Mar 30 12:19:47 UTC 2021 - Josef Reidinger <jreidin...@suse.com>
+
+- Revert adding starting YaST2 Control Center after first boot as
+  it does not have production quality and just confuse users
+  (bsc#1180266)
+- 4.3.11
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-4.3.10.tar.bz2

New:
----
  yast2-firstboot-4.3.11.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.dZFyLQ/_old  2021-04-01 14:16:27.071908103 +0200
+++ /var/tmp/diff_new_pack.dZFyLQ/_new  2021-04-01 14:16:27.071908103 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        4.3.10
+Version:        4.3.11
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only

++++++ yast2-firstboot-4.3.10.tar.bz2 -> yast2-firstboot-4.3.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.10/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.11/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.10/package/yast2-firstboot.changes  2020-12-14 
14:21:29.000000000 +0100
+++ new/yast2-firstboot-4.3.11/package/yast2-firstboot.changes  2021-03-30 
16:21:18.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Mar 30 12:19:47 UTC 2021 - Josef Reidinger <jreidin...@suse.com>
+
+- Revert adding starting YaST2 Control Center after first boot as
+  it does not have production quality and just confuse users
+  (bsc#1180266)
+- 4.3.11
+
+-------------------------------------------------------------------
 Mon Dec 14 12:54:19 UTC 2020 - Knut Anderssen <kanders...@suse.com>
 
 - Map the current static hostname only to the primary IP address
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.10/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.11/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.10/package/yast2-firstboot.spec     2020-12-14 
14:21:29.000000000 +0100
+++ new/yast2-firstboot-4.3.11/package/yast2-firstboot.spec     2021-03-30 
16:21:18.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-firstboot
-Version:        4.3.10
+Version:        4.3.11
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.10/src/clients/firstboot_finish.rb 
new/yast2-firstboot-4.3.11/src/clients/firstboot_finish.rb
--- old/yast2-firstboot-4.3.10/src/clients/firstboot_finish.rb  2020-12-14 
14:21:29.000000000 +0100
+++ new/yast2-firstboot-4.3.11/src/clients/firstboot_finish.rb  2021-03-30 
16:21:18.000000000 +0200
@@ -45,25 +45,8 @@
 
       @display = UI.GetDisplayInfo
 
-      if !Package.Installed("yast2-control-center")
-        Firstboot.show_y2cc_checkbox = false
-      end
-
       @space = Ops.get_boolean(@display, "TextMode", true) ? 1 : 3
 
-      # Check box: Should the YaST2 control center automatically
-      # be started after this part of the installation is done?
-      # Translators: About 40 characters max,
-      # use newlines for longer translations.
-      @check_box_start_y2cc = Empty()
-      if Firstboot.show_y2cc_checkbox
-        @check_box_start_y2cc = CheckBox(
-          Id(:start_y2cc),
-          _("&Start YaST Control Center"),
-          false
-        )
-      end
-
       # caption for dialog "Congratulation Dialog"
       @caption = _("Configuration Completed")
 
@@ -101,37 +84,22 @@
           RichText(@finish_text),
           HSpacing(Ops.multiply(2, @space))
         ),
-        VSpacing(@space),
-        @check_box_start_y2cc,
         VSpacing(2)
       )
 
-      # help 1/4 for dialog "Congratulation Dialog"
+      # help 1/3 for dialog "Congratulation Dialog"
       @help = _("<p>Your system is ready for use.</p>") +
-        # help 2/4 for dialog "Congratulation Dialog"
+        # help 2/3 for dialog "Congratulation Dialog"
         _(
           "<p><b>Finish</b> will close the YaST installation and continue\nto 
the login screen.</p>\n"
         ) +
-        # help 3/4 for dialog "Congratulation Dialog"
+        # help 3/3 for dialog "Congratulation Dialog"
         _(
           "<p>If you choose the default graphical desktop KDE, you can\n" +
             "adjust some KDE settings to your hardware. Also notice\n" +
             "our SUSE Welcome Dialog.</p>\n"
         )
 
-      if Firstboot.show_y2cc_checkbox
-        # help 4/4 for dialog "Congratulation Dialog"
-        @help = Ops.add(
-          @help,
-          _(
-            "<p>If desired, experts can use the full range of SUSE's 
configuration\n" +
-              "modules at this time. Check <b>Start YaST Control Center</b> 
and it will start\n" +
-              "after <b>Finish</b>. Note: The Control Center does not have a 
back button to\n" +
-              "return to this installation sequence.</p>\n"
-          )
-        )
-      end
-
       Wizard.SetContents(
         @caption,
         @contents,
@@ -158,13 +126,6 @@
 
       Wizard.RestoreNextButton
 
-      if @ret == :next &&
-          Convert.to_boolean(UI.QueryWidget(Id(:start_y2cc), :Value))
-        # Create empty /var/lib/YaST2/start_y2cc file to signal the calling 
script
-        # that the YaST2 control center should be started after the 
installation
-        SCR.Write(path(".target.string"), "/var/lib/YaST2/start_y2cc", "")
-      end
-
       deep_copy(@ret)
     end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.10/src/fillup/sysconfig.firstboot 
new/yast2-firstboot-4.3.11/src/fillup/sysconfig.firstboot
--- old/yast2-firstboot-4.3.10/src/fillup/sysconfig.firstboot   2020-12-14 
14:21:29.000000000 +0100
+++ new/yast2-firstboot-4.3.11/src/fillup/sysconfig.firstboot   2021-03-30 
16:21:18.000000000 +0200
@@ -51,12 +51,6 @@
 # (but preffered way is to define the text in the control file)
 FIRSTBOOT_FINISH_FILE=""
 
-## Type:        yesno
-## Default:     "no"
-#
-# Show YaST Control Center Checkbox in finish dialog
-SHOW_Y2CC_CHECKBOX="no"
-
 ## Type:        string(halt,continue,abort)
 ## Default:     "halt"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.10/src/modules/Firstboot.rb 
new/yast2-firstboot-4.3.11/src/modules/Firstboot.rb
--- old/yast2-firstboot-4.3.10/src/modules/Firstboot.rb 2020-12-14 
14:21:29.000000000 +0100
+++ new/yast2-firstboot-4.3.11/src/modules/Firstboot.rb 2021-03-30 
16:21:18.000000000 +0200
@@ -50,8 +50,6 @@
 
       @no_text = _("No Text Available")
 
-      @show_y2cc_checkbox = false
-
       @language_changed = false
 
       # definition of firstboot sequence (and the default path)
@@ -80,10 +78,6 @@
         )
         return
       end
-      @show_y2cc_checkbox = Misc.SysconfigRead(
-        path(".sysconfig.firstboot.SHOW_Y2CC_CHECKBOX"),
-        "no"
-      ) == "yes"
       @default_wm = Misc.SysconfigRead(
         path(".sysconfig.windowmanager.DEFAULT_WM"),
         "kde"
@@ -191,7 +185,6 @@
       nil
     end
 
-    publish :variable => :show_y2cc_checkbox, :type => "boolean"
     publish :variable => :language_changed, :type => "boolean"
     publish :variable => :firstboot_control_file, :type => "string"
     publish :variable => :reconfig_file, :type => "string"

Reply via email to