Accepting request 631911 from home:qzhao:branches:Base:System

Update to version 0.9.3+git20180827.0a66272: Ensure tty is closed on deactivate, If plymouth doesn't get explicitly activated then when GDM tries to deactivate it, the deactivation request is a noop.

OBS-URL: https://build.opensuse.org/request/show/631911
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=199
This commit is contained in:
Cliff Zhao 2018-08-29 02:39:53 +00:00 committed by Git OBS Bridge
parent 1e387b28be
commit 517b9bb8f7
6 changed files with 28 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0829cfec077c49b686dacfffd9cd18d9b9326308ddc6704986c12e53a55b5de5
size 871108

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89f426e5eb12aeea105a9748a62dc9d87282c50f560882ef08b4dee69aacc044
size 874016

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Aug 28 07:32:03 UTC 2018 - qzhao@suse.com
- Update to version 0.9.3+git20180827.0a66272:
ensure tty is closed on deactivate
If plymouth doesn't get explicitly "activated" then when
GDM tries to deactivate it, the deactivation request is
a noop.
One aspect of being active, though is having ownership and
control of the terminal. This happens immediately, even
before a splash is shown.
The `deactivate` request needs to relinguish such control,
unconditionally, since some display server is about to use
the tty.
-------------------------------------------------------------------
Fri Aug 17 17:36:09 UTC 2018 - bjorn.lie@gmail.com
@ -98,7 +115,7 @@ Wed Jan 25 14:38:09 UTC 2017 - fvogt@suse.com
* 0001-device-manager-handle-NULL-renderer-better.patch
- Replace removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch
with single patch:
* only_use_fb_for_cirrus_bochs.patch
* plymouth-only_use_fb_for_cirrus_bochs.patch
-------------------------------------------------------------------
Mon Jan 09 17:01:44 UTC 2017 - zaitor@opensuse.org
@ -188,7 +205,7 @@ Mon Dec 28 14:48:48 UTC 2015 - dimstar@opensuse.org
- Rebase patches:
+ plymouth-fix-window-size
+ stop-graphical.patch
+ Some-greenish-openSUSE-colors.patch
+ plymouth-some-greenish-openSUSE-colors.patch
+ fix-serial-consoles.patch
+ 0001-seats-guard-against-NULL-terminal.patch
+ plymouth-ignore-cirrusdrm.patch
@ -282,7 +299,7 @@ Thu Jul 24 16:30:43 UTC 2014 - fcrozat@suse.com
-------------------------------------------------------------------
Tue Jul 8 16:04:38 UTC 2014 - fcrozat@suse.com
- Update Some-greenish-openSUSE-colors.patch to also use SUSE
- Update plymouth-some-greenish-openSUSE-colors.patch to also use SUSE
colors on tribar (bnc#886148)
-------------------------------------------------------------------

View File

@ -22,7 +22,7 @@
%define plymouth_initrd_file /boot/initrd-plymouth.img
Name: plymouth
Version: 0.9.3+git20180807.7663b0c
Version: 0.9.3+git20180827.0a66272
Release: 0
Summary: Graphical Boot Animation and Logger
License: GPL-2.0-or-later
@ -33,14 +33,14 @@ Source0: %{name}-%{version}.tar.xz
Source1: boot-duration
# PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatcoke@gmail.com -- Prefix is /usr/sbin and /usr/bin
Patch0: plymouth-dracut-path.patch
# PATCH-FIX-OPENSUSE Some-greenish-openSUSE-colors.patch bnc#886148 fcrozat@suse.com -- To use suse colors in tribar.
Patch1: Some-greenish-openSUSE-colors.patch
# PATCH-FIX-OPENSUSE plymouth-some-greenish-openSUSE-colors.patch bnc#886148 fcrozat@suse.com -- To use suse colors in tribar.
Patch1: plymouth-some-greenish-openSUSE-colors.patch
# PATCH-FIX-OPENSUSE plymouth-correct-runtime-dir.patch tittiatcoke@gmail.com -- Make sure the runtime directory is /run and not /var/run
Patch2: plymouth-correct-runtime-dir.patch
# PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoenmez@suse.de -- Fix man page installation
Patch3: plymouth-manpages.patch
# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch bnc#888590 fvogt@suse.com -- force fb for cirrus and bochs, force drm otherwise. replace removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch with single patch.
Patch4: only_use_fb_for_cirrus_bochs.patch
# PATCH-FIX-OPENSUSE plymouth-only_use_fb_for_cirrus_bochs.patch bnc#888590 fvogt@suse.com -- force fb for cirrus and bochs, force drm otherwise. replace removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch with single patch.
Patch4: plymouth-only_use_fb_for_cirrus_bochs.patch
# PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fvogt@suse.com -- add ability to output text in initrd needed for encryption.
Patch5: 0001-Add-label-ft-plugin.patch
# PATCH-FIX-UPSTREAM 0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 fvogt@suse.com -- add ability to output text in initrd needed for encryption.