summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@fedoraproject.org>2005-04-05 15:15:30 +0000
committerRay Strode <rstrode@fedoraproject.org>2005-04-05 15:15:30 +0000
commita87e71440d02a3296d6eb28d3546d3878c6268bc (patch)
tree85d14352f2aac9cb414e553f2a0a8f709e078f35
parentc0cd66ee1710f8d50537df3bd0002ba30cd824ad (diff)
downloadgnome-applets-a87e71440d02a3296d6eb28d3546d3878c6268bc.tar.gz
gnome-applets-a87e71440d02a3296d6eb28d3546d3878c6268bc.tar.xz
gnome-applets-a87e71440d02a3296d6eb28d3546d3878c6268bc.zip
- Don't use %postun -p optimization now that we do more than justgnome-applets-2_10_0-5
/sbin/ldconfig in %postun (bug 152236)
-rw-r--r--gnome-applets.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 5b56607..b6f858e 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -19,7 +19,7 @@
Summary: Small applications for the GNOME panel.
Name: gnome-applets
Version: 2.10.0
-Release: 4
+Release: 5
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -126,7 +126,8 @@ for S in $SCHEMAS; do
done
%{_libexecdir}/gnome-applets/mc-install-default-macros > /dev/null
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache %{_datadir}/icons/hicolor
@@ -158,6 +159,10 @@ fi
%{_libdir}/pkgconfig/gswitchit.pc
%changelog
+* Tue Apr 5 2005 Ray Strode <rstrode@redhat.com> 1:2.10.0-5
+- Don't use %postun -p optimization now that we do more than
+ just /sbin/ldconfig in %postun (bug 152236)
+
* Mon Apr 4 2005 Ray Strode <rstrode@redhat.com> 1:2.10.0-4
- use old modemlights applet that doesn't depend on gnome-system-tools