Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2025-07-20 15:28:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Sun Jul 20 15:28:15 2025 rev:565 rq:1294379 version:5.0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2025-07-08 15:28:25.488704269 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.8875/yast2.changes 2025-07-20 15:28:37.974979192 +0200 @@ -1,0 +2,7 @@ +Fri Jul 18 09:38:48 UTC 2025 - Ladislav Slezák <lsle...@suse.com> + +- Do not try installing packages into the inst-sys during + installation (bsc#1240867) +- 5.0.15 + +------------------------------------------------------------------- Old: ---- yast2-5.0.14.tar.bz2 New: ---- yast2-5.0.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.5Orff3/_old 2025-07-20 15:28:38.767011967 +0200 +++ /var/tmp/diff_new_pack.5Orff3/_new 2025-07-20 15:28:38.771012132 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.14 +Version: 5.0.15 Release: 0 Summary: YaST2 Main Package ++++++ yast2-5.0.14.tar.bz2 -> yast2-5.0.15.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.14/library/packages/src/modules/Package.rb new/yast2-5.0.15/library/packages/src/modules/Package.rb --- old/yast2-5.0.14/library/packages/src/modules/Package.rb 2025-07-07 12:57:05.000000000 +0200 +++ new/yast2-5.0.15/library/packages/src/modules/Package.rb 2025-07-18 14:42:19.000000000 +0200 @@ -39,6 +39,7 @@ Yast.import "PackageAI" Yast.import "PackageSystem" Yast.import "Popup" +Yast.import "Stage" module Yast # This module implements support to query, install and remove packages. @@ -146,7 +147,7 @@ # @return [Boolean] true if installation succeeded or packages were installed, # false otherwise def CheckAndInstallPackages(packages) - return true if Mode.config + return true if Mode.config || Stage.initial return true if InstalledAll(packages) InstallAll(packages) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.14/package/yast2.changes new/yast2-5.0.15/package/yast2.changes --- old/yast2-5.0.14/package/yast2.changes 2025-07-07 12:57:05.000000000 +0200 +++ new/yast2-5.0.15/package/yast2.changes 2025-07-18 14:42:19.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jul 18 09:38:48 UTC 2025 - Ladislav Slezák <lsle...@suse.com> + +- Do not try installing packages into the inst-sys during + installation (bsc#1240867) +- 5.0.15 + +------------------------------------------------------------------- Mon Jul 7 09:49:51 UTC 2025 - Stefan Schubert <sch...@suse.de> - Improved checking TPM2 device. (bsc#1245247) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.14/package/yast2.spec new/yast2-5.0.15/package/yast2.spec --- old/yast2-5.0.14/package/yast2.spec 2025-07-07 12:57:05.000000000 +0200 +++ new/yast2-5.0.15/package/yast2.spec 2025-07-18 14:42:19.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.14 +Version: 5.0.15 Release: 0 Summary: YaST2 Main Package