From 2ac35b161f297b08bcba77cef9d3711ec67c71a8be1f67257198e781af9f8bf3 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 2 Dec 2015 14:46:54 +0000 Subject: [PATCH] - Ensure second stage and YaST-Firstboot don't get killed by getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164 - Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=745 --- YaST2-Firstboot.service | 3 ++- YaST2-Second-Stage.service | 3 ++- yast2-installation-3.1.163.tar.bz2 | 3 --- yast2-installation-3.1.164.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.1.163.tar.bz2 create mode 100644 yast2-installation-3.1.164.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 792c01e..c955d32 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -1,7 +1,8 @@ [Unit] Description=YaST2 Firstboot After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service -Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service +Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service +Before=display-manager.service network.service NetworkManager.service ConditionPathExists=/var/lib/YaST2/reconfig_system [Service] diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 7eaa084..344254f 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -3,7 +3,8 @@ Description=YaST2 Second Stage # If xinetd is enabled, make sure it's already running so we can stop it during # initialization of the VNC server After=apparmor.service local-fs.target plymouth-start.service -Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service +Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service +Before=display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service ConditionPathExists=/var/lib/YaST2/runme_at_boot [Service] diff --git a/yast2-installation-3.1.163.tar.bz2 b/yast2-installation-3.1.163.tar.bz2 deleted file mode 100644 index 4333b7f..0000000 --- a/yast2-installation-3.1.163.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10cf2aec9ca09e95948370c4c9bbcd7a24f3db61085b6ed32e182be919cea09c -size 396166 diff --git a/yast2-installation-3.1.164.tar.bz2 b/yast2-installation-3.1.164.tar.bz2 new file mode 100644 index 0000000..e028ff1 --- /dev/null +++ b/yast2-installation-3.1.164.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9017d4598cc0e2c2101c46ada443aeff6f80489226d55e09a64a1831e1248b +size 396594 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5f1de4d..ac116bf 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Dec 2 13:55:07 UTC 2015 - mvidner@suse.com + +- Ensure second stage and YaST-Firstboot don't get killed by + getty when running over 2nd or 3rd serial console (bsc#935965) +- 3.1.164 + +------------------------------------------------------------------- +Thu Nov 26 09:09:59 UTC 2015 - jreidinger@suse.com + +- Do not crash in proposal client if zfcp proposal reports itself + as unavailable (bnc#956745) + ------------------------------------------------------------------- Wed Nov 25 13:15:19 UTC 2015 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 02311c8..32d6e82 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.163 +Version: 3.1.164 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build