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 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 1:2.10.0-4 - use old modemlights applet that doesn't depend on gnome-system-tools