- Reload .mount files when single package is installed
This commit is contained in:
parent
3134cdcf0c
commit
9a9960cc1f
17
gvfs.spec
17
gvfs.spec
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.4.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -202,6 +202,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
|
||||
@ -318,6 +330,9 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||
|
||||
%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
|
||||
- HTTP: Support g_file_input_stream_query_info()
|
||||
- HTTP: Use libsoup header parsing function
|
||||
|
Loading…
Reference in New Issue
Block a user