Script 'mail_helper' called by obssrc
Hello community,

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

Package is "yast2"

Tue Feb  1 14:02:30 2022 rev:527 rq:949711 version:4.4.43

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2022-01-27 
23:17:20.306824150 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new.1898/yast2.changes    2022-02-01 
14:02:42.236176834 +0100
@@ -1,0 +2,6 @@
+Fri Jan 28 14:03:04 UTC 2022 - Josef Reidinger <jreidin...@suse.com>
+
+- ProductFeatures: add boot timeout option (jsc#SLE-22667)
+- 4.4.43
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.4.42.tar.bz2

New:
----
  yast2-4.4.43.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.IvkNEg/_old  2022-02-01 14:02:42.976171761 +0100
+++ /var/tmp/diff_new_pack.IvkNEg/_new  2022-02-01 14:02:42.980171734 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.4.42
+Version:        4.4.43
 Release:        0
 
 Summary:        YaST2 Main Package

++++++ yast2-4.4.42.tar.bz2 -> yast2-4.4.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.42/library/control/src/modules/ProductFeatures.rb 
new/yast2-4.4.43/library/control/src/modules/ProductFeatures.rb
--- old/yast2-4.4.42/library/control/src/modules/ProductFeatures.rb     
2022-01-27 08:56:41.000000000 +0100
+++ new/yast2-4.4.43/library/control/src/modules/ProductFeatures.rb     
2022-01-28 16:18:39.000000000 +0100
@@ -48,32 +48,34 @@
       # two-level map, section_name -> [ feature -> value ]
       @defaults = {
         "globals"                  => {
-          "incomplete_translation_treshold" => "95",
-          "ui_mode"                         => "expert",
-          "enable_autologin"                => true,
-          "language"                        => "",
-          "skip_language_dialog"            => false,
-          "keyboard"                        => "",
+          "additional_kernel_parameters"    => "",
+          # FATE #304865
+          "base_product_license_directory"  => 
"/usr/share/licenses/product/base/",
+          # jsc#SLE-22667
+          "boot_timeout"                    => 8,
           "default_target"                  => "",
-          "timezone"                        => "",
-          "fam_local_only"                  => "never",
+          "disable_os_prober"               => false,
+          "enable_autologin"                => true,
+          "enable_clone"                    => false,
           "enable_firewall"                 => true,
-          "firewall_enable_ssh"             => false,
+          "enable_local_users"              => true,
           "enable_sshd"                     => false,
-          "additional_kernel_parameters"    => "",
+          "fam_local_only"                  => "never",
+          "firewall_enable_ssh"             => false,
           "flags"                           => [],
-          "run_you"                         => true,
-          "relnotesurl"                     => "",
-          "vendor_url"                      => "",
-          "enable_clone"                    => false,
-          "disable_os_prober"               => false,
-          "enable_local_users"              => true,
-          # FATE #304865
-          "base_product_license_directory"  => 
"/usr/share/licenses/product/base/",
-          "full_system_media_name"          => "",
           "full_system_download_url"        => "",
+          "full_system_media_name"          => "",
+          "incomplete_translation_treshold" => "95",
+          "keyboard"                        => "",
+          "language"                        => "",
+          "propose_hibernation"             => true,
+          "relnotesurl"                     => "",
+          "run_you"                         => true,
           "save_y2logs"                     => true,
-          "propose_hibernation"             => true
+          "skip_language_dialog"            => false,
+          "timezone"                        => "",
+          "ui_mode"                         => "expert",
+          "vendor_url"                      => ""
         },
         "partitioning"             => {
           "use_flexible_partitioning"    => false,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.42/package/yast2.changes 
new/yast2-4.4.43/package/yast2.changes
--- old/yast2-4.4.42/package/yast2.changes      2022-01-27 08:56:41.000000000 
+0100
+++ new/yast2-4.4.43/package/yast2.changes      2022-01-28 16:18:39.000000000 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Jan 28 14:03:04 UTC 2022 - Josef Reidinger <jreidin...@suse.com>
+
+- ProductFeatures: add boot timeout option (jsc#SLE-22667)
+- 4.4.43
+
+-------------------------------------------------------------------
 Wed Jan 26 18:27:40 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Added Y2Packager::NewRepositorySetup to track new repositories
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.42/package/yast2.spec 
new/yast2-4.4.43/package/yast2.spec
--- old/yast2-4.4.42/package/yast2.spec 2022-01-27 08:56:41.000000000 +0100
+++ new/yast2-4.4.43/package/yast2.spec 2022-01-28 16:18:39.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.4.42
+Version:        4.4.43
 
 Release:        0
 Summary:        YaST2 Main Package

Reply via email to