|
@@ -6,18 +6,21 @@ Summary: Graphical Boot Animation and Logger
|
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
|
Name: plymouth
|
|
|
Version: 0.8.3
|
|
|
-Release: 5%{?_dist_release}
|
|
|
+Release: 6%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
|
+URL: http://freedesktop.org/software/plymouth/releases
|
|
|
+
|
|
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
|
|
Source1: boot-duration
|
|
|
Source2: plymouth-update-initrd-vine
|
|
|
Source10: vinelogo-bw.png
|
|
|
Source11: plymouth-theme-script.tar.bz2
|
|
|
Source12: plymouth-theme-charge.tar.bz2
|
|
|
-Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
|
|
|
|
|
|
-URL: http://freedesktop.org/software/plymouth/releases
|
|
|
+Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
|
|
|
+Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
Requires: vine-logos
|
|
@@ -249,6 +252,7 @@ plugin.
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch10 -p1 -b .fix-crash
|
|
|
+%patch11 -p1 -b .save-original-tty-lock-settings
|
|
|
|
|
|
# Change the default theme
|
|
|
sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
@@ -448,7 +452,10 @@ fi
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%changelog
|
|
|
-* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-5
|
|
|
+* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-6
|
|
|
+- add Patch11 to save original tty lock setting
|
|
|
+
|
|
|
+* Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-5
|
|
|
- add Patch10 to fix crash on quit with --retain-splash option
|
|
|
http://cgit.freedesktop.org/plymouth/commit/?id=0e232e29765cade22b9e8cba3b0c372eb4db58f9
|
|
|
|