From ed70f96a1f774b6ec8120f6cdffae0d6bebead23 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 12 Jun 2008 16:47:45 +0000 Subject: [PATCH] - Fix postun scriptlet --- plymouth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index f96a7cf..34fe408 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -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 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; 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 @@ fi %{_libdir}/plymouth/spinfinity.so %changelog +* Thu Jun 12 2008 Ray Strode - 0.3.1-2 +- Fix postun scriptlet + * Thu Jun 12 2008 Ray Strode - 0.3.1-1 - Update to version 0.3.1 - Don't ship generated initrd scripts in tarball