From befd78d0a28d8b18826352a05e9b4c53f05626421f2ed6c5b5137d3d30605983 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 17 Mar 2022 16:16:08 +0000 Subject: [PATCH] - Run the YaST2-Second-Stage and YaST2-Firsboot services after purge-kernels to prevent a zypper lock error message (bsc#1196431). - 4.4.49 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1166 --- YaST2-Firstboot.service | 2 ++ YaST2-Second-Stage.service | 2 ++ yast2-installation-4.4.48.tar.bz2 | 3 --- yast2-installation-4.4.49.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.4.48.tar.bz2 create mode 100644 yast2-installation-4.4.49.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 39f4b65..3eebae9 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -1,6 +1,8 @@ [Unit] Description=YaST2 Firstboot After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service +# Run after kernels are purged to prevent a zypper lock (bsc#1196431) +After=purge-kernels.service Conflicts=plymouth-start.service Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 65b3be5..ba2c5e5 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -3,6 +3,8 @@ 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 # Prevent getty auto-generation (bsc#1196614, bsc#1196594) Before=getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service diff --git a/yast2-installation-4.4.48.tar.bz2 b/yast2-installation-4.4.48.tar.bz2 deleted file mode 100644 index e66c417..0000000 --- a/yast2-installation-4.4.48.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bea9c480a13832de4872ffb6c2a5493d4218ac62d64705ee12968645e485a6a -size 1482539 diff --git a/yast2-installation-4.4.49.tar.bz2 b/yast2-installation-4.4.49.tar.bz2 new file mode 100644 index 0000000..3f517e9 --- /dev/null +++ b/yast2-installation-4.4.49.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b84d1ac167bc1bfde11a079a93b7234989939ce368e985d7b8b3e24ea42a2f +size 1482217 diff --git a/yast2-installation.changes b/yast2-installation.changes index db0755d..d16e1c6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 17 12:46:16 UTC 2022 - Knut Anderssen + +- Run the YaST2-Second-Stage and YaST2-Firsboot services after + purge-kernels to prevent a zypper lock error message + (bsc#1196431). +- 4.4.49 + ------------------------------------------------------------------- Tue Mar 8 19:25:42 UTC 2022 - José Iván López González diff --git a/yast2-installation.spec b/yast2-installation.spec index a4bd20f..36578b4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.48 +Version: 4.4.49 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only