- Add patch that fixes a deadlock when foreign volume is removed
This commit is contained in:
parent
72d7f27a1d
commit
6a1840aad5
13
gvfs.spec
13
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 <tbzatek@redhat.com> - 0.1.11-2
|
||||
- Add patch that fixes a deadlock when foreign volume is removed
|
||||
|
||||
* Tue Mar 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
|
||||
- Update to 0.1.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user