Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2020-09-24 16:13:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Thu Sep 24 16:13:34 2020 rev:495 rq:836360 version:4.3.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2020-09-18 
14:36:32.403742076 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new.4249/yast2.changes    2020-09-24 
16:14:10.964894940 +0200
@@ -1,0 +2,15 @@
+Wed Sep 23 13:21:38 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Added "--plain" and "--full" options for the "systemctl"
+  calls, these are recommended when processing the output
+  by scripts (bsc#1176714)
+- 4.3.29
+
+-------------------------------------------------------------------
+Mon Sep 21 11:28:33 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Decrease error logging to avoid false positives in the y2log
+  (bsc#1176653)
+- 4.3.28
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.3.27.tar.bz2

New:
----
  yast2-4.3.29.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.TCjRD1/_old  2020-09-24 16:14:13.288897265 +0200
+++ /var/tmp/diff_new_pack.TCjRD1/_new  2020-09-24 16:14:13.288897265 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.3.27
+Version:        4.3.29
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only

++++++ yast2-4.3.27.tar.bz2 -> yast2-4.3.29.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.3.27/library/packages/src/modules/Slides.rb 
new/yast2-4.3.29/library/packages/src/modules/Slides.rb
--- old/yast2-4.3.27/library/packages/src/modules/Slides.rb     2020-09-17 
13:37:53.000000000 +0200
+++ new/yast2-4.3.29/library/packages/src/modules/Slides.rb     2020-09-23 
17:05:32.000000000 +0200
@@ -192,7 +192,7 @@
       tmp = Convert.to_map(WFM.Read(path(".local.stat"), @slide_base_path))
 
       if !Ops.get_boolean(tmp, "isdir", false)
-        Builtins.y2error("Using default path instead of %1", tmp)
+        Builtins.y2milestone("Using default path instead of %1", tmp)
         @slide_base_path = 
"/var/adm/YaST/InstSrcManager/tmp/CurrentMedia/suse/setup/slide"
       end
 
@@ -214,7 +214,7 @@
     def CheckBasePath
       tmp = Convert.to_map(WFM.Read(path(".local.stat"), @slide_base_path))
       if !Ops.get_boolean(tmp, "isdir", false)
-        Builtins.y2error("Using default path instead of %1", @slide_base_path)
+        Builtins.y2milestone("Using default path instead of %1", 
@slide_base_path)
         @slide_base_path = 
"/var/adm/YaST/InstSrcManager/tmp/CurrentMedia/suse/setup/slide"
 
         return false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.3.27/library/systemd/src/lib/yast2/systemctl.rb 
new/yast2-4.3.29/library/systemd/src/lib/yast2/systemctl.rb
--- old/yast2-4.3.27/library/systemd/src/lib/yast2/systemctl.rb 2020-09-17 
13:37:53.000000000 +0200
+++ new/yast2-4.3.29/library/systemd/src/lib/yast2/systemctl.rb 2020-09-23 
17:05:32.000000000 +0200
@@ -23,7 +23,10 @@
     include Yast::Logger
 
     CONTROL         = "/usr/bin/systemctl".freeze
-    COMMAND_OPTIONS = " --no-legend --no-pager --no-ask-password ".freeze
+    # The combination "--full --no-legend --no-pager --plain" is appropriate 
for
+    # automated processing of systemctl output.
+    # 
https://github.com/systemd/systemd/commit/1cabd2d0c56b7de73e4a4fb645f3bbed4a528d2c
+    COMMAND_OPTIONS = " --plain --full --no-legend --no-pager 
--no-ask-password ".freeze
     ENV_VARS        = " LANG=C TERM=dumb COLUMNS=1024 ".freeze
     SYSTEMCTL       = ENV_VARS + CONTROL + COMMAND_OPTIONS
     TIMEOUT         = 40 # seconds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.3.27/package/yast2.changes 
new/yast2-4.3.29/package/yast2.changes
--- old/yast2-4.3.27/package/yast2.changes      2020-09-17 13:37:53.000000000 
+0200
+++ new/yast2-4.3.29/package/yast2.changes      2020-09-23 17:05:32.000000000 
+0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Wed Sep 23 13:21:38 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Added "--plain" and "--full" options for the "systemctl"
+  calls, these are recommended when processing the output
+  by scripts (bsc#1176714)
+- 4.3.29
+
+-------------------------------------------------------------------
+Mon Sep 21 11:28:33 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Decrease error logging to avoid false positives in the y2log
+  (bsc#1176653)
+- 4.3.28
+
+-------------------------------------------------------------------
 Wed Sep 16 11:14:41 UTC 2020 - José Iván López González <jlo...@suse.com>
 
 - Hide heading of the dialog when no title is defined or title is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.3.27/package/yast2.spec 
new/yast2-4.3.29/package/yast2.spec
--- old/yast2-4.3.27/package/yast2.spec 2020-09-17 13:37:53.000000000 +0200
+++ new/yast2-4.3.29/package/yast2.spec 2020-09-23 17:05:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.3.27
+Version:        4.3.29
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only


Reply via email to