From 9b8b9075e61e547d5c44ac345579e364cdd5d96a1083c5de7c51cf4d9ff32c94 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 26 Feb 2016 10:00:44 +0000 Subject: [PATCH] - Ensure plymouth does not interfere with X11 when executing yast2-firstboot (bsc#966874) - 3.1.170 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=751 --- YaST2-Firstboot.service | 3 ++- yast2-installation-3.1.169.tar.bz2 | 3 --- yast2-installation-3.1.170.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.1.169.tar.bz2 create mode 100644 yast2-installation-3.1.170.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 1e93098..64b2048 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -8,7 +8,8 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system [Service] Type=oneshot Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux -ExecStartPre=-/usr/bin/plymouth --hide-splash +ExecStartPre=-/usr/bin/plymouth quit +ExecStartPre=-/usr/bin/plymouth --wait ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service diff --git a/yast2-installation-3.1.169.tar.bz2 b/yast2-installation-3.1.169.tar.bz2 deleted file mode 100644 index eaed7eb..0000000 --- a/yast2-installation-3.1.169.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9839f21b10dab862f5db2f949a119414839d8b71b64c53d6ee68e25a7bad3d85 -size 394820 diff --git a/yast2-installation-3.1.170.tar.bz2 b/yast2-installation-3.1.170.tar.bz2 new file mode 100644 index 0000000..92a0bfc --- /dev/null +++ b/yast2-installation-3.1.170.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1988b3b8042b29f318d1e48a29aea486ce986508172e1ecb5c0f7e9e100853b +size 395911 diff --git a/yast2-installation.changes b/yast2-installation.changes index 22e8002..beb6a71 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 26 08:36:55 UTC 2016 - ancor@suse.com + +- Ensure plymouth does not interfere with X11 when executing + yast2-firstboot (bsc#966874) +- 3.1.170 + ------------------------------------------------------------------- Sun Feb 21 21:15:02 UTC 2016 - mfilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index e55e5f7..6624216 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.169 +Version: 3.1.170 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build