misc fixes

- Fix color palette issue
- Fix splash at shutdown (if shutdown takes longer than 5 secs)
- Make sure text based splashes update terminal size when fbcon loads
This commit is contained in:
Ray Strode 2016-06-20 15:59:59 -04:00
parent 8eb000e7ed
commit 8da224a33c
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ plymouth-0.8.4.tar.bz2
/plymouth-0.8.8.tar.bz2
/plymouth-0.8.9.tar.bz2
/plymouth-0.9.3.tar.bz2
/plymouth-0.9.3.tar.xz

View File

@ -3,18 +3,18 @@
%define plymouth_libdir %{_libdir}
%define plymouth_initrd_file /boot/initrd-plymouth.img
%define snapshot_date 20160616
%define snapshot_hash c2073146
%define snapshot_date 20160620
%define snapshot_hash 0e65b86c
Summary: Graphical Boot Animation and Logger
Name: plymouth
Version: 0.9.3
Release: 0.5.%{?snapshot_date}git%{?snapshot_hash}%{?dist}
Release: 0.6.%{?snapshot_date}git%{?snapshot_hash}%{?dist}
License: GPLv2+
URL: http://www.freedesktop.org/wiki/Software/Plymouth
Group: System Environment/Base
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
Source1: boot-duration
Source2: charge.plymouth
Source3: plymouth-update-initrd
@ -444,6 +444,11 @@ fi
%files system-theme
%changelog
* Mon Jun 20 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.6.git
- Fix color palette issue
- Fix splash at shutdown (if shutdown takes longer than 5 secs)
- Make sure text based splashes update terminal size when fbcon loads
* Thu Jun 16 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.5.git
- really (?) fix password prompt on text plugin
Resolves: #1344141

View File

@ -1 +1 @@
1bd6397e68493965186f768805c25751 plymouth-0.9.3.tar.bz2
f825a0b67823ffeaf0343d814b56ec46 plymouth-0.9.3.tar.xz