Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package/YaST2-Second-Stage.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Type=oneshot
# clash), empty path causes that the installed modules are not found. Sysconfig
# and envvar extensions are still loaded, /etc/sysconfig/proxy values are still
# used correctly (see bnc#866692 and bnc#866692 for details).
Environment=TERM=linux PX_MODULE_PATH=""
#
# Use a 30 seconds zypp timeout (will be retried up to 5 times total) to allow
# the purge-kernels.service to finish (bsc#1249643).
Environment=TERM=linux PX_MODULE_PATH="" ZYPP_LOCK_TIMEOUT=30
# Block non-privileged user login (bsc#1195059)
ExecStartPre=-/usr/bin/plymouth quit
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
Expand Down
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 28 14:03:25 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>

- Use a longer ZYPP_LOCK_TIMEOUT (30 sec * 5) in YaST2-Second-Stage.service
to allow the purge-kernels.service to finish before trying to
obtain the libzypp lock (bsc#1249643)
- 5.0.19

-------------------------------------------------------------------
Fri Sep 19 12:08:48 UTC 2025 - Stefan Schubert <schubi@suse.de>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 5.0.18
Version: 5.0.19
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down