- Update to 0.1.4
- Send USR1 in post to reload config
This commit is contained in:
parent
e6addd2b63
commit
a0496d299b
13
gvfs.spec
13
gvfs.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.2
|
Version: 0.1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -52,7 +52,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
# Reload .mount files:
|
||||||
|
killall -USR1 gvfsd > /dev/null || :
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -71,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gvfs/mounts/dav.mount
|
%{_datadir}/gvfs/mounts/dav.mount
|
||||||
%{_datadir}/gvfs/mounts/http.mount
|
%{_datadir}/gvfs/mounts/http.mount
|
||||||
%{_datadir}/gvfs/mounts/localtest.mount
|
%{_datadir}/gvfs/mounts/localtest.mount
|
||||||
|
%{_datadir}/gvfs/mounts/burn.mount
|
||||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||||
%{_libdir}/libgvfscommon.so.*
|
%{_libdir}/libgvfscommon.so.*
|
||||||
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||||
@ -87,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/gvfsd-dav
|
%{_libexecdir}/gvfsd-dav
|
||||||
%{_libexecdir}/gvfsd-http
|
%{_libexecdir}/gvfsd-http
|
||||||
%{_libexecdir}/gvfsd-localtest
|
%{_libexecdir}/gvfsd-localtest
|
||||||
|
%{_libexecdir}/gvfsd-burn
|
||||||
%{_bindir}/gvfs-cat
|
%{_bindir}/gvfs-cat
|
||||||
%{_bindir}/gvfs-copy
|
%{_bindir}/gvfs-copy
|
||||||
%{_bindir}/gvfs-info
|
%{_bindir}/gvfs-info
|
||||||
@ -109,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 21 2008 Alexander Larsson <alexl@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@redhat.com> 0.1.2-1
|
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
|
||||||
- Update to 0.1.2
|
- Update to 0.1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user