Browse Source

plymouth: add patch from upstream to save original tty lock settings.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2980 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
9e1d8eb68e
1 changed files with 11 additions and 4 deletions
  1. 11 4
      p/plymouth/plymouth-vl.spec

+ 11 - 4
p/plymouth/plymouth-vl.spec

@@ -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