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-08-23 14:25:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Tue Aug 23 14:25:49 2022 rev:508 rq:991396 version:4.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2022-07-21 11:32:41.662911976 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.2083/yast2-installation.changes
  2022-08-23 14:26:22.535190317 +0200
@@ -1,0 +2,8 @@
+Fri Jul 22 11:35:42 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.JyUHIn/_old  2022-08-23 14:26:23.251191893 +0200
+++ /var/tmp/diff_new_pack.JyUHIn/_new  2022-08-23 14:26:23.259191910 +0200
@@ -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

++++++ YaST2-Second-Stage.service ++++++
--- /var/tmp/diff_new_pack.JyUHIn/_old  2022-08-23 14:26:23.335192077 +0200
+++ /var/tmp/diff_new_pack.JyUHIn/_new  2022-08-23 14:26:23.339192086 +0200
@@ -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 @@
 # 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 @@
 # 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

++++++ yast2-installation-4.5.4.tar.bz2 -> yast2-installation-4.5.5.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-4.5.4/README.md 
new/yast2-installation-4.5.5/README.md
--- old/yast2-installation-4.5.4/README.md      2022-07-19 10:39:12.000000000 
+0200
+++ new/yast2-installation-4.5.5/README.md      2022-07-27 15:38:42.000000000 
+0200
@@ -12,8 +12,7 @@
 
 This repository contains an installation framework based on the shared
 functionality provided by [yast2](https://github.com/yast/yast-yast2/) project,
-especially on [these libraries]
-(https://github.com/yast/yast-yast2/tree/master/library/control/src/modules).
+especially on [these 
libraries](https://github.com/yast/yast-yast2/tree/master/library/control/src/modules).
 
 The framework typically calls different *experts in the field*, such as 
Network,
 Storage or Users plug-ins to do the real job according to an installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.5.4/package/YaST2-Second-Stage.service 
new/yast2-installation-4.5.5/package/YaST2-Second-Stage.service
--- old/yast2-installation-4.5.4/package/YaST2-Second-Stage.service     
2022-07-19 10:39:12.000000000 +0200
+++ new/yast2-installation-4.5.5/package/YaST2-Second-Stage.service     
2022-07-27 15:38:42.000000000 +0200
@@ -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 @@
 # 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 @@
 # 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.5.4/package/yast2-installation.changes 
new/yast2-installation-4.5.5/package/yast2-installation.changes
--- old/yast2-installation-4.5.4/package/yast2-installation.changes     
2022-07-19 10:39:12.000000000 +0200
+++ new/yast2-installation-4.5.5/package/yast2-installation.changes     
2022-07-27 15:38:42.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Jul 22 11:35:42 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- 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 <lsle...@suse.cz>
 
 - Do not use "xrdb" for setting the "Xft.dpi" value, use a specific
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.5.4/package/yast2-installation.spec 
new/yast2-installation-4.5.5/package/yast2-installation.spec
--- old/yast2-installation-4.5.4/package/yast2-installation.spec        
2022-07-19 10:39:12.000000000 +0200
+++ new/yast2-installation-4.5.5/package/yast2-installation.spec        
2022-07-27 15:38:42.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.5.4
+Version:        4.5.5
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only

Reply via email to