rpms/plymouth/devel plymouth.spec,1.4,1.5

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Thu Jun 12 16:48:24 UTC 2008


Author: rstrode

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

Modified Files:
	plymouth.spec 
Log Message:
- Fix postun scriptlet



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plymouth.spec	12 Jun 2008 16:20:49 -0000	1.4
+++ plymouth.spec	12 Jun 2008 16:47:45 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -84,7 +84,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 if [ $1 -eq 1 ]; then
     %{_sbindir}/plymouth-set-default-plugin --reset
 fi
@@ -155,6 +156,9 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Thu Jun 12 2008 Ray Strode <rstrode at redhat.com> - 0.3.1-2
+- Fix postun scriptlet
+
 * Thu Jun 12 2008 Ray Strode <rstrode at redhat.com> - 0.3.1-1
 - Update to version 0.3.1
 - Don't ship generated initrd scripts in tarball




More information about the fedora-extras-commits mailing list