Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2022-03-15 19:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Tue Mar 15 19:04:14 2022 rev:499 rq:961720 version:4.4.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2022-03-05 14:43:08.591696772 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.25692/yast2-installation.changes
 2022-03-15 19:04:43.480940170 +0100
@@ -1,0 +2,14 @@
+Tue Mar  8 19:25:42 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez <jlo...@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 <jlo...@suse.com>
+
+- Avoid terminal login prompt when running Second Stage service
+  (bsc#1196594 and related to bsc#1195059).
+- 4.4.47
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.4.46.tar.bz2

New:
----
  yast2-installation-4.4.48.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.7J7rsj/_old  2022-03-15 19:04:44.076940575 +0100
+++ /var/tmp/diff_new_pack.7J7rsj/_new  2022-03-15 19:04:44.080940578 +0100
@@ -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

++++++ YaST2-Second-Stage.service ++++++
--- /var/tmp/diff_new_pack.7J7rsj/_old  2022-03-15 19:04:44.124940607 +0100
+++ /var/tmp/diff_new_pack.7J7rsj/_new  2022-03-15 19:04:44.128940610 +0100
@@ -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 @@
 # 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

++++++ yast2-installation-4.4.46.tar.bz2 -> yast2-installation-4.4.48.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.46/package/YaST2-Second-Stage.service 
new/yast2-installation-4.4.48/package/YaST2-Second-Stage.service
--- old/yast2-installation-4.4.46/package/YaST2-Second-Stage.service    
2022-03-04 07:44:51.000000000 +0100
+++ new/yast2-installation-4.4.48/package/YaST2-Second-Stage.service    
2022-03-14 17:23:02.000000000 +0100
@@ -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 @@
 # 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.46/package/yast2-installation.changes 
new/yast2-installation-4.4.48/package/yast2-installation.changes
--- old/yast2-installation-4.4.46/package/yast2-installation.changes    
2022-03-04 07:44:51.000000000 +0100
+++ new/yast2-installation-4.4.48/package/yast2-installation.changes    
2022-03-14 17:23:02.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Tue Mar  8 19:25:42 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez <jlo...@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 <jlo...@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 <lsle...@suse.cz>
 
 - Fixed crash when starting the expert console (bsc#1196724)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.46/package/yast2-installation.spec 
new/yast2-installation-4.4.48/package/yast2-installation.spec
--- old/yast2-installation-4.4.46/package/yast2-installation.spec       
2022-03-04 07:44:51.000000000 +0100
+++ new/yast2-installation-4.4.48/package/yast2-installation.spec       
2022-03-14 17:23:02.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.4.46
+Version:        4.4.48
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only

Reply via email to