rpms/plymouth/F-13 plymouth.spec,1.166,1.167

Ray Strode rstrode at fedoraproject.org
Mon Apr 19 14:01:30 UTC 2010


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21038

Modified Files:
	plymouth.spec 
Log Message:
- Lock tty into raw mode
  Resolves: #579686



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/F-13/plymouth.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -p -r1.166 -r1.167
--- plymouth.spec	13 Apr 2010 14:24:06 -0000	1.166
+++ plymouth.spec	19 Apr 2010 14:01:29 -0000	1.167
@@ -5,7 +5,7 @@
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.8.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -31,6 +31,7 @@ Obsoletes: plymouth-text-and-details-onl
 Obsoletes: plymouth-plugin-pulser < 0.7.0-0.2009.05.08.2
 Obsoletes: plymouth-theme-pulser < 0.7.0-0.2009.05.08.2
 
+Patch0: lock-tty.patch
 
 %description
 Plymouth provides an attractive graphical boot animation in
@@ -243,6 +244,7 @@ plugin.
 
 %prep
 %setup -q
+%patch0 -p1 -b .lock-tty
 
 # Change the default theme
 sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
@@ -442,6 +444,10 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Mon Apr 19 2010 Ray Strode <rstrode at redhat.com> 0.8.2-2
+- Lock tty into raw mode
+  Resolves: #579686
+
 * Tue Apr 13 2010 Ray Strode <rstrode at redhat.com> 0.8.2-1
 - Update to 0.8.2
 



More information about the scm-commits mailing list