diff --git a/plymouth-0.9.3+git20180807.7663b0c.tar.xz b/plymouth-0.9.3+git20180807.7663b0c.tar.xz deleted file mode 100644 index 77d61ee..0000000 --- a/plymouth-0.9.3+git20180807.7663b0c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0829cfec077c49b686dacfffd9cd18d9b9326308ddc6704986c12e53a55b5de5 -size 871108 diff --git a/plymouth-0.9.3+git20180827.0a66272.tar.xz b/plymouth-0.9.3+git20180827.0a66272.tar.xz new file mode 100644 index 0000000..677c36a --- /dev/null +++ b/plymouth-0.9.3+git20180827.0a66272.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f426e5eb12aeea105a9748a62dc9d87282c50f560882ef08b4dee69aacc044 +size 874016 diff --git a/only_use_fb_for_cirrus_bochs.patch b/plymouth-only_use_fb_for_cirrus_bochs.patch similarity index 100% rename from only_use_fb_for_cirrus_bochs.patch rename to plymouth-only_use_fb_for_cirrus_bochs.patch diff --git a/Some-greenish-openSUSE-colors.patch b/plymouth-some-greenish-openSUSE-colors.patch similarity index 100% rename from Some-greenish-openSUSE-colors.patch rename to plymouth-some-greenish-openSUSE-colors.patch diff --git a/plymouth.changes b/plymouth.changes index 232daa9..879754b 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -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) ------------------------------------------------------------------- diff --git a/plymouth.spec b/plymouth.spec index d26c9f2..3ca6c7b 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -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.