fix dav+sd.mount

This commit is contained in:
Matthias Clasen 2009-01-12 17:34:35 +00:00
parent 92a5638e77
commit 50fc2ca213
2 changed files with 17 additions and 1 deletions

9
gvfs-dav+sd-mount.patch Normal file
View File

@ -0,0 +1,9 @@
diff -up gvfs-1.1.3/daemon/dav+sd.mount.dav+sd-mount gvfs-1.1.3/daemon/dav+sd.mount
--- gvfs-1.1.3/daemon/dav+sd.mount.dav+sd-mount 2009-01-12 12:29:37.000000000 -0500
+++ gvfs-1.1.3/daemon/dav+sd.mount 2009-01-12 12:29:48.000000000 -0500
@@ -1,4 +1,4 @@
[Mount]
Type=dav+sd;davs+sd
-Exec=/usr/local/libexec/gvfsd-dav
+Exec=/usr/libexec/gvfsd-dav
AutoMount=false

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 1.1.3
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -34,6 +34,9 @@ Patch1: gvfs-0.99.2-archive-integration.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=565041
Patch2: gvfs-burn-move.patch
# fixed correctly upstream
Patch3: gvfs-dav+sd-mount.patch
%description
The gvfs package provides backend implementations for the gio
framework in GLib. It includes ftp, sftp, cifs.
@ -116,6 +119,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
%setup -q
%patch1 -p0 -b .archive-integration
%patch2 -p0 -b .burn-move
%patch3 -p1 -b .dav+sd-mount
%build
@ -256,6 +260,9 @@ update-desktop-database &> /dev/null ||:
%changelog
* Mon Jan 12 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.3-3
- Fix dav+sd.mount
* Fri Jan 9 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.3-2
- Support moving files in the burn backend