rpms/plymouth/F-10 plymouth.spec,1.98,1.99

Ray Strode rstrode at fedoraproject.org
Mon Nov 10 20:53:20 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32747

Modified Files:
	plymouth.spec 
Log Message:
- Force the right arch when calling plymouth-set-default-plugin
  (bug 470732)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/F-10/plymouth.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- plymouth.spec	10 Nov 2008 19:44:39 -0000	1.98
+++ plymouth.spec	10 Nov 2008 20:52:49 -0000	1.99
@@ -5,7 +5,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.6.0
-Release: 0.2008.11.10.4%{?dist}
+Release: 0.2008.11.10.5%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -192,6 +192,7 @@
 %postun libs -p /sbin/ldconfig
 
 %postun plugin-spinfinity
+export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
         %{_sbindir}/plymouth-set-default-plugin --reset
@@ -199,6 +200,7 @@
 fi
 
 %postun plugin-fade-in
+export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "fade-in" ]; then
         %{_sbindir}/plymouth-set-default-plugin --reset
@@ -206,11 +208,13 @@
 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
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
         %{_sbindir}/plymouth-set-default-plugin text
@@ -218,6 +222,7 @@
 fi
 
 %postun plugin-pulser
+export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "pulser" ]; then
         %{_sbindir}/plymouth-set-default-plugin --reset
@@ -304,6 +309,10 @@
 %defattr(-, root, root)
 
 %changelog
+* Mon Nov 10 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.10.5
+- Force the right arch when calling plymouth-set-default-plugin
+  (bug 470732)
+
 * Mon Nov 10 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.10.4
 - Drop comet (bug 468705)
 - make boot-duration config(noreplace)




More information about the fedora-extras-commits mailing list