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-02-23 16:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Wed Feb 23 16:25:52 2022 rev:496 rq:956716 version:4.4.44

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2022-02-21 17:46:36.855594280 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.1958/yast2-installation.changes
  2022-02-23 16:26:25.159508764 +0100
@@ -1,0 +2,15 @@
+Tue Feb 22 13:06:51 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Use the default UI theme in SSH installation, the
+  "installation_slim" theme does not exist anymore (bsc#1196287)
+- memsample-archive-to-csv - handle "ps" errors in the data file
+- 4.4.44
+
+-------------------------------------------------------------------
+Mon Feb 21 14:59:55 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Modified Second Stage service dependencies fixing a root login
+  systemd timeout when installing with ssh (bsc#1195059)
+- 4.4.43
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.8ZOsqp/_old  2022-02-23 16:26:25.831508789 +0100
+++ /var/tmp/diff_new_pack.8ZOsqp/_new  2022-02-23 16:26:25.839508788 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.4.42
+Version:        4.4.44
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only

++++++ YaST2-Second-Stage.service ++++++
--- /var/tmp/diff_new_pack.8ZOsqp/_old  2022-02-23 16:26:25.887508790 +0100
+++ /var/tmp/diff_new_pack.8ZOsqp/_new  2022-02-23 16:26:25.895508791 +0100
@@ -1,10 +1,8 @@
 [Unit]
 Description=YaST2 Second Stage
-After=apparmor.service local-fs.target plymouth-start.service
+After=apparmor.service local-fs.target plymouth-start.service 
systemd-user-sessions.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
-Before=display-manager.service
+Before=getty-pre.target display-manager.service
 ConditionPathExists=/var/lib/YaST2/runme_at_boot
 
 [Service]
@@ -15,6 +13,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=""
+ExecStartPre=-/usr/bin/touch /run/nologin
 ExecStartPre=-/usr/bin/plymouth quit
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes
@@ -22,6 +21,7 @@
 # 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.4.42.tar.bz2 -> yast2-installation-4.4.44.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.42/bin/memsample-archive-to-csv 
new/yast2-installation-4.4.44/bin/memsample-archive-to-csv
--- old/yast2-installation-4.4.42/bin/memsample-archive-to-csv  2022-02-21 
13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/bin/memsample-archive-to-csv  2022-02-22 
14:28:40.000000000 +0100
@@ -108,6 +108,8 @@
   end
 
   def handle_ps(_counter, datetime, data)
+    return if data.include?("Signal 23 (URG) caught by ps")
+
     processes = data.lines.map { |l| l.chomp.split(" ", 9) }
     headings = processes.shift
     processes.map! do |cols|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.42/package/YaST2-Second-Stage.service 
new/yast2-installation-4.4.44/package/YaST2-Second-Stage.service
--- old/yast2-installation-4.4.42/package/YaST2-Second-Stage.service    
2022-02-21 13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/package/YaST2-Second-Stage.service    
2022-02-22 14:28:40.000000000 +0100
@@ -1,10 +1,8 @@
 [Unit]
 Description=YaST2 Second Stage
-After=apparmor.service local-fs.target plymouth-start.service
+After=apparmor.service local-fs.target plymouth-start.service 
systemd-user-sessions.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
-Before=display-manager.service
+Before=getty-pre.target display-manager.service
 ConditionPathExists=/var/lib/YaST2/runme_at_boot
 
 [Service]
@@ -15,6 +13,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=""
+ExecStartPre=-/usr/bin/touch /run/nologin
 ExecStartPre=-/usr/bin/plymouth quit
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes
@@ -22,6 +21,7 @@
 # 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.4.42/package/yast2-installation.changes 
new/yast2-installation-4.4.44/package/yast2-installation.changes
--- old/yast2-installation-4.4.42/package/yast2-installation.changes    
2022-02-21 13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/package/yast2-installation.changes    
2022-02-22 14:28:40.000000000 +0100
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Tue Feb 22 13:06:51 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Use the default UI theme in SSH installation, the
+  "installation_slim" theme does not exist anymore (bsc#1196287)
+- memsample-archive-to-csv - handle "ps" errors in the data file
+- 4.4.44
+
+-------------------------------------------------------------------
+Mon Feb 21 14:59:55 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Modified Second Stage service dependencies fixing a root login
+  systemd timeout when installing with ssh (bsc#1195059)
+- 4.4.43
+
+-------------------------------------------------------------------
 Sun Feb 20 09:35:26 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Do not create a Btrfs snapshot at the end of the installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.42/package/yast2-installation.spec 
new/yast2-installation-4.4.44/package/yast2-installation.spec
--- old/yast2-installation-4.4.42/package/yast2-installation.spec       
2022-02-21 13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/package/yast2-installation.spec       
2022-02-22 14:28:40.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.4.42
+Version:        4.4.44
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-4.4.42/startup/YaST2.call 
new/yast2-installation-4.4.44/startup/YaST2.call
--- old/yast2-installation-4.4.42/startup/YaST2.call    2022-02-21 
13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/startup/YaST2.call    2022-02-22 
14:28:40.000000000 +0100
@@ -190,8 +190,6 @@
 # prepare SSH installation
 # ---
 #
-       :
-        export Y2STYLE="installation_slim"
        set_inst_qt_env
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-4.4.42/startup/YaST2.ssh 
new/yast2-installation-4.4.44/startup/YaST2.ssh
--- old/yast2-installation-4.4.42/startup/YaST2.ssh     2022-02-21 
13:05:03.000000000 +0100
+++ new/yast2-installation-4.4.44/startup/YaST2.ssh     2022-02-22 
14:28:40.000000000 +0100
@@ -57,9 +57,6 @@
 # call YaST2 if flag file exists
 #----------------------------------------
 if [ -f /var/lib/YaST2/runme_at_boot ];then
-
-        export Y2STYLE="installation_slim" 
-
        # running the second stage installation
        /usr/lib/YaST2/startup/YaST2.call installation continue
 

Reply via email to