From f5200e3f54ac19842e2eb50109e5204125ee2719135fabef84f47e6512623937 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 27 Jul 2022 13:40:36 +0000 Subject: [PATCH] - AutoYaST SecondStage: Revert changes introduced in 4.3.46 running the initscript service before systemd-user-sessions again once systemd patched logind (bsc#1195059, bsc#1200780) - 4.5.5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1176 --- YaST2-Second-Stage.service | 4 ---- yast2-installation-4.5.4.tar.bz2 | 3 --- yast2-installation-4.5.5.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-4.5.4.tar.bz2 create mode 100644 yast2-installation-4.5.5.tar.bz2 diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index bd35f2d..94a96bb 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -1,8 +1,6 @@ [Unit] Description=YaST2 Second Stage After=apparmor.service local-fs.target plymouth-start.service -# systemd-user-sessions is needed to allow ssh connection (bsc#1195059) -After=systemd-user-sessions.service # Run after kernels are purged to prevent a zypper lock (bsc#1196431) After=purge-kernels.service Conflicts=plymouth-start.service @@ -24,7 +22,6 @@ Type=oneshot # used correctly (see bnc#866692 and bnc#866692 for details). Environment=TERM=linux PX_MODULE_PATH="" # Block non-privileged user login (bsc#1195059) -ExecStartPre=-/usr/bin/touch /run/nologin ExecStartPre=-/usr/bin/plymouth quit ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes @@ -32,7 +29,6 @@ TimeoutSec=0 # Initialize tty1 in order to remove old YaST output and to show the cursor # again (bnc#1018037) ExecStartPost=/bin/sh -c '/usr/bin/printf "\033c" > /dev/tty1' -ExecStartPost=/usr/bin/rm -f /run/nologin ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/runme_at_boot ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service StandardInput=tty diff --git a/yast2-installation-4.5.4.tar.bz2 b/yast2-installation-4.5.4.tar.bz2 deleted file mode 100644 index b2769ff..0000000 --- a/yast2-installation-4.5.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91594476521022bc3033cdfed33ed939723b6fa94335d80f4dbcca4c8c187d46 -size 1482542 diff --git a/yast2-installation-4.5.5.tar.bz2 b/yast2-installation-4.5.5.tar.bz2 new file mode 100644 index 0000000..a272345 --- /dev/null +++ b/yast2-installation-4.5.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bea241192ac4cbacbfa5d7f0bc6e62818876fef27c3bc28a6f109580b066a4a +size 1482059 diff --git a/yast2-installation.changes b/yast2-installation.changes index e990c17..18dae72 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 22 11:35:42 UTC 2022 - Knut Anderssen + +- AutoYaST SecondStage: Revert changes introduced in 4.3.46 running + the initscript service before systemd-user-sessions again once + systemd patched logind (bsc#1195059, bsc#1200780) +- 4.5.5 + ------------------------------------------------------------------- Mon Jul 18 16:05:26 UTC 2022 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index edee51e..6bbd228 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.4 +Version: 4.5.5 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only