rpms/plymouth/devel plymouth.spec,1.80,1.81

Ray Strode rstrode at fedoraproject.org
Tue Oct 28 00:37:02 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10157

Modified Files:
	plymouth.spec 
Log Message:
- Default to "Solar" instead of "Spinfinity"



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- plymouth.spec	27 Oct 2008 20:03:40 -0000	1.80
+++ plymouth.spec	28 Oct 2008 00:36:31 -0000	1.81
@@ -5,7 +5,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.6.0
-Release: 0.2008.10.27.2%{?dist}
+Release: 0.2008.10.27.3%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -118,7 +118,6 @@
 Requires: plymouth-plugin-label
 BuildRequires: libpng-devel
 Requires(post): %{_sbindir}/plymouth-set-default-plugin
-Provides: system-plymouth-plugin = %{version}-%{release}
 
 %description plugin-spinfinity
 This package contains the "Spinfinity" boot splash plugin for
@@ -132,6 +131,7 @@
 Requires: plymouth-plugin-label
 Requires(post): %{_sbindir}/plymouth-set-default-plugin
 BuildRequires: libpng-devel
+Provides: system-plymouth-plugin = %{version}-%{release}
 
 %description plugin-solar
 This package contains the "Solar" boot splash plugin for
@@ -186,15 +186,10 @@
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
-%post plugin-spinfinity
-if [ $1 -eq 1 ]; then
-    %{_sbindir}/plymouth-set-default-plugin spinfinity
-fi
-
 %postun plugin-spinfinity
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
-        %{_sbindir}/plymouth-set-default-plugin text
+        %{_sbindir}/plymouth-set-default-plugin --reset
     fi
 fi
 
@@ -205,10 +200,15 @@
     fi
 fi
 
+%post plugin-solar
+if [ $1 -eq 1 ]; then
+    %{_sbindir}/plymouth-set-default-plugin solar
+fi
+
 %postun plugin-solar
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
-        %{_sbindir}/plymouth-set-default-plugin --reset
+        %{_sbindir}/plymouth-set-default-plugin text
     fi
 fi
 
@@ -298,6 +298,9 @@
 %defattr(-, root, root)
 
 %changelog
+* Mon Oct 27 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.10.27.3
+- Default to "Solar" instead of "Spinfinity"
+
 * Mon Oct 27 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.10.27.2
 - Don't set plymouth default plugin to text in %%post
 




More information about the scm-commits mailing list