From 2e62ace24d5538b15f36a8aee2499a1ee882b7a94826afd7ba0ff7e9699c0ca6 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 20 Apr 2015 11:40:00 +0000 Subject: [PATCH] - Fixed differnt bugs in proposal overview with multiple tabs. - Checking if plymouth is available while starting second installation stage for AutoYaST. - 3.1.140 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=712 --- YaST2-Second-Stage.service | 2 +- yast2-installation-3.1.139.tar.bz2 | 3 --- yast2-installation-3.1.140.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.1.139.tar.bz2 create mode 100644 yast2-installation-3.1.140.tar.bz2 diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index c3ccc10..ff55ed6 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -18,7 +18,7 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux PX_MODULE_PATH="" # If the system starts in multi-user mode plymouth will be quit while # installation in order to ensure that installation will be finished on # console 1 and the login prompt. (bnc#903682,889757,897956) -ExecStartPre=/bin/sh -c 'if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi' +ExecStartPre=/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi' ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 diff --git a/yast2-installation-3.1.139.tar.bz2 b/yast2-installation-3.1.139.tar.bz2 deleted file mode 100644 index bffa3b5..0000000 --- a/yast2-installation-3.1.139.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85376426ef90291328e37c5f2659d8d125429ade9a35eb4c069d7137ee8213fd -size 386208 diff --git a/yast2-installation-3.1.140.tar.bz2 b/yast2-installation-3.1.140.tar.bz2 new file mode 100644 index 0000000..86b932a --- /dev/null +++ b/yast2-installation-3.1.140.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c5eaf1412c628936ede8cdd0f23f9b2b62a7f35ad5174972b6ad7b2403d79a +size 386494 diff --git a/yast2-installation.changes b/yast2-installation.changes index fe1b222..5defdd4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 20 13:11:40 CEST 2015 - schubi@suse.de + +- Fixed differnt bugs in proposal overview with multiple tabs. +- Checking if plymouth is available while starting second + installation stage for AutoYaST. +- 3.1.140 + ------------------------------------------------------------------- Thu Apr 16 13:02:23 CEST 2015 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 2e958dd..b4a12c7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.139 +Version: 3.1.140 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build