Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2024-07-29 21:52:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Mon Jul 29 21:52:09 2024 rev:559 rq:1186617 version:5.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2024-05-14 13:37:52.777532071 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.1882/yast2.changes 2024-07-29 21:52:10.760220831 +0200 @@ -1,0 +2,6 @@ +Wed Jul 10 12:19:16 UTC 2024 - Stefan Hundhammer <shundham...@suse.com> + +- Re-added missing error class (bsc#1227580) +- 5.0.9 + +------------------------------------------------------------------- Old: ---- yast2-5.0.8.tar.bz2 New: ---- yast2-5.0.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.fYSh87/_old 2024-07-29 21:52:12.224279957 +0200 +++ /var/tmp/diff_new_pack.fYSh87/_new 2024-07-29 21:52:12.228280119 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: YaST2 Main Package ++++++ yast2-5.0.8.tar.bz2 -> yast2-5.0.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.8/library/systemd/src/lib/yast2/systemd/target.rb new/yast2-5.0.9/library/systemd/src/lib/yast2/systemd/target.rb --- old/yast2-5.0.8/library/systemd/src/lib/yast2/systemd/target.rb 2024-05-09 11:15:04.000000000 +0200 +++ new/yast2-5.0.9/library/systemd/src/lib/yast2/systemd/target.rb 2024-07-10 16:00:58.000000000 +0200 @@ -10,6 +10,14 @@ end end + # Exception when systemctl command failed + class SystemctlError < StandardError + # @param details [#to_s] + def initialize(details) + super "Systemctl command failed: #{details}" + end + end + # API to manage a systemd.target unit # # @example How to find a custom systemd target diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.8/package/yast2.changes new/yast2-5.0.9/package/yast2.changes --- old/yast2-5.0.8/package/yast2.changes 2024-05-09 11:15:04.000000000 +0200 +++ new/yast2-5.0.9/package/yast2.changes 2024-07-10 16:00:58.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jul 10 12:19:16 UTC 2024 - Stefan Hundhammer <shundham...@suse.com> + +- Re-added missing error class (bsc#1227580) +- 5.0.9 + +------------------------------------------------------------------- Mon May 6 13:08:32 UTC 2024 - Ladislav Slezák <lsle...@suse.com> - Properly close nested progress callbacks (bsc#1223281) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.8/package/yast2.spec new/yast2-5.0.9/package/yast2.spec --- old/yast2-5.0.8/package/yast2.spec 2024-05-09 11:15:04.000000000 +0200 +++ new/yast2-5.0.9/package/yast2.spec 2024-07-10 16:00:58.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: YaST2 Main Package