rpms/plymouth/devel plymouth.spec,1.33,1.34 sources,1.14,1.15

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Wed Aug 13 04:53:13 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30206

Modified Files:
	plymouth.spec sources 
Log Message:
- Add a boot failure viewer to login screen (written by Matthias)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- plymouth.spec	12 Aug 2008 17:09:49 -0000	1.33
+++ plymouth.spec	13 Aug 2008 04:52:43 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.5.0
-Release: 15.2008.08.08%{?dist}
+Release: 16.2008.08.13%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -42,6 +42,26 @@
 This package contains the libply and libplybootsplash libraries
 and headers needed to develop 3rd party splash plugins for Plymouth.
 
+%package utils
+Summary: Plymouth related utilities
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
+
+%description utils
+This package contains 
+with plymouth.
+
+%package gdm-hooks
+Summary: Plymouth GDM integration
+Group: Applications/System
+Requires: gdm >= 1:2.22.0
+Requires: %{name} = %{version}-%{release}
+
+%description gdm-hooks
+This package contains support files for integrating Plymouth with GDM
+Namely, it adds hooks to show boot messages at the login screen in the
+event start-up services fail.
+
 %package plugin-fade-in
 Summary: Plymouth "Fade-In" plugin
 Group: System Environment/Base
@@ -157,6 +177,12 @@
 %{_libdir}/libply.so.*
 %{_libdir}/libplybootsplash.so.*
 
+%files utils
+%{_bindir}/plymouth-log-viewer
+
+%files gdm-hooks
+%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
+
 %files plugin-fade-in
 %defattr(-, root, root)
 %dir %{_datadir}/plymouth/fade-in
@@ -177,6 +203,9 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Tue Aug 12 2008 Adam Jackson <ajax at redhat.com> 0.5.0-16.2008.08.13
+- Add a boot failure viewer to login screen (written by Matthias)
+
 * Tue Aug 12 2008 Adam Jackson <ajax at redhat.com> 0.5.0-15.2008.08.08
 - plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
   more traditional progress bar, to maintain the illusion of progress better


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	8 Aug 2008 17:49:21 -0000	1.14
+++ sources	13 Aug 2008 04:52:43 -0000	1.15
@@ -1 +1 @@
-c0214ba6c16bf8a1e79debced5c93ef9  plymouth-0.5.0.tar.bz2
+fcca1072d1f47c916966a005d7bc7e39  plymouth-0.5.0.tar.bz2




More information about the fedora-extras-commits mailing list