Accepting request 961720 from YaST:Head
submit new version 4.4.48 OBS-URL: https://build.opensuse.org/request/show/961720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=499
This commit is contained in:
commit
57367a76b7
@ -1,8 +1,15 @@
|
||||
[Unit]
|
||||
Description=YaST2 Second Stage
|
||||
After=apparmor.service local-fs.target plymouth-start.service systemd-user-sessions.service
|
||||
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
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty-pre.target display-manager.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
|
||||
Before=serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service serial-getty@ttysclp0.service
|
||||
# Prevent too early user login (bsc#1196594)
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
[Service]
|
||||
@ -13,6 +20,7 @@ Type=oneshot
|
||||
# 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=""
|
||||
# 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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d311b118b4b26a0faf957fc093ba0fa4eb36fcd738ccc572facb980968ae7c2e
|
||||
size 1481481
|
3
yast2-installation-4.4.48.tar.bz2
Normal file
3
yast2-installation-4.4.48.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bea9c480a13832de4872ffb6c2a5493d4218ac62d64705ee12968645e485a6a
|
||||
size 1482539
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 19:25:42 UTC 2022 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Prevent getty auto-generation because it makes xvnc to fail when
|
||||
it is started in YaST second stage (bsc#1196614).
|
||||
- 4.4.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 13:14:15 UTC 2022 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Avoid terminal login prompt when running Second Stage service
|
||||
(bsc#1196594 and related to bsc#1195059).
|
||||
- 4.4.47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 17:58:27 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.4.46
|
||||
Version: 4.4.48
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user