summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@fedoraproject.org>2005-04-27 04:30:47 +0000
committerJeremy Katz <katzj@fedoraproject.org>2005-04-27 04:30:47 +0000
commitd3bd80344ee9b5e10a924786051065fd65588074 (patch)
tree7ff35e019053053841859dfd60d86fa3a5dd6f62
parentc93736495fe08491a95527ecc083387444c2e07c (diff)
downloadgnome-panel-d3bd80344ee9b5e10a924786051065fd65588074.tar.gz
gnome-panel-d3bd80344ee9b5e10a924786051065fd65588074.tar.xz
gnome-panel-d3bd80344ee9b5e10a924786051065fd65588074.zip
- silence %postgnome-panel-2_10_1-4
-rw-r--r--gnome-panel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index d880b0b..6c717f0 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -23,7 +23,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.10.1
-Release: 3
+Release: 4
URL: http://www.gnome.org
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2
Source1: redhat-panel-default-setup.entries
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache %{_datadir}/icons/hicolor
+ gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
#
@@ -204,7 +204,7 @@ fi
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache %{_datadir}/icons/hicolor
+ gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
%files -f %{gettext_package}.lang
@@ -235,6 +235,9 @@ fi
%{_datadir}/gtk-doc
%changelog
+* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2.10.1-4
+- silence %%post
+
* Mon Apr 25 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-3
- Add patch to make Wanda not use non-existent fortune
command (rh #152948)