From 6a1840aad504119b62ae96c1231e9bd2ac6fe330 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 6 Mar 2008 09:28:29 +0000 Subject: [PATCH] - Add patch that fixes a deadlock when foreign volume is removed --- gvfs.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gvfs.spec b/gvfs.spec index aabb40a..d357f02 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 0.1.11 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -26,6 +26,10 @@ BuildRequires: GConf2-devel BuildRequires: bluez-libs-devel >= 3.12 BuildRequires: expat-devel +# Patches from head +Patch0: daemon_mount_deadlock.patch + + %description The gvfs package provides backend implementations for the gio framework in GLib. It includes ftp, sftp, cifs. @@ -39,8 +43,12 @@ Requires: %{name} = %{version}-%{release} The gvfs-devel package contains headers and other files that are required to develop applications using gvfs. + + + %prep %setup -q +%patch0 -p1 -b .deadlock %build %configure @@ -134,6 +142,9 @@ killall -USR1 gvfsd > /dev/null || : %{_libdir}/libgvfscommon.so %changelog +* Thu Mar 6 2008 Tomas Bzatek - 0.1.11-2 +- Add patch that fixes a deadlock when foreign volume is removed + * Tue Mar 4 2008 Matthias Clasen - 0.1.11-1 - Update to 0.1.11