- Reload .mount files when single package is installed

This commit is contained in:
Tomas Bzatek 2009-11-02 17:30:07 +00:00
parent 3134cdcf0c
commit 9a9960cc1f

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 1.4.0 Version: 1.4.0
Release: 7%{?dist} Release: 8%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -202,6 +202,18 @@ update-desktop-database &> /dev/null ||:
# Update desktop files mime mappings: # Update desktop files mime mappings:
update-desktop-database &> /dev/null ||: 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 %files -f gvfs.lang
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
@ -318,6 +330,9 @@ update-desktop-database &> /dev/null ||:
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor %{_datadir}/gvfs/remote-volume-monitors/afc.monitor
%changelog %changelog
* Mon Nov 2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-8
- Reload .mount files when single package is installed
* Fri Oct 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-7 * Fri Oct 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-7
- HTTP: Support g_file_input_stream_query_info() - HTTP: Support g_file_input_stream_query_info()
- HTTP: Use libsoup header parsing function - HTTP: Use libsoup header parsing function