- Fix postun scriptlet
This commit is contained in:
parent
488a7e1e18
commit
ed70f96a1f
@ -1,7 +1,7 @@
|
|||||||
Summary: Plymouth Graphical Boot Animation and Logger
|
Summary: Plymouth Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
%{_sbindir}/plymouth-set-default-plugin --reset
|
%{_sbindir}/plymouth-set-default-plugin --reset
|
||||||
fi
|
fi
|
||||||
@ -155,6 +156,9 @@ fi
|
|||||||
%{_libdir}/plymouth/spinfinity.so
|
%{_libdir}/plymouth/spinfinity.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
|
||||||
|
- Fix postun scriptlet
|
||||||
|
|
||||||
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
|
||||||
- Update to version 0.3.1
|
- Update to version 0.3.1
|
||||||
- Don't ship generated initrd scripts in tarball
|
- Don't ship generated initrd scripts in tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user