fix dav+sd.mount
This commit is contained in:
parent
92a5638e77
commit
50fc2ca213
9
gvfs-dav+sd-mount.patch
Normal file
9
gvfs-dav+sd-mount.patch
Normal 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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user