rpms/gvfs/F-12 gvfs.spec,1.164,1.165

Tomas Bzatek tbzatek at fedoraproject.org
Mon Nov 2 17:07:41 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/gvfs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13572

Modified Files:
	gvfs.spec 
Log Message:
* Mon Nov  2 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.4.1-2
- Reload .mount files when single package is installed



Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/F-12/gvfs.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -p -r1.164 -r1.165
--- gvfs.spec	20 Oct 2009 09:42:32 -0000	1.164
+++ gvfs.spec	2 Nov 2009 17:07:41 -0000	1.165
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -175,6 +175,18 @@ update-desktop-database &> /dev/null ||:
 # Update desktop files mime mappings:
 update-desktop-database &> /dev/null ||:
 
+# Reload .mount files when single subpackage is installed:
+%post smb
+killall -USR1 gvfsd >&/dev/null || :
+%post archive
+killall -USR1 gvfsd >&/dev/null || :
+%post obexftp
+killall -USR1 gvfsd >&/dev/null || :
+%post gphoto2
+killall -USR1 gvfsd >&/dev/null || :
+%post afc
+killall -USR1 gvfsd >&/dev/null || :
+
 %files -f gvfs.lang
 %defattr(-, root, root, -)
 %doc AUTHORS COPYING NEWS README
@@ -291,6 +303,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/gvfs/remote-volume-monitors/afc.monitor
 
 %changelog
+* Mon Nov  2 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.4.1-2
+- Reload .mount files when single package is installed
+
 * Tue Oct 20 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.4.1-1
 - Update to 1.4.1
 




More information about the fedora-extras-commits mailing list