ebf376
%define with_nfs 0
ebf376
ebf376
%global avahi_version 0.6
ebf376
%global fuse_version 2.8.0
ebf376
%global gettext_version 0.19.4
ebf376
%global glib2_version 2.51.0
ebf376
%global goa_version 3.17.1
ebf376
%global gudev_version 147
ebf376
%global libarchive_version 3.0.22
ebf376
%global libcdio_paranoia_version 0.78.2
ebf376
%global libgcrypt_version 1.2.2
ebf376
%global libgdata_version 0.17.9
ebf376
%global libgphoto2_version 2.5.0
ebf376
%global libimobiledevice_version 1.2
ebf376
%global libmtp_version 1.1.12
ebf376
%global libnfs_version 1.9.8
ebf376
%global libplist_version 0.15
ebf376
%global libsmbclient_version 3.4.0
ebf376
%global libsoup_version 2.42.0
ebf376
%global libusb_version 1.0.21
ebf376
%global systemd_version 206
ebf376
%global talloc_version 1.3.0
ebf376
%global udisks2_version 1.97
ebf376
ebf376
Name: gvfs
ebf376
Version: 1.36.2
ebf376
Release: 3%{?dist}
ebf376
Summary: Backends for the gio framework in GLib
ebf376
ebf376
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
ebf376
URL: https://wiki.gnome.org/Projects/gvfs
ebf376
Source0: https://download.gnome.org/sources/gvfs/1.36/gvfs-%{version}.tar.xz
ebf376
ebf376
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
ebf376
Patch0: gvfs-archive-integration.patch
ebf376
ebf376
# https://bugzilla.redhat.com/show_bug.cgi?id=1632960
ebf376
Patch1: daemon-Prevent-spawning-new-daemons-if-outgoing-oper.patch
ebf376
ebf376
# https://bugzilla.redhat.com/show_bug.cgi?id=1673887
ebf376
Patch2: admin-Prevent-access-if-any-authentication-agent-isn.patch
ebf376
ebf376
# https://bugzilla.redhat.com/show_bug.cgi?id=1619719
ebf376
Patch3: smbbrowse-Force-NT1-protocol-version-for-workgroup-s.patch
ebf376
ebf376
BuildRequires: pkgconfig
ebf376
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
ebf376
BuildRequires: pkgconfig(dbus-glib-1)
ebf376
BuildRequires: pkgconfig(gcr-3)
ebf376
BuildRequires: /usr/bin/ssh
ebf376
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version}
ebf376
BuildRequires: pkgconfig(gudev-1.0) >= %{gudev_version}
ebf376
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
ebf376
BuildRequires: pkgconfig(avahi-client) >= %{avahi_version}
ebf376
BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version}
ebf376
BuildRequires: pkgconfig(libsecret-1)
ebf376
BuildRequires: gettext-devel >= %{gettext_version}
ebf376
BuildRequires: pkgconfig(udisks2) >= %{udisks2_version}
ebf376
BuildRequires: pkgconfig(libbluray)
ebf376
BuildRequires: systemd-devel >= %{systemd_version}
ebf376
BuildRequires: pkgconfig(libxslt)
ebf376
BuildRequires: docbook-style-xsl
ebf376
BuildRequires: pkgconfig(polkit-gobject-1)
ebf376
BuildRequires: pkgconfig(libcap)
ebf376
ebf376
# The patch touches Makefile.am files:
ebf376
BuildRequires: automake autoconf
ebf376
BuildRequires: libtool
ebf376
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
Requires: glib2%{?_isa} >= %{glib2_version}
ebf376
Requires: udisks2 >= %{udisks2_version}
ebf376
ebf376
Requires(post): desktop-file-utils
ebf376
Requires(postun): desktop-file-utils
ebf376
ebf376
Obsoletes: gnome-mount <= 0.8
ebf376
Obsoletes: gnome-mount-nautilus-properties <= 0.8
ebf376
Obsoletes: gvfs-obexftp < 1.17.91-2
ebf376
ebf376
%description
ebf376
The gvfs package provides backend implementations for the gio
ebf376
framework in GLib. It includes ftp, sftp, cifs.
ebf376
ebf376
ebf376
%package  client
ebf376
Summary:  Client modules of backends for the gio framework in GLib
ebf376
Conflicts: %{name} < 1.25.2-2
ebf376
ebf376
%description client
ebf376
The gvfs package provides client modules of backend implementations for the gio
ebf376
framework in GLib.
ebf376
ebf376
ebf376
%package devel
ebf376
Summary: Development files for gvfs
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
ebf376
%description devel
ebf376
The gvfs-devel package contains headers and other files that are
ebf376
required to develop applications using gvfs.
ebf376
ebf376
ebf376
%package fuse
ebf376
Summary: FUSE support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(fuse) >= %{fuse_version}
ebf376
Requires: fuse >= %{fuse_version}
ebf376
ebf376
%description fuse
ebf376
This package provides support for applications not using gio
ebf376
to access the gvfs filesystems.
ebf376
ebf376
ebf376
%package smb
ebf376
Summary: Windows fileshare support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: libsmbclient-devel >= %{libsmbclient_version}
ebf376
BuildRequires: pkgconfig(talloc) >= %{talloc_version}
ebf376
ebf376
%description smb
ebf376
This package provides support for reading and writing files on windows
ebf376
shares (SMB) to applications using gvfs.
ebf376
ebf376
ebf376
%package archive
ebf376
Summary: Archiving support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(libarchive) >= %{libarchive_version}
ebf376
ebf376
%description archive
ebf376
This package provides support for accessing files inside Zip and Tar archives,
ebf376
as well as ISO images, to applications using gvfs.
ebf376
ebf376
ebf376
%package gphoto2
ebf376
Summary: gphoto2 support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(libgphoto2) >= %{libgphoto2_version}
ebf376
BuildRequires: libusb-devel >= %{libusb_version}
ebf376
BuildRequires: libexif-devel
ebf376
ebf376
%description gphoto2
ebf376
This package provides support for reading and writing files on
ebf376
PTP based cameras (Picture Transfer Protocol) and MTP based
ebf376
media players (Media Transfer Protocol) to applications using gvfs.
ebf376
ebf376
ebf376
%ifnarch s390 s390x
ebf376
%package afc
ebf376
Summary: AFC support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
Requires: usbmuxd
ebf376
BuildRequires: pkgconfig(libimobiledevice-1.0) >= %{libimobiledevice_version}
ebf376
BuildRequires: pkgconfig(libplist) >= %{libplist_version}
ebf376
ebf376
%description afc
ebf376
This package provides support for reading files on mobile devices
ebf376
including phones and music players to applications using gvfs.
ebf376
%endif
ebf376
ebf376
ebf376
%package afp
ebf376
Summary: AFP support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
ebf376
# this should ensure having this new subpackage installed on upgrade from older versions
ebf376
Obsoletes: %{name} < 1.9.4-1
ebf376
ebf376
%description afp
ebf376
This package provides support for reading and writing files on
ebf376
Mac OS X and original Mac OS network shares via Apple Filing Protocol
ebf376
to applications using gvfs.
ebf376
ebf376
ebf376
%package mtp
ebf376
Summary: MTP support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(libmtp) >= %{libmtp_version}
ebf376
ebf376
%description mtp
ebf376
This package provides support for reading and writing files on
ebf376
MTP based devices (Media Transfer Protocol) to applications using gvfs.
ebf376
ebf376
ebf376
%if 0%{?with_nfs}
ebf376
%package nfs
ebf376
Summary: NFS support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(libnfs) >= %{libnfs_version}
ebf376
ebf376
%description nfs
ebf376
This package provides support for reading and writing files on
ebf376
NFS network shares (Network File System) to applications using gvfs.
ebf376
%endif
ebf376
ebf376
ebf376
%package goa
ebf376
Summary: GOA support for gvfs
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
Requires: %{name}-client%{?_isa} = %{version}-%{release}
ebf376
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
ebf376
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
ebf376
Requires: libgdata%{?_isa} >= %{libgdata_version}
ebf376
ebf376
%description goa
ebf376
This package provides seamless integration with gnome-online-accounts
ebf376
file services.
ebf376
ebf376
%package  tests
ebf376
Summary:  Tests for the gvfs package
ebf376
Requires: %{name}%{?_isa} = %{version}-%{release}
ebf376
ebf376
%description tests
ebf376
The gvfs-tests package contains tests that can be used to verify
ebf376
the functionality of the installed gvfs package.
ebf376
ebf376
%prep
ebf376
%setup -q
ebf376
%patch0 -p1 -b .archive-integration
ebf376
%patch1 -p1 -b .daemon-Prevent-spawning-new-daemons-if-outgoing-oper
ebf376
%patch2 -p1 -b .admin-Prevent-access-if-any-authentication-agent-isn
ebf376
%patch3 -p1 -b .smbbrowse-Force-NT1-protocol-version-for-workgroup-s
ebf376
ebf376
# Needed for gvfs-0.2.1-archive-integration.patch
ebf376
autoreconf -fi
ebf376
ebf376
%build
ebf376
%configure \
ebf376
%if ! 0%{?with_nfs}
ebf376
        --disable-nfs \
ebf376
%endif
ebf376
        --disable-gdu \
ebf376
        --enable-udisks2 \
ebf376
        --enable-keyring \
ebf376
        --enable-installed-tests
ebf376
make %{?_smp_mflags} V=1
ebf376
ebf376
%install
ebf376
%make_install
ebf376
ebf376
rm $RPM_BUILD_ROOT%{_libdir}/gvfs/*.la
ebf376
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
ebf376
ebf376
# trashlib is GPLv3, include the license
ebf376
cp -p daemon/trashlib/COPYING COPYING.GPL3
ebf376
ebf376
%find_lang gvfs
ebf376
ebf376
%post
ebf376
/sbin/ldconfig
ebf376
# Reload .mount files:
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
update-desktop-database &> /dev/null || :
ebf376
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
ebf376
ebf376
%postun
ebf376
/sbin/ldconfig
ebf376
update-desktop-database &> /dev/null ||:
ebf376
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
ebf376
if [ $1 -eq 0 ] ; then
ebf376
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ebf376
fi
ebf376
ebf376
%posttrans
ebf376
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ebf376
ebf376
ebf376
# Reload .mount files when single subpackage is installed:
ebf376
%post smb
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%post gphoto2
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%post mtp
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%post goa
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%ifnarch s390 s390x
ebf376
%post afc
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%endif
ebf376
ebf376
%post archive
ebf376
update-desktop-database >&/dev/null || :
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
ebf376
%postun archive
ebf376
update-desktop-database >&/dev/null || :
ebf376
ebf376
%if 0%{?with_nfs}
ebf376
%post nfs
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
%endif
ebf376
ebf376
%post afp
ebf376
killall -USR1 gvfsd >&/dev/null || :
ebf376
ebf376
ebf376
%files
ebf376
%dir %{_datadir}/gvfs
ebf376
%dir %{_datadir}/gvfs/mounts
ebf376
%{_datadir}/gvfs/mounts/admin.mount
ebf376
%{_datadir}/gvfs/mounts/sftp.mount
ebf376
%{_datadir}/gvfs/mounts/trash.mount
ebf376
%{_datadir}/gvfs/mounts/cdda.mount
ebf376
%{_datadir}/gvfs/mounts/computer.mount
ebf376
%{_datadir}/gvfs/mounts/dav.mount
ebf376
%{_datadir}/gvfs/mounts/dav+sd.mount
ebf376
%{_datadir}/gvfs/mounts/http.mount
ebf376
%{_datadir}/gvfs/mounts/localtest.mount
ebf376
%{_datadir}/gvfs/mounts/burn.mount
ebf376
%{_datadir}/gvfs/mounts/dns-sd.mount
ebf376
%{_datadir}/gvfs/mounts/network.mount
ebf376
%{_datadir}/gvfs/mounts/ftp.mount
ebf376
%{_datadir}/gvfs/mounts/ftps.mount
ebf376
%{_datadir}/gvfs/mounts/recent.mount
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
ebf376
%dir %{_datadir}/gvfs/remote-volume-monitors
ebf376
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
ebf376
%{_datadir}/GConf/gsettings/*.convert
ebf376
%{_datadir}/glib-2.0/schemas/*.xml
ebf376
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
ebf376
%{_datadir}/polkit-1/rules.d/org.gtk.vfs.file-operations.rules
ebf376
%{_libdir}/gvfs/libgvfsdaemon.so
ebf376
%{_libexecdir}/gvfsd
ebf376
%{_libexecdir}/gvfsd-admin
ebf376
%{_libexecdir}/gvfsd-ftp
ebf376
%{_libexecdir}/gvfsd-sftp
ebf376
%{_libexecdir}/gvfsd-trash
ebf376
%{_libexecdir}/gvfsd-cdda
ebf376
%{_libexecdir}/gvfsd-computer
ebf376
%{_libexecdir}/gvfsd-dav
ebf376
%{_libexecdir}/gvfsd-http
ebf376
%{_libexecdir}/gvfsd-localtest
ebf376
%{_libexecdir}/gvfsd-burn
ebf376
%{_libexecdir}/gvfsd-dnssd
ebf376
%{_libexecdir}/gvfsd-network
ebf376
%{_libexecdir}/gvfsd-metadata
ebf376
%{_libexecdir}/gvfs-udisks2-volume-monitor
ebf376
%{_libexecdir}/gvfsd-recent
ebf376
%{_mandir}/man1/gvfsd.1*
ebf376
%{_mandir}/man1/gvfsd-metadata.1*
ebf376
%{_userunitdir}/gvfs-daemon.service
ebf376
%{_userunitdir}/gvfs-metadata.service
ebf376
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
ebf376
ebf376
%files client -f gvfs.lang
ebf376
%{!?_licensedir:%global license %%doc}
ebf376
%license COPYING COPYING.GPL3
ebf376
%doc AUTHORS NEWS README
ebf376
%dir %{_libdir}/gvfs
ebf376
%{_libdir}/gvfs/libgvfscommon.so
ebf376
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
ebf376
%{_libdir}/gio/modules/libgvfsdbus.so
ebf376
%{_mandir}/man7/gvfs.7*
ebf376
%{_bindir}/gvfs-*
ebf376
%{_mandir}/man1/gvfs-*
ebf376
ebf376
%files devel
ebf376
%dir %{_includedir}/gvfs-client
ebf376
%dir %{_includedir}/gvfs-client/gvfs
ebf376
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
ebf376
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
ebf376
ebf376
ebf376
%files fuse
ebf376
%{_libexecdir}/gvfsd-fuse
ebf376
%{_mandir}/man1/gvfsd-fuse.1*
ebf376
%{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
ebf376
ebf376
%files smb
ebf376
%{_libexecdir}/gvfsd-smb
ebf376
%{_libexecdir}/gvfsd-smb-browse
ebf376
%{_datadir}/gvfs/mounts/smb-browse.mount
ebf376
%{_datadir}/gvfs/mounts/smb.mount
ebf376
ebf376
ebf376
%files archive
ebf376
%{_datadir}/applications/mount-archive.desktop
ebf376
%{_libexecdir}/gvfsd-archive
ebf376
%{_datadir}/gvfs/mounts/archive.mount
ebf376
ebf376
ebf376
%files gphoto2
ebf376
%{_libexecdir}/gvfsd-gphoto2
ebf376
%{_datadir}/gvfs/mounts/gphoto2.mount
ebf376
%{_libexecdir}/gvfs-gphoto2-volume-monitor
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
ebf376
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
ebf376
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
ebf376
ebf376
%ifnarch s390 s390x
ebf376
%files afc
ebf376
%{_libexecdir}/gvfsd-afc
ebf376
%{_datadir}/gvfs/mounts/afc.mount
ebf376
%{_libexecdir}/gvfs-afc-volume-monitor
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
ebf376
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
ebf376
%{_userunitdir}/gvfs-afc-volume-monitor.service
ebf376
%endif
ebf376
ebf376
%files afp
ebf376
%{_libexecdir}/gvfsd-afp
ebf376
%{_libexecdir}/gvfsd-afp-browse
ebf376
%{_datadir}/gvfs/mounts/afp.mount
ebf376
%{_datadir}/gvfs/mounts/afp-browse.mount
ebf376
ebf376
%files mtp
ebf376
%{_libexecdir}/gvfsd-mtp
ebf376
%{_datadir}/gvfs/mounts/mtp.mount
ebf376
%{_libexecdir}/gvfs-mtp-volume-monitor
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
ebf376
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
ebf376
%{_userunitdir}/gvfs-mtp-volume-monitor.service
ebf376
ebf376
%if 0%{?with_nfs}
ebf376
%files nfs
ebf376
%{_libexecdir}/gvfsd-nfs
ebf376
# for privileged ports
ebf376
%caps(cap_net_bind_service=ep) %{_libexecdir}/gvfsd-nfs
ebf376
%{_datadir}/gvfs/mounts/nfs.mount
ebf376
%endif
ebf376
ebf376
%files goa
ebf376
%{_libexecdir}/gvfs-goa-volume-monitor
ebf376
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
ebf376
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
ebf376
%{_datadir}/gvfs/mounts/google.mount
ebf376
%{_libexecdir}/gvfsd-google
ebf376
%{_userunitdir}/gvfs-goa-volume-monitor.service
ebf376
ebf376
%files tests
ebf376
%dir %{_libexecdir}/installed-tests
ebf376
%{_libexecdir}/installed-tests/gvfs
ebf376
%{_datadir}/installed-tests
ebf376
ebf376
%changelog
ebf376
* Fri Feb 15 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-3
ebf376
- Force NT1 protocol version for workgroup support (#1619719)
ebf376
ebf376
* Thu Jan 31 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-2
ebf376
- Prevent spawning new daemons if outgoing operation exists (#1632960)
ebf376
- CVE-2019-3827: Prevent access if any authentication agent isn't available (#1673887)
ebf376
ebf376
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.36.2-1
ebf376
- Update to 1.36.2
ebf376
- Resolves: #1569268
ebf376
ebf376
* Fri Nov 10 2017 Ondrej Holy <oholy@redhat.com> - 1.30.4-5
ebf376
- Fix network backend crashes when creating proxy failed (#1465302)
ebf376
ebf376
* Wed Oct 11 2017 Ondrej Holy <oholy@redhat.com> - 1.30.4-4
ebf376
- Rebuild against newer libgphoto2 (#1500216)
ebf376
ebf376
* Tue Apr 18 2017 Ondrej Holy <oholy@redhat.com> - 1.30.4-3
ebf376
- Handle SecurID password prompt
ebf376
- Resolves: #1440256
ebf376
ebf376
* Tue Mar 28 2017 Ondrej Holy <oholy@redhat.com> - 1.30.4-2
ebf376
- Add explicit gvfs-client requirements
ebf376
- Resolves: #1386993
ebf376
ebf376
* Tue Mar 28 2017 Ondrej Holy <oholy@redhat.com> - 1.30.4-1
ebf376
- Update to 1.30.4
ebf376
- Resolves: #1386993
ebf376
ebf376
* Thu Feb 16 2017 Ondrej Holy <oholy@redhat.com> - 1.30.3-1
ebf376
- Update to 1.30.3
ebf376
- Disable nfs support (#1387270)
ebf376
- Revert desktop database scriplets
ebf376
- Resolves: #1386993, #1399343, #1306146, #1259746, #1344317
ebf376
ebf376
* Mon Jun 27 2016 Ondrej Holy <oholy@redhat.com> - 1.22.4-8
ebf376
- Update translations
ebf376
- Resolves: #1304254
ebf376
ebf376
* Tue Apr  5 2016 Matthias Clasen <mclasen@redhat.com> - 1.22.4-7
ebf376
- Update translations
ebf376
- Resolves: #1304254
ebf376
ebf376
* Fri Oct 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.22.4-6
ebf376
- Properly handle failure to create a remote proxy
ebf376
- Resolves: #1221695
ebf376
ebf376
* Wed Sep 30 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.22.4-5
ebf376
- Guard access to the internal caches of the proxy volume monitor
ebf376
- Resolves: #1221695
ebf376
ebf376
* Tue Aug 4 2015 Ondrej Holy <oholy@redhat.com> - 1.22.4-4
ebf376
- Handle libsecret errors
ebf376
- Resolves: #1230974
ebf376
ebf376
* Fri Jun 12 2015 Ondrej Holy <oholy@redhat.com> - 1.22.4-3
ebf376
- Fix gvfs-open issues
ebf376
- Resolves: #1229178
ebf376
ebf376
* Fri May 15 2015 Ondrej Holy <oholy@redhat.com> - 1.22.4-2
ebf376
- Add translation updates from translation team
ebf376
- Resolves: #1174716
ebf376
ebf376
* Tue May 5 2015 Ondrej Holy <oholy@redhat.com> - 1.22.4-1
ebf376
- Update to 1.22.4
ebf376
- Remove obsolete upstream patches
ebf376
- Add translations updates from upstream
ebf376
- Resolves: #1174716
ebf376
ebf376
* Thu Apr 23 2015 Ondrej Holy <oholy@redhat.com> - 1.16.4-9
ebf376
- Add missing man page (#948924)
ebf376
ebf376
* Tue Jan 6 2015 Ondrej Holy <oholy@redhat.com> - 1.16.4-8
ebf376
- Avoid endless looping when the metatree entry is too large (#1163743)
ebf376
ebf376
* Mon Feb 24 2014 Matthias Clasen <mclasen@redhat.com> - 1.16.4-7
ebf376
- Rebuild against newer libcdio
ebf376
Resolves: #1069206
ebf376
ebf376
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.16.4-6
ebf376
- Mass rebuild 2014-01-24
ebf376
ebf376
* Thu Jan 9 2014 Ondrej Holy <oholy@redhat.com> - 1.16.4-5
ebf376
- Fix mtp crashes (#1042899)
ebf376
ebf376
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.16.4-4
ebf376
- Mass rebuild 2013-12-27
ebf376
ebf376
* Thu Dec 12 2013 Ondrej Holy <oholy@redhat.com> - 1.16.4-3
ebf376
- Translation updates (#1030357)
ebf376
ebf376
* Fri Dec 6 2013 Ondrej Holy <oholy@redhat.com> - 1.16.4-2
ebf376
- Fix mtp crashes during unmount (#1031578)
ebf376
ebf376
* Fri Dec 6 2013 Ondrej Holy <oholy@redhat.com> - 1.16.4-1
ebf376
- Update to 1.16.4 (#1038744)
ebf376
ebf376
* Fri Nov 22 2013 Ondrej Holy <oholy@redhat.com> 1.16.3-4
ebf376
- MTP reading support (#1031584)
ebf376
ebf376
* Fri Oct 11 2013 Ondrej Holy <oholy@redhat.com> 1.16.3-3
ebf376
- Drop obexftp subpackage due to serious problems (#1020348)
ebf376
ebf376
* Thu Jun 20 2013 Bastien Nocera <bnocera@redhat.com> 1.16.3-2
ebf376
- Fix gvfs-afc crashes due to new libimobiledevice (#951731)
ebf376
ebf376
* Fri Jun 14 2013 Kalev Lember <kalevlember@gmail.com> - 1.16.3-1
ebf376
- Update to 1.16.3
ebf376
ebf376
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.16.2-2
ebf376
- gvfs-archive: Add the update-desktop-database rpm scriptlets (#954214)
ebf376
ebf376
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.16.2-1
ebf376
- Update to 1.16.2
ebf376
ebf376
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.16.1-1
ebf376
- Update to 1.16.1
ebf376
ebf376
* Thu Mar 28 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.16.0-1
ebf376
- Update to 1.16.0
ebf376
ebf376
* Wed Mar 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.15.4-2
ebf376
- Rebuild for new libimobiledevice
ebf376
ebf376
* Mon Mar 04 2013 Richard Hughes <rhughes@redhat.com> - 1.15.4-1
ebf376
- Update to 1.15.4
ebf376
ebf376
* Wed Feb  6 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-2
ebf376
- Install systemd tmpfiles.d exclusion file for gvfs-fuse (#902743)
ebf376
ebf376
* Tue Feb  5 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-1
ebf376
- Update to 1.15.3
ebf376
ebf376
* Tue Jan 15 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.2-1
ebf376
- Update to 1.15.2
ebf376
ebf376
* Mon Jan 07 2013 Adrian Reber <adrian@lisas.de> - 1.15.1-3
ebf376
- Rebuilt for libcdio-0.90
ebf376
ebf376
* Wed Dec 19 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-2
ebf376
- Rebuilt for new udisks
ebf376
ebf376
* Tue Dec 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-1
ebf376
- Update to 1.15.1
ebf376
ebf376
* Fri Dec  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-3
ebf376
- Enable verbose build messages
ebf376
- Remove deprecated Encoding key from mount-archive.desktop
ebf376
ebf376
* Tue Nov  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-2
ebf376
- Clarify licensing
ebf376
- Explicitly disable HAL
ebf376
ebf376
* Mon Oct 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-1
ebf376
- Update to 1.15.0
ebf376
ebf376
* Tue Sep 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.14.0-1
ebf376
- Update to 1.14.0
ebf376
ebf376
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 1.13.9-1
ebf376
- Update to 1.13.9
ebf376
ebf376
* Wed Sep  5 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.8-1
ebf376
- Update to 1.13.8
ebf376
ebf376
* Wed Aug 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.7-3
ebf376
- Bring archive mounter back
ebf376
ebf376
* Mon Aug 27 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1.13.7-2
ebf376
- Make sure keyring integration is enabled
ebf376
ebf376
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
ebf376
- Update to 1.13.7
ebf376
ebf376
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1.13.4-1
ebf376
- Update to 1.13.4
ebf376
ebf376
* Tue Aug  7 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-4
ebf376
- add BR: docbook-style-xsl so that gvfs actually builds
ebf376
ebf376
* Sun Aug  5 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-3
ebf376
- add patch to fix gvfs build against libgphoto2 (inspired by SUSE)
ebf376
ebf376
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.3-2
ebf376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ebf376
ebf376
* Mon Jul 16 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.3-1
ebf376
- Update to 1.13.3
ebf376
ebf376
* Mon Jul 16 2012 Nils Philippsen <nils@redhat.com> - 1.13.2-2
ebf376
- rebuild for new libgphoto2
ebf376
ebf376
* Tue Jun 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.2-1
ebf376
- Update to 1.13.2
ebf376
ebf376
* Mon Jun  4 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.1-1
ebf376
- Update to 1.13.1
ebf376
ebf376
* Wed May  2 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.0-1
ebf376
- Update to 1.13.0
ebf376
ebf376
* Fri Apr 27 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.2-1
ebf376
- Update to 1.12.2
ebf376
- Backport multiseat patches from master
ebf376
ebf376
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-3
ebf376
- Silence rpm scriptlet output
ebf376
ebf376
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-2
ebf376
- Rebuild again for new libimobiledevice and usbmuxd
ebf376
ebf376
* Tue Apr 17 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.1-1
ebf376
- Update to 1.12.1
ebf376
ebf376
* Thu Apr 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.12.0-2
ebf376
- Rebuild for new libimobiledevice and usbmuxd
ebf376
ebf376
* Mon Mar 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.0-1
ebf376
- Update to 1.12.0
ebf376
ebf376
* Tue Mar 20 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.5-1
ebf376
- Update to 1.11.5
ebf376
ebf376
* Fri Feb 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.4-1
ebf376
- Update to 1.11.4
ebf376
ebf376
* Tue Feb  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-1
ebf376
- Update to 1.11.3
ebf376
ebf376
* Fri Feb  3 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.4.20120120
ebf376
- Exclude the obexftp package from s390 builds
ebf376
ebf376
* Wed Jan 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.3.20120120
ebf376
- Rebuilt for new libarchive
ebf376
ebf376
* Tue Jan 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.2.20120120
ebf376
- Add udisks2 runtime Requires
ebf376
ebf376
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.3-0.1.20120120-1
ebf376
- Prelease that works with udisks2
ebf376
ebf376
* Wed Jan 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.2-1
ebf376
- Update to 1.11.2
ebf376
ebf376
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-2
ebf376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ebf376
ebf376
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1
ebf376
- Update to 1.11.1
ebf376
ebf376
* Tue Dec 13 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-5
ebf376
- Rebuilt for new libbluray
ebf376
ebf376
* Sun Nov 20 2011 Adrian Reber <adrian@lisas.de> - 1.11.0-4
ebf376
- Rebuild for libcdio-0.83
ebf376
ebf376
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.11.0-3
ebf376
- Rebuild for new libarchive
ebf376
ebf376
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-2
ebf376
- Rebuilt for glibc bug#747377
ebf376
ebf376
* Wed Oct 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-1
ebf376
- Update to 1.11.0
ebf376
ebf376
* Mon Oct 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.10.1-1
ebf376
- Update to 1.10.1
ebf376
ebf376
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.10.0-1
ebf376
- Update to 1.10.0
ebf376
ebf376
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.5-1
ebf376
- Update to 1.9.5
ebf376
ebf376
* Tue Aug 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.4-1
ebf376
- Update to 1.9.4
ebf376
- New AFP backend in separate subpackage
ebf376
ebf376
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.3-1
ebf376
- Update to 1.9.3
ebf376
- Drop obsolete patches
ebf376
- Clean up spec a bit
ebf376
ebf376
* Wed Jul 27 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
ebf376
- Update to 1.9.2
ebf376
- Enable real statfs calls in the fuse daemon
ebf376
ebf376
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.1-1
ebf376
- Update to 1.9.1
ebf376
ebf376
* Mon May 09 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.0-1
ebf376
- Update to 1.9.0
ebf376
ebf376
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.8.1-2
ebf376
- Update gsettings scriptlet
ebf376
ebf376
* Tue Apr 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.1-1
ebf376
- Update to 1.8.1
ebf376
ebf376
* Fri Apr 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-3
ebf376
- Build without HAL -> expect obexftp breakage.
ebf376
ebf376
* Mon Apr 18 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-2
ebf376
- Fix threadsafety of closing channels
ebf376
- Fix d-bus messages leaks
ebf376
- Fix /dev symlink checks in gdu volume monitor
ebf376
ebf376
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
ebf376
- Update to 1.8.0
ebf376
ebf376
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.3-1
ebf376
- Update to 1.7.3
ebf376
ebf376
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
ebf376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ebf376
ebf376
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.7.2-1
ebf376
- Update to 1.7.2
ebf376
ebf376
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.7.1-1
ebf376
- Update to 1.7.1
ebf376
ebf376
* Thu Dec  2 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.7.0-1
ebf376
- Update to 1.7.0
ebf376
ebf376
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.5-1
ebf376
- Update to 1.6.5
ebf376
- Drop upstreamed patches
ebf376
ebf376
* Mon Nov  1 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-4
ebf376
- Use correct "usb:" address for GPhoto mounts with gudev (#642836)
ebf376
ebf376
* Wed Oct 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-3
ebf376
- FUSE: Add O_TRUNC support for open()
ebf376
ebf376
* Mon Oct  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-2
ebf376
- Fix sftp poll timeout
ebf376
ebf376
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.4-1
ebf376
- Update to 1.6.4
ebf376
ebf376
* Wed Sep  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.3-3
ebf376
- Fix smb daemons deadlock due to GConf initialization
ebf376
ebf376
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 1.6.3-2
ebf376
- s390(x) machines can't connect mobile phones or players
ebf376
ebf376
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.3-1
ebf376
- Update to 1.6.3
ebf376
ebf376
* Thu May 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.2-1
ebf376
- Update to 1.6.2
ebf376
ebf376
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-3
ebf376
- Fix Nautilus 100% CPU after trashing a file with an emblem (#584784)
ebf376
ebf376
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-2
ebf376
- Explicitly require minimal glib2 version (#585912)
ebf376
ebf376
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-1
ebf376
- Update to 1.6.1
ebf376
ebf376
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.0-2
ebf376
- Use update-gio-modules
ebf376
ebf376
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.0-1
ebf376
- Update to 1.6.0
ebf376
ebf376
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 1.5.5-3
ebf376
- Fix build with new libimobiledevice
ebf376
- Don't mount both gphoto and AFC mounts on AFC devices
ebf376
ebf376
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.5.5-2
ebf376
- Rebuild for new stable libimobiledevice 
ebf376
ebf376
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.5-1
ebf376
- Update to 1.5.5
ebf376
ebf376
* Thu Feb 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-2
ebf376
- Re-add missing service files
ebf376
ebf376
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
ebf376
- Update to 1.5.4
ebf376
ebf376
* Mon Feb 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-2
ebf376
- sftp: fix crash on unmount
ebf376
ebf376
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-1
ebf376
- Update to 1.5.3
ebf376
ebf376
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-5
ebf376
- ftp: backport several PASV/EPSV fixes from master (#542205, #555033)
ebf376
ebf376
* Fri Feb  5 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-4
ebf376
- AFC: Use new libimobiledevice library
ebf376
ebf376
* Tue Jan 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-3
ebf376
- Fix AFC build against new libiphone
ebf376
ebf376
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.2-2
ebf376
- Update the GIO module cache
ebf376
ebf376
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-1
ebf376
- Update to 1.5.2
ebf376
ebf376
* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> - 1.5.1-6
ebf376
- Rebuild for libcdio-0.82
ebf376
ebf376
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-5
ebf376
- Avoid crash on race to mount gvfstrash (#555337)
ebf376
- Nuke HAL volume monitor
ebf376
ebf376
* Tue Jan 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-4
ebf376
- Don't leak mount job operation (#552842)
ebf376
- Recognize gphoto2 cameras which don't implement get storageinfo (#552856)
ebf376
- ObexFTP: Use a private D-Bus connection for obex-data-server (#539347)
ebf376
ebf376
* Tue Dec 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-3
ebf376
- Rebuilt against new libiphone
ebf376
ebf376
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-2
ebf376
- Metadata fixes
ebf376
- SMB: Fix free space calculation for older samba servers
ebf376
- fuse: Fix setting timestamps
ebf376
ebf376
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-1
ebf376
- Update to 1.5.1
ebf376
- AFC: temporarily disable setting file modification times
ebf376
ebf376
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 1.4.1-6
ebf376
- Add obsoletes for gnome-mount
ebf376
ebf376
* Thu Nov 12 2009 Bastien Nocera <bnocera@redhat.com> 1.4.1-5
ebf376
- Add obsoletes for gnome-vfs2-obexftp
ebf376
ebf376
* Tue Nov 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-4
ebf376
- SMB: Support querying filesystem size and free space
ebf376
ebf376
* Tue Nov  3 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-3
ebf376
- gdu-volume-monitor: don't crash on NULL devices (#529982)
ebf376
ebf376
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-2
ebf376
- Reload .mount files when single package is installed
ebf376
ebf376
* Tue Oct 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-1
ebf376
- Update to 1.4.1
ebf376
ebf376
* Fri Oct 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-7
ebf376
- HTTP: Support g_file_input_stream_query_info()
ebf376
- HTTP: Use libsoup header parsing function
ebf376
- Set correct MIME type for MTP music players
ebf376
ebf376
* Wed Oct 14 2009 Bastien Nocera <bnocera@redhat.com> 1.4.0-6
ebf376
- Fix crasher in ObexFTP (#528181)
ebf376
ebf376
* Fri Oct  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-5
ebf376
- Don't always overwrite on trash restore
ebf376
- Separate "Safely Remove Drive" from "Eject"
ebf376
- Don't advertise can_poll for drives not using removable media
ebf376
- Disallow mounting empty drives
ebf376
- Disallow ejecting empty drives
ebf376
- Silently drop eject error messages when detaching drive
ebf376
ebf376
* Thu Oct  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-4
ebf376
- Fix Nautilus not displaying friendly icons for SSH-connected system (#526892)
ebf376
- Actually apply the logical partitions patch
ebf376
ebf376
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-3
ebf376
- Consider logical partitions when deciding if a drive should be ignored
ebf376
ebf376
* Tue Sep 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-2
ebf376
- Fix the lack of icons in the http backend
ebf376
ebf376
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-1
ebf376
- Update to 1.4.0
ebf376
ebf376
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 1.3.6-2
ebf376
- Rebuilt with new fuse
ebf376
ebf376
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.6-1
ebf376
- Update to 1.3.6
ebf376
ebf376
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-2
ebf376
- Don't mount interactively during login
ebf376
ebf376
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-1
ebf376
- Update to 1.3.5
ebf376
ebf376
* Mon Aug 17 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-7
ebf376
- Fix Nautilus can't create "untitled folder" on sftp mounts (#512611)
ebf376
ebf376
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-6
ebf376
- Update AFC patch
ebf376
ebf376
* Thu Aug 13 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-5
ebf376
- More complete fix for DAV mount path prefix issues
ebf376
ebf376
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-4
ebf376
- Fix crash on startup for the afc volume monitor
ebf376
ebf376
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-3
ebf376
- libgudev-devel is required for the gphoto2 monitor
ebf376
ebf376
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-2
ebf376
- Add AFC backend
ebf376
ebf376
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.4-1
ebf376
- Update to 1.3.4
ebf376
ebf376
* Fri Aug  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-3
ebf376
- Fix bad mount prefix stripping (part of #509612)
ebf376
- Fix gvfsd-sftp segfault when asking a question
ebf376
- Enable tar+xz in the archive mounter
ebf376
ebf376
* Tue Aug  4 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-2
ebf376
- Fix gedit crashed with SEGV in strlen()
ebf376
- Fix SMB protocol not handled when opening from a bookmark (#509832)
ebf376
ebf376
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.3-1
ebf376
- Update to 1.3.3
ebf376
ebf376
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-3
ebf376
- Rebuild
ebf376
ebf376
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
ebf376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ebf376
ebf376
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-1
ebf376
- Update to 1.3.2
ebf376
- Drop upstreamed patches
ebf376
ebf376
* Mon Jun 22 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.1-2
ebf376
- Bump version requirements
ebf376
- Backport FTP and Computer backend patches from master
ebf376
ebf376
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.1-1
ebf376
- Update to 1.3.1
ebf376
- Drop obsolete patches
ebf376
ebf376
* Fri Jun 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-3
ebf376
- Move bash-completion out of profile.d (#466883)
ebf376
ebf376
* Mon Jun  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-2
ebf376
- SFTP: Increase timeout (#504339)
ebf376
ebf376
* Mon May 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-1
ebf376
- Update to 1.2.3
ebf376
- Prevent deadlocks in dnssd resolver (#497631)
ebf376
ebf376
* Tue May 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.2-5
ebf376
- Require separate libtalloc to fix libsmbclient
ebf376
- Ref the infos in next_files_finish (gnome #582195)
ebf376
- FTP: parse file sizes > 4GB correctly (#499286)
ebf376
- CDDA: allow query well-formed filenames only (#499266)
ebf376
ebf376
* Sat May 02 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-4
ebf376
- Don't show drives that are supposed to be hidden (#498649)
ebf376
- Only automount if media or drive was just inserted - this fixes
ebf376
  a problem with spurious automounts when partitioning/formatting
ebf376
ebf376
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-3
ebf376
- Sync with the gdu-volume-monitor branch
ebf376
ebf376
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 1.2.2-2
ebf376
- Add ssh-auth-sock patch from svn
ebf376
ebf376
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.2-1
ebf376
- Update to 1.2.2
ebf376
- Allow eject even on non-ejectable devices
ebf376
ebf376
* Sat Apr 11 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-5
ebf376
- Don't show drives in computer:/// if media is available but
ebf376
  no volumes are recognized (#495152)
ebf376
ebf376
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-4
ebf376
- No need for bash completion to be executable
ebf376
ebf376
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-3
ebf376
- Clean up gdu patches and bump BR for gdu to 0.3
ebf376
- Avoiding showing volume for ignored mounts (#495033)
ebf376
ebf376
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-2
ebf376
- Avoid automounting device-mapper devices and similar (#494144)
ebf376
ebf376
* Thu Apr  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-1
ebf376
- Update to 1.2.1
ebf376
ebf376
* Wed Mar 18 2009 David Zeuthen <davidz@redhat.com> - 1.2.0-2
ebf376
- GNOME #575728 - crash in Open Folder: mounting a crypto volume
ebf376
ebf376
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.0-1
ebf376
- Update to 1.2.0
ebf376
ebf376
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-2
ebf376
- Fix 100% cpu usage when connecting to a ssh key and denying key access
ebf376
- Fix monitors leak
ebf376
ebf376
* Tue Mar 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-1
ebf376
- Update to 1.1.8
ebf376
ebf376
* Mon Mar  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-5
ebf376
- Expose device file attribute for all items in computer://
ebf376
ebf376
* Fri Mar  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-4
ebf376
- Fix volume lists not filled correctly
ebf376
ebf376
* Wed Mar  4 2009 David Zeuthen <davidz@redhat.com> - 1.1.7-3
ebf376
- Update GVfs gdu patch to fix mount detection confusion (#488399)
ebf376
ebf376
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.7-2
ebf376
- Port to DeviceKit-disks
ebf376
ebf376
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-1
ebf376
- Update to 1.1.7
ebf376
ebf376
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
ebf376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ebf376
ebf376
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.6-1
ebf376
- Update to 1.1.6
ebf376
ebf376
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.5-1
ebf376
- Update to 1.1.5
ebf376
ebf376
* Wed Jan 28 2009 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-2
ebf376
- ObexFTP write support
ebf376
ebf376
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.4-1
ebf376
- Update to 1.1.4
ebf376
ebf376
* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> - 1.1.3-4
ebf376
- Rebuild for libcdio-0.81
ebf376
ebf376
* Mon Jan 12 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-3
ebf376
- Fix dav+sd.mount
ebf376
ebf376
* Fri Jan  9 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-2
ebf376
- Support moving files in the burn backend
ebf376
ebf376
* Tue Jan  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.3-1
ebf376
- Update to 1.1.3
ebf376
ebf376
* Wed Dec 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.2-2
ebf376
- Update the smb-browse auth patch
ebf376
ebf376
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 1.1.2-1
ebf376
- Update to 1.1.2
ebf376
ebf376
* Fri Dec 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-5
ebf376
- FTP: Fix PASV connections
ebf376
ebf376
* Tue Dec  9 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-4
ebf376
- Add support for .tar.lzma archives in archive mounter
ebf376
ebf376
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-3
ebf376
- Added experimental smb-browse auth patch
ebf376
ebf376
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.1-2
ebf376
- Update file lists to include the dav+sd backend
ebf376
ebf376
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-1
ebf376
- Update to 1.1.1
ebf376
ebf376
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.3-1
ebf376
- Update to 1.0.3
ebf376
ebf376
* Fri Nov  7 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-4
ebf376
- SMB: timestamp setting support (#461505)
ebf376
ebf376
* Tue Nov  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-3
ebf376
- Return an empty array on success when no content type
ebf376
  matches (#468946)
ebf376
ebf376
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 1.0.2-2
ebf376
- Don't return generic fallback icons for files,
ebf376
  as this means custom mimetypes don't work (from svn)
ebf376
ebf376
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-1
ebf376
- Update to 1.0.2
ebf376
ebf376
* Tue Oct  7 2008 Tomas Bzatek <tbzatek@redhat.com>  - 1.0.1-5
ebf376
- Don't make warnings fatal (resolves #465693)
ebf376
ebf376
* Wed Oct  1 2008 David Zeuthen <davidz@redhat.com>  - 1.0.1-4
ebf376
- Add patch for reverse mapping FUSE paths (bgo #530654)
ebf376
ebf376
* Mon Sep 29 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-3
ebf376
- Fix mounting
ebf376
ebf376
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1-2
ebf376
- Update obexftp patch from upstream
ebf376
ebf376
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-1
ebf376
- Update to 1.0.1
ebf376
ebf376
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.0-2
ebf376
- Update to 1.0.0
ebf376
ebf376
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-6
ebf376
- Update patch for missing file
ebf376
ebf376
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-5
ebf376
- Updated patch, fixed deadlock whilst mounting
ebf376
ebf376
* Wed Sep 17 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-4
ebf376
- Actually apply the kerberos patch
ebf376
ebf376
* Tue Sep 16 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-3
ebf376
- SMB: Fix kerberos authentication
ebf376
ebf376
* Mon Sep 15 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.8-2
ebf376
- Update to 0.99.8
ebf376
ebf376
* Mon Sep 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-4
ebf376
- Update for BlueZ and obex-data-server D-Bus API changes
ebf376
ebf376
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.7.1-3
ebf376
- Rebuild 
ebf376
ebf376
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-2
ebf376
- Somebody made the build system be obnoxious and point out my
ebf376
  errors in obvious ways
ebf376
ebf376
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-1
ebf376
- Update to 0.99.7.1
ebf376
ebf376
* Tue Sep  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.6-1
ebf376
- Update to 0.99.6
ebf376
ebf376
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.5-3
ebf376
- Add a comma
ebf376
ebf376
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.5-2
ebf376
- Update some descriptions
ebf376
ebf376
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.5-1
ebf376
- Update to 0.99.5
ebf376
ebf376
* Mon Aug  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.4-1
ebf376
- Update to 0.99.4
ebf376
ebf376
* Sun Jul 27 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-2
ebf376
- Use standard icon names
ebf376
ebf376
* Wed Jul 23 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-1
ebf376
- Update to 0.99.3
ebf376
ebf376
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.2-1
ebf376
- Update to 0.99.2
ebf376
- Split out backends to separate packages
ebf376
ebf376
* Tue Jun 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-3
ebf376
- gvfsd-trash: Skip autofs mounts
ebf376
ebf376
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-2
ebf376
- Fix transfer of whole directories from FTP (#448560)
ebf376
ebf376
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.1-1
ebf376
- Update to 0.99.1
ebf376
ebf376
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.4-1
ebf376
- Update to 0.2.4
ebf376
ebf376
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-10
ebf376
- Add application/zip to the supported mime types for the archive
ebf376
  backend (launchpad #211697)
ebf376
ebf376
* Sun Apr 19 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-9
ebf376
- Ensure archive mounts are read-only and turn on thumbnailing on them
ebf376
- Update fuse threading patch
ebf376
ebf376
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-8
ebf376
- Fix thread-safety issues in gvfs-fuse-daemon
ebf376
- Prevent dbus from shutting us down unexpectedly
ebf376
ebf376
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-7
ebf376
- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)
ebf376
ebf376
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6
ebf376
- Reenable gphoto automounting 
ebf376
- Support unmounting all mounts for a scheme
ebf376
ebf376
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-5
ebf376
- Fix hangs when unmounting gphoto mounts
ebf376
ebf376
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-4
ebf376
- Only show mounts in /media and inside $HOME (#442189)
ebf376
ebf376
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-3
ebf376
- Fix a bug that causes application crashes (#441084)
ebf376
ebf376
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-2
ebf376
- Fix a crash of the fuse daemon on 64bit
ebf376
ebf376
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-1
ebf376
- Update to 0.2.3
ebf376
ebf376
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
ebf376
- Update to 0.2.2
ebf376
ebf376
* Tue Mar 25 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-4
ebf376
- Moved fuse stuff to a dedicated package
ebf376
ebf376
* Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
ebf376
- Add patch with simple archive backend UI integration
ebf376
ebf376
* Tue Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
ebf376
- Added libarchive dependency for archive backend
ebf376
- Require new libsmbclient in order to get smb backend working again
ebf376
ebf376
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
ebf376
- Update to 0.2.1 (archive backend temporarily disabled)
ebf376
ebf376
* Mon Mar 17 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-2
ebf376
- Silence %%post
ebf376
ebf376
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-1
ebf376
- Update to 0.2.0.1
ebf376
ebf376
* Thu Mar  6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
ebf376
- Add patch that fixes a deadlock when foreign volume is removed
ebf376
ebf376
* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.1.11-1
ebf376
- Update to 0.1.11
ebf376
ebf376
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
ebf376
- Update to 0.1.10
ebf376
ebf376
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
ebf376
- Update to 0.1.8
ebf376
ebf376
* Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
ebf376
- Add patch that fixes a smb bug that can cause short reads when copying files
ebf376
ebf376
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
ebf376
- Fix double free in hal volume monitor
ebf376
- Ensure gconf module is built by adding build dep
ebf376
ebf376
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
ebf376
- Update to 0.1.7
ebf376
ebf376
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
ebf376
- Update to 0.1.6
ebf376
ebf376
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
ebf376
- Update to 0.1.5
ebf376
- Reenable http/dav 
ebf376
ebf376
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2 
ebf376
- Remove the http/dav stuff for now, as we don't have the latest libsoup
ebf376
ebf376
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
ebf376
- Update to 0.1.4
ebf376
- Send USR1 in post to reload config
ebf376
ebf376
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
ebf376
- Update to 0.1.2
ebf376
ebf376
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
ebf376
- Update to 0.1.1
ebf376
ebf376
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
ebf376
- Initial packaging