diff --git a/gvfs.spec b/gvfs.spec index 0a2fbc4..eb4045a 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 0.2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig # Reload .mount files: -killall -USR1 gvfsd > /dev/null || : +killall -USR1 gvfsd >&/dev/null || : %postun -p /sbin/ldconfig @@ -138,6 +138,9 @@ killall -USR1 gvfsd > /dev/null || : %{_libdir}/libgvfscommon.so %changelog +* Mon Mar 17 2008 Matthias Clasen - 0.2.0.1-2 +- Silence %%post + * Mon Mar 10 2008 Matthias Clasen - 0.2.0.1-1 - Update to 0.2.0.1