rpms/gvfs/devel gvfs.spec,1.31,1.32

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Mar 17 14:16:02 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6772

Modified Files:
	gvfs.spec 
Log Message:
Silence %post



Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gvfs.spec	10 Mar 2008 20:58:26 -0000	1.31
+++ gvfs.spec	17 Mar 2008 14:15:27 -0000	1.32
@@ -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 @@
 %post
 /sbin/ldconfig
 # Reload .mount files:
-killall -USR1 gvfsd > /dev/null || :
+killall -USR1 gvfsd >&/dev/null || :
 
 %postun -p /sbin/ldconfig
 
@@ -138,6 +138,9 @@
 %{_libdir}/libgvfscommon.so
 
 %changelog
+* Mon Mar 17 2008 Matthias Clasen  <mclasen at redhat.com> - 0.2.0.1-2
+- Silence %%post
+
 * Mon Mar 10 2008 Matthias Clasen  <mclasen at redhat.com> - 0.2.0.1-1
 - Update to 0.2.0.1
 




More information about the fedora-extras-commits mailing list