Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2022-02-23 16:25:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Wed Feb 23 16:25:44 2022 rev:318 rq:956636 version:4.4.31 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2022-02-17 00:30:27.605434029 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.1958/autoyast2.changes 2022-02-23 16:25:59.695507853 +0100 @@ -1,0 +2,7 @@ +Mon Feb 21 15:05:50 UTC 2022 - Knut Anderssen <kanders...@suse.com> + +- Modified init-scripts service dependencies fixing a root login + systemd timeout when installing with ssh (bsc#1195059) +- 4.4.31 + +------------------------------------------------------------------- Old: ---- autoyast2-4.4.30.tar.bz2 New: ---- autoyast2-4.4.31.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.j12oW1/_old 2022-02-23 16:26:00.371507877 +0100 +++ /var/tmp/diff_new_pack.j12oW1/_new 2022-02-23 16:26:00.371507877 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.30 +Version: 4.4.31 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.4.30.tar.bz2 -> autoyast2-4.4.31.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.4.30/package/autoyast2.changes new/autoyast2-4.4.31/package/autoyast2.changes --- old/autoyast2-4.4.30/package/autoyast2.changes 2022-02-15 12:03:32.000000000 +0100 +++ new/autoyast2-4.4.31/package/autoyast2.changes 2022-02-22 09:44:30.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Feb 21 15:05:50 UTC 2022 - Knut Anderssen <kanders...@suse.com> + +- Modified init-scripts service dependencies fixing a root login + systemd timeout when installing with ssh (bsc#1195059) +- 4.4.31 + +------------------------------------------------------------------- Mon Feb 14 16:30:39 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> - The ayast_setup client imports the general settings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.4.30/package/autoyast2.spec new/autoyast2-4.4.31/package/autoyast2.spec --- old/autoyast2-4.4.30/package/autoyast2.spec 2022-02-15 12:03:32.000000000 +0100 +++ new/autoyast2-4.4.31/package/autoyast2.spec 2022-02-22 09:44:30.000000000 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.30 +Version: 4.4.31 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.4.30/scripts/autoyast-initscripts.service new/autoyast2-4.4.31/scripts/autoyast-initscripts.service --- old/autoyast2-4.4.30/scripts/autoyast-initscripts.service 2022-02-15 12:03:32.000000000 +0100 +++ new/autoyast2-4.4.31/scripts/autoyast-initscripts.service 2022-02-22 09:44:30.000000000 +0100 @@ -1,14 +1,15 @@ [Unit] Description=Autoyast2 Init Scripts After=remote-fs.target network-online.target time-sync.target mail-transfer-agent.target hwscan.service ypbind.service YaST2-Second-Stage.service -Before=systemd-user-sessions.service Wants=network-online.target [Service] Type=oneshot Environment=TERM=linux +ExecStartPre=-/usr/bin/touch /run/nologin ExecStartPre=-/usr/bin/plymouth --hide-splash ExecStart=/usr/lib/YaST2/bin/autoyast-initscripts.sh +ExecStartPost=-/usr/bin/rm -f /run/nologin RemainAfterExit=yes TimeoutSec=0