rpms/plymouth/devel plymouth.spec,1.119,1.120

Ray Strode rstrode at fedoraproject.org
Fri Mar 6 22:56:11 UTC 2009


Author: rstrode

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

Modified Files:
	plymouth.spec 
Log Message:
- more scriptlet changes to move from solar to spinfinity



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- plymouth.spec	6 Mar 2009 22:35:01 -0000	1.119
+++ plymouth.spec	6 Mar 2009 22:55:41 -0000	1.120
@@ -196,6 +196,16 @@
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
+%post plugin-spinfinity
+export LIB=%{_lib}
+if [ $1 -eq 1 ]; then
+    %{_sbindir}/plymouth-set-default-plugin spinfinity
+else
+    if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
+        %{_sbindir}/plymouth-set-default-plugin spinfinity
+    fi
+fi
+
 %postun plugin-spinfinity
 export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
@@ -212,12 +222,6 @@
     fi
 fi
 
-%post plugin-solar
-export LIB=%{_lib}
-if [ $1 -eq 1 ]; then
-    %{_sbindir}/plymouth-set-default-plugin solar
-fi
-
 %postun plugin-solar
 export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
@@ -315,6 +319,9 @@
 %defattr(-, root, root)
 
 %changelog
+* Fri Mar  6 2009 Ray Strode <rstrode at redhat.com> 0.7.0-0.2009.03.06.1
+- more scriptlet changes to move from solar to spinfinity
+
 * Fri Mar  6 2009 Ray Strode <rstrode at redhat.com> 0.7.0-0.2009.03.06
 - Updated to development snapshot
 - Guess progress better on second boot of persistent live images




More information about the fedora-extras-commits mailing list