diff --git a/gdm.spec b/gdm.spec index 371fa8f..dd1716d 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.6.0.7 -Release: 6 +Release: 7 Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -187,7 +187,7 @@ exit 0 /sbin/ldconfig scrollkeeper-update touch --no-create %{_datadir}/icons/hicolor -if [-x /usr/bin/gtk-update-icon-cache ]; then +if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor fi @@ -214,7 +214,7 @@ exit 0 /sbin/ldconfig scrollkeeper-update touch --no-create %{_datadir}/icons/hicolor -if [-x /usr/bin/gtk-update-icon-cache ]; then +if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor fi @@ -260,6 +260,9 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Mon Mar 28 2005 Christopher Aillon +- rebuilt + * Fri Mar 25 2005 Christopher Aillon 1:2.6.0.7-6 - Update the GTK+ theme icon cache on (un)install