rpms/gvfs/devel gvfs.spec,1.5,1.6

Alexander Larsson (alexl) fedora-extras-commits at redhat.com
Mon Jan 21 16:02:49 UTC 2008


Author: alexl

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

Modified Files:
	gvfs.spec 
Log Message:
* Mon Jan 21 2008 Alexander Larsson <alexl at redhat.com> - 0.1.4-1
- Update to 0.1.4
- Send USR1 in post to reload config




Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gvfs.spec	14 Jan 2008 19:36:25 -0000	1.5
+++ gvfs.spec	21 Jan 2008 16:02:09 -0000	1.6
@@ -1,6 +1,6 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
-Version: 0.1.2
+Version: 0.1.4
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -52,7 +52,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+# Reload .mount files:
+killall -USR1 gvfsd > /dev/null || :
 
 %postun -p /sbin/ldconfig
 
@@ -71,6 +74,7 @@
 %{_datadir}/gvfs/mounts/dav.mount
 %{_datadir}/gvfs/mounts/http.mount
 %{_datadir}/gvfs/mounts/localtest.mount
+%{_datadir}/gvfs/mounts/burn.mount
 %{_datadir}/dbus-1/services/gvfs-daemon.service
 %{_libdir}/libgvfscommon.so.*
 %{_libdir}/gio/modules/libgiohal-volume-monitor.so
@@ -87,6 +91,7 @@
 %{_libexecdir}/gvfsd-dav
 %{_libexecdir}/gvfsd-http
 %{_libexecdir}/gvfsd-localtest
+%{_libexecdir}/gvfsd-burn
 %{_bindir}/gvfs-cat
 %{_bindir}/gvfs-copy
 %{_bindir}/gvfs-info
@@ -109,6 +114,10 @@
 %{_libdir}/libgvfscommon.so
 
 %changelog
+* Mon Jan 21 2008 Alexander Larsson <alexl at redhat.com> - 0.1.4-1
+- Update to 0.1.4
+- Send USR1 in post to reload config
+
 * Mon Jan 14 2008 Matthias Clasen <mclasen at redhat.com> 0.1.2-1
 - Update to 0.1.2
 




More information about the fedora-extras-commits mailing list