7d234d
%define _unpackaged_files_terminate_build 0
7d234d
7d234d
%global avahi_version 0.6
7d234d
%global fuse_version 2.8.0
7d234d
%global gettext_version 0.19.4
7d234d
%global glib2_version 2.51.0
7d234d
%global goa_version 3.17.1
7d234d
%global gsettings_desktop_schemas_version 3.28.1-2
7d234d
%global gudev_version 147
7d234d
%global libarchive_version 3.0.22
7d234d
%global libcdio_paranoia_version 0.78.2
7d234d
%global libgcrypt_version 1.2.2
7d234d
%global libgdata_version 0.17.9
7d234d
%global libgphoto2_version 2.5.0
7d234d
%global libimobiledevice_version 1.2
7d234d
%global libmtp_version 1.1.12
7d234d
%global libnfs_version 1.9.8
7d234d
%global libplist_version 0.15
7d234d
%global libsmbclient_version 3.4.0
7d234d
%global libsoup_version 2.42.0
7d234d
%global libusb_version 1.0.21
7d234d
%global systemd_version 206
7d234d
%global talloc_version 1.3.0
7d234d
%global udisks2_version 1.97
7d234d
7d234d
Name: gvfs
7d234d
Version: 1.36.2
7d234d
Release: 10%{?dist}
7d234d
Summary: Backends for the gio framework in GLib
7d234d
7d234d
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
7d234d
URL: https://wiki.gnome.org/Projects/gvfs
7d234d
Source0: https://download.gnome.org/sources/gvfs/1.36/gvfs-%{version}.tar.xz
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1673888
7d234d
Patch0: admin-Prevent-access-if-any-authentication-agent-isn.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1662193
7d234d
Patch1: udisks2-Handle-lockdown-option-to-disable-writing.patch
7d234d
Patch2: daemon-Handle-lockdown-option-to-disable-writing.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1729885
7d234d
Patch3: gvfsdaemon-Check-that-the-connecting-client-is-the-s.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1739117
7d234d
Patch4: daemon-Prevent-spawning-new-daemons-if-outgoing-oper.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1739116
7d234d
Patch5: smbbrowse-Force-NT1-protocol-version-for-workgroup-s.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1754506
7d234d
Patch6: admin-Add-query_info_on_read-write-functionality.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1752926
7d234d
Patch7: admin-Use-fsuid-to-ensure-correct-file-ownership.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1753972
7d234d
Patch8: admin-Ensure-correct-ownership-when-moving-to-file-u.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1759075
7d234d
Patch9: udisks2-Fix-crashes-caused-by-missing-source-tag.patch
7d234d
7d234d
# https://bugzilla.redhat.com/show_bug.cgi?id=1569868
7d234d
Patch10: smb-Improve-enumeration-performance.patch
7d234d
7d234d
BuildRequires: pkgconfig
7d234d
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
7d234d
BuildRequires: pkgconfig(dbus-glib-1)
7d234d
BuildRequires: pkgconfig(gcr-3)
7d234d
BuildRequires: /usr/bin/ssh
7d234d
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version}
7d234d
BuildRequires: pkgconfig(gudev-1.0) >= %{gudev_version}
7d234d
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
7d234d
BuildRequires: pkgconfig(avahi-client) >= %{avahi_version}
7d234d
BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version}
7d234d
BuildRequires: pkgconfig(libsecret-1)
7d234d
BuildRequires: gettext-devel >= %{gettext_version}
7d234d
BuildRequires: pkgconfig(udisks2) >= %{udisks2_version}
7d234d
%if ! 0%{?rhel}
7d234d
BuildRequires: pkgconfig(libbluray)
7d234d
%endif
7d234d
BuildRequires: systemd-devel >= %{systemd_version}
7d234d
BuildRequires: pkgconfig(libxslt)
7d234d
BuildRequires: docbook-style-xsl
7d234d
BuildRequires: pkgconfig(polkit-gobject-1)
7d234d
BuildRequires: pkgconfig(libcap)
7d234d
7d234d
BuildRequires: automake autoconf
7d234d
BuildRequires: libtool
7d234d
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
Requires: glib2%{?_isa} >= %{glib2_version}
7d234d
Requires: udisks2 >= %{udisks2_version}
7d234d
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
7d234d
7d234d
# for file triggers
7d234d
Requires(post): desktop-file-utils >= 0.22-6
7d234d
Requires(postun): desktop-file-utils >= 0.22-6
7d234d
7d234d
Obsoletes: gnome-mount <= 0.8
7d234d
Obsoletes: gnome-mount-nautilus-properties <= 0.8
7d234d
Obsoletes: gvfs-obexftp < 1.17.91-2
7d234d
7d234d
%description
7d234d
The gvfs package provides backend implementations for the gio
7d234d
framework in GLib. It includes ftp, sftp, cifs.
7d234d
7d234d
7d234d
%package  client
7d234d
Summary:  Client modules of backends for the gio framework in GLib
7d234d
Conflicts: %{name} < 1.25.2-2
7d234d
7d234d
%description client
7d234d
The gvfs package provides client modules of backend implementations for the gio
7d234d
framework in GLib.
7d234d
7d234d
7d234d
%package devel
7d234d
Summary: Development files for gvfs
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
7d234d
%description devel
7d234d
The gvfs-devel package contains headers and other files that are
7d234d
required to develop applications using gvfs.
7d234d
7d234d
7d234d
%package fuse
7d234d
Summary: FUSE support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(fuse) >= %{fuse_version}
7d234d
Requires: fuse >= %{fuse_version}
7d234d
7d234d
%description fuse
7d234d
This package provides support for applications not using gio
7d234d
to access the gvfs filesystems.
7d234d
7d234d
7d234d
%package smb
7d234d
Summary: Windows fileshare support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: libsmbclient-devel >= %{libsmbclient_version}
7d234d
BuildRequires: pkgconfig(talloc) >= %{talloc_version}
7d234d
7d234d
%description smb
7d234d
This package provides support for reading and writing files on windows
7d234d
shares (SMB) to applications using gvfs.
7d234d
7d234d
7d234d
%package archive
7d234d
Summary: Archiving support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(libarchive) >= %{libarchive_version}
7d234d
7d234d
%description archive
7d234d
This package provides support for accessing files inside Zip and Tar archives,
7d234d
as well as ISO images, to applications using gvfs.
7d234d
7d234d
7d234d
%package gphoto2
7d234d
Summary: gphoto2 support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(libgphoto2) >= %{libgphoto2_version}
7d234d
BuildRequires: libexif-devel
7d234d
7d234d
%description gphoto2
7d234d
This package provides support for reading and writing files on
7d234d
PTP based cameras (Picture Transfer Protocol) and MTP based
7d234d
media players (Media Transfer Protocol) to applications using gvfs.
7d234d
7d234d
7d234d
%ifnarch s390 s390x
7d234d
%package afc
7d234d
Summary: AFC support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
Requires: usbmuxd
7d234d
BuildRequires: pkgconfig(libimobiledevice-1.0) >= %{libimobiledevice_version}
7d234d
BuildRequires: pkgconfig(libplist) >= %{libplist_version}
7d234d
7d234d
%description afc
7d234d
This package provides support for reading files on mobile devices
7d234d
including phones and music players to applications using gvfs.
7d234d
%endif
7d234d
7d234d
7d234d
%package afp
7d234d
Summary: AFP support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
7d234d
# this should ensure having this new subpackage installed on upgrade from older versions
7d234d
Obsoletes: %{name} < 1.9.4-1
7d234d
7d234d
%description afp
7d234d
This package provides support for reading and writing files on
7d234d
Mac OS X and original Mac OS network shares via Apple Filing Protocol
7d234d
to applications using gvfs.
7d234d
7d234d
7d234d
%package mtp
7d234d
Summary: MTP support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(libmtp) >= %{libmtp_version}
7d234d
BuildRequires: pkgconfig(libusb-1.0) >= %{libusb_version}
7d234d
7d234d
%description mtp
7d234d
This package provides support for reading and writing files on
7d234d
MTP based devices (Media Transfer Protocol) to applications using gvfs.
7d234d
7d234d
7d234d
%if ! 0%{?rhel}
7d234d
%package nfs
7d234d
Summary: NFS support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(libnfs) >= %{libnfs_version}
7d234d
7d234d
%description nfs
7d234d
This package provides support for reading and writing files on
7d234d
NFS network shares (Network File System) to applications using gvfs.
7d234d
%endif
7d234d
7d234d
7d234d
%package goa
7d234d
Summary: GOA support for gvfs
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
Requires: %{name}-client%{?_isa} = %{version}-%{release}
7d234d
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
7d234d
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
7d234d
Requires: libgdata%{?_isa} >= %{libgdata_version}
7d234d
7d234d
%description goa
7d234d
This package provides seamless integration with gnome-online-accounts
7d234d
file services.
7d234d
7d234d
%package  tests
7d234d
Summary:  Tests for the gvfs package
7d234d
Requires: %{name}%{?_isa} = %{version}-%{release}
7d234d
7d234d
%description tests
7d234d
The gvfs-tests package contains tests that can be used to verify
7d234d
the functionality of the installed gvfs package.
7d234d
7d234d
%prep
7d234d
%autosetup -p1
7d234d
7d234d
autoreconf -fi
7d234d
7d234d
%build
7d234d
%configure \
7d234d
        --disable-gdu \
7d234d
        --enable-udisks2 \
7d234d
        --enable-keyring \
7d234d
        --enable-installed-tests \
7d234d
%if 0%{?rhel}
7d234d
        --disable-nfs \
7d234d
        --disable-bluray \
7d234d
%endif
7d234d
        %{nil}
7d234d
make %{?_smp_mflags} V=1
7d234d
7d234d
%install
7d234d
%make_install
7d234d
7d234d
rm $RPM_BUILD_ROOT%{_libdir}/gvfs/*.la
7d234d
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
7d234d
7d234d
# trashlib is GPLv3, include the license
7d234d
cp -p daemon/trashlib/COPYING COPYING.GPL3
7d234d
7d234d
%find_lang gvfs
7d234d
7d234d
%post
7d234d
# Reload .mount files:
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
7d234d
# Reload .mount files when single subpackage is installed:
7d234d
%post smb
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%post gphoto2
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%post mtp
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%post goa
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%ifnarch s390 s390x
7d234d
%post afc
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%endif
7d234d
7d234d
%post archive
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%if ! 0%{?rhel}
7d234d
%post nfs
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
%endif
7d234d
%post afp
7d234d
killall -USR1 gvfsd >&/dev/null || :
7d234d
7d234d
7d234d
%files
7d234d
%dir %{_datadir}/gvfs
7d234d
%dir %{_datadir}/gvfs/mounts
7d234d
%{_datadir}/gvfs/mounts/admin.mount
7d234d
%{_datadir}/gvfs/mounts/sftp.mount
7d234d
%{_datadir}/gvfs/mounts/trash.mount
7d234d
%{_datadir}/gvfs/mounts/cdda.mount
7d234d
%{_datadir}/gvfs/mounts/computer.mount
7d234d
%{_datadir}/gvfs/mounts/dav.mount
7d234d
%{_datadir}/gvfs/mounts/dav+sd.mount
7d234d
%{_datadir}/gvfs/mounts/http.mount
7d234d
%{_datadir}/gvfs/mounts/localtest.mount
7d234d
%{_datadir}/gvfs/mounts/burn.mount
7d234d
%{_datadir}/gvfs/mounts/dns-sd.mount
7d234d
%{_datadir}/gvfs/mounts/network.mount
7d234d
%{_datadir}/gvfs/mounts/ftp.mount
7d234d
%{_datadir}/gvfs/mounts/ftps.mount
7d234d
%{_datadir}/gvfs/mounts/recent.mount
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
7d234d
%dir %{_datadir}/gvfs/remote-volume-monitors
7d234d
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
7d234d
%{_datadir}/GConf/gsettings/*.convert
7d234d
%{_datadir}/glib-2.0/schemas/*.xml
7d234d
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
7d234d
%{_datadir}/polkit-1/rules.d/org.gtk.vfs.file-operations.rules
7d234d
%{_libdir}/gvfs/libgvfsdaemon.so
7d234d
%{_libexecdir}/gvfsd
7d234d
%{_libexecdir}/gvfsd-admin
7d234d
%{_libexecdir}/gvfsd-ftp
7d234d
%{_libexecdir}/gvfsd-sftp
7d234d
%{_libexecdir}/gvfsd-trash
7d234d
%{_libexecdir}/gvfsd-cdda
7d234d
%{_libexecdir}/gvfsd-computer
7d234d
%{_libexecdir}/gvfsd-dav
7d234d
%{_libexecdir}/gvfsd-http
7d234d
%{_libexecdir}/gvfsd-localtest
7d234d
%{_libexecdir}/gvfsd-burn
7d234d
%{_libexecdir}/gvfsd-dnssd
7d234d
%{_libexecdir}/gvfsd-network
7d234d
%{_libexecdir}/gvfsd-metadata
7d234d
%{_libexecdir}/gvfs-udisks2-volume-monitor
7d234d
%{_libexecdir}/gvfsd-recent
7d234d
%{_mandir}/man1/gvfsd.1*
7d234d
%{_mandir}/man1/gvfsd-metadata.1*
7d234d
%{_userunitdir}/gvfs-daemon.service
7d234d
%{_userunitdir}/gvfs-metadata.service
7d234d
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
7d234d
7d234d
%files client -f gvfs.lang
7d234d
%{!?_licensedir:%global license %%doc}
7d234d
%license COPYING COPYING.GPL3
7d234d
%doc AUTHORS NEWS README
7d234d
%dir %{_libdir}/gvfs
7d234d
%{_libdir}/gvfs/libgvfscommon.so
7d234d
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
7d234d
%{_libdir}/gio/modules/libgvfsdbus.so
7d234d
%{_mandir}/man7/gvfs.7*
7d234d
7d234d
%files devel
7d234d
%dir %{_includedir}/gvfs-client
7d234d
%dir %{_includedir}/gvfs-client/gvfs
7d234d
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
7d234d
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
7d234d
7d234d
7d234d
%files fuse
7d234d
%{_libexecdir}/gvfsd-fuse
7d234d
%{_mandir}/man1/gvfsd-fuse.1*
7d234d
%{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
7d234d
7d234d
%files smb
7d234d
%{_libexecdir}/gvfsd-smb
7d234d
%{_libexecdir}/gvfsd-smb-browse
7d234d
%{_datadir}/gvfs/mounts/smb-browse.mount
7d234d
%{_datadir}/gvfs/mounts/smb.mount
7d234d
7d234d
7d234d
%files archive
7d234d
%{_libexecdir}/gvfsd-archive
7d234d
%{_datadir}/gvfs/mounts/archive.mount
7d234d
7d234d
7d234d
%files gphoto2
7d234d
%{_libexecdir}/gvfsd-gphoto2
7d234d
%{_datadir}/gvfs/mounts/gphoto2.mount
7d234d
%{_libexecdir}/gvfs-gphoto2-volume-monitor
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
7d234d
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
7d234d
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
7d234d
7d234d
%ifnarch s390 s390x
7d234d
%files afc
7d234d
%{_libexecdir}/gvfsd-afc
7d234d
%{_datadir}/gvfs/mounts/afc.mount
7d234d
%{_libexecdir}/gvfs-afc-volume-monitor
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
7d234d
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
7d234d
%{_userunitdir}/gvfs-afc-volume-monitor.service
7d234d
%endif
7d234d
7d234d
%files afp
7d234d
%{_libexecdir}/gvfsd-afp
7d234d
%{_libexecdir}/gvfsd-afp-browse
7d234d
%{_datadir}/gvfs/mounts/afp.mount
7d234d
%{_datadir}/gvfs/mounts/afp-browse.mount
7d234d
7d234d
%files mtp
7d234d
%{_libexecdir}/gvfsd-mtp
7d234d
%{_datadir}/gvfs/mounts/mtp.mount
7d234d
%{_libexecdir}/gvfs-mtp-volume-monitor
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
7d234d
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
7d234d
%{_userunitdir}/gvfs-mtp-volume-monitor.service
7d234d
7d234d
%if ! 0%{?rhel}
7d234d
%files nfs
7d234d
%{_libexecdir}/gvfsd-nfs
7d234d
# for privileged ports
7d234d
%caps(cap_net_bind_service=ep) %{_libexecdir}/gvfsd-nfs
7d234d
%{_datadir}/gvfs/mounts/nfs.mount
7d234d
%endif
7d234d
7d234d
%files goa
7d234d
%{_libexecdir}/gvfs-goa-volume-monitor
7d234d
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
7d234d
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
7d234d
%{_datadir}/gvfs/mounts/google.mount
7d234d
%{_libexecdir}/gvfsd-google
7d234d
%{_userunitdir}/gvfs-goa-volume-monitor.service
7d234d
7d234d
%files tests
7d234d
%dir %{_libexecdir}/installed-tests
7d234d
%{_libexecdir}/installed-tests/gvfs
7d234d
%{_datadir}/installed-tests
7d234d
7d234d
%changelog
7d234d
* Wed Aug 05 2020 Ondrej Holy <oholy@redhat.com> - 1.36.2-10
7d234d
- Fix libusb(x) requirements (rhbz#1866332)
7d234d
7d234d
* Wed Jun 17 2020 Ondrej Holy <oholy@redhat.com> - 1.36.2-9
7d234d
- Improve enumeration performance of smb backend (rhbz#1569868)
7d234d
7d234d
* Tue Oct 8 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-8
7d234d
- Fix udisks2 volume monitor crashes when stopping drive (rhbz#1759075)
7d234d
7d234d
* Thu Sep 19 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-7
7d234d
- Remove libbluray support (#1747972)
7d234d
- CVE-2019-12448: Add query_info_on_read/write functionality (rhbz#1754506)
7d234d
- CVE-2019-12447: Use fsuid to ensure correct file ownership (rhbz#1752926)
7d234d
- CVE-2019-12449: Ensure correct ownership when moving to file:// uri (rhbz#1753972)
7d234d
7d234d
* Fri Aug 09 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-6
7d234d
- Prevent spawning new daemons if outgoing operation exists (#1739117)
7d234d
- Force NT1 protocol version for workgroup support (#1739116)
7d234d
7d234d
* Thu Aug 08 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-5
7d234d
- CVE-2019-12795 Check that the connecting client is the same user (#1729885)
7d234d
7d234d
* Thu May 16 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-4
7d234d
- Handle lockdown option to disable writing (#1662193)
7d234d
7d234d
* Mon Apr 01 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-3
7d234d
- CVE-2019-3827: Prevent access if any authentication agent isn't available (#1673888)
7d234d
7d234d
* Fri Dec 14 2018 Ray Strode <rstrode@redhat.com> - 1.36.2-2
7d234d
- rebuild
7d234d
7d234d
* Tue Jun 12 2018 Ondrej Holy <oholy@redhat.com> - 1.36.2-1
7d234d
- Update to 1.36.2
7d234d
- Remove mount-archive.desktop helper
7d234d
- Remove obsolete gvfs utils
7d234d
- Disable nfs support
7d234d
7d234d
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.36.1-1
7d234d
- Update to 1.36.1
7d234d
7d234d
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.36.0-1
7d234d
- Update to 1.36.0
7d234d
7d234d
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 1.35.92-1
7d234d
- Update to 1.35.92
7d234d
7d234d
* Wed Feb 28 2018 Ondrej Holy <oholy@redhat.com> - 1.35.91-1
7d234d
- Update to 1.35.91
7d234d
7d234d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.35.90-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7d234d
7d234d
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.35.90-1
7d234d
- Update to 1.35.90
7d234d
- Drop ldconfig scriptlets
7d234d
7d234d
* Thu Jan 25 2018 Adrian Reber <adrian@lisas.de> - 1.35.3-2
7d234d
- Rebuilt for libcdio-2.0.0
7d234d
7d234d
* Tue Dec 19 2017 Ondrej Holy <oholy@redhat.com> - 1.35.3-1
7d234d
- Update to 1.35.3
7d234d
7d234d
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 1.35.1-1
7d234d
- Update to 1.35.1
7d234d
7d234d
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 1.34.1-1
7d234d
- Update to 1.34.1
7d234d
7d234d
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1.34.0-1
7d234d
- Update to 1.34.0
7d234d
7d234d
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.33.92-1
7d234d
- Update to 1.33.92
7d234d
7d234d
* Mon Aug 28 2017 Kalev Lember <klember@redhat.com> - 1.33.91-1
7d234d
- Update to 1.33.91
7d234d
7d234d
* Wed Aug 09 2017 Ondrej Holy <oholy@redhat.com> - 1.33.90-1
7d234d
- Update to 1.33.90
7d234d
7d234d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.3-5
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7d234d
7d234d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.3-4
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7d234d
7d234d
* Mon Jul 24 2017 Ondrej Holy <oholy@redhat.com> - 1.33.3-3
7d234d
- gdaemonfileenumerator: Fix crashes in synchronous enumerator code (rhbz#1472819)
7d234d
7d234d
* Wed Jul 19 2017 Ondrej Holy <oholy@redhat.com> - 1.33.3-2
7d234d
- goa: Fix password-based authentication (rhbz#1461066)
7d234d
7d234d
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 1.33.3-1
7d234d
- Update to 1.33.3
7d234d
7d234d
* Wed May 10 2017 Ondrej Holy <oholy@redhat.com> - 1.33.1-1
7d234d
- Update to 1.33.1
7d234d
- Drop gtk+ dependency
7d234d
7d234d
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.32.1-1
7d234d
- Update to 1.32.1
7d234d
7d234d
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.32.0-1
7d234d
- Update to 1.32.0
7d234d
7d234d
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.31.92-2
7d234d
- Rebuilt for libbluray soname bump
7d234d
7d234d
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1.31.92-1
7d234d
- Update to 1.31.92
7d234d
7d234d
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 1.31.91-1
7d234d
- Update to 1.31.91
7d234d
7d234d
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 1.31.90-1
7d234d
- Update to 1.31.90
7d234d
7d234d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.2-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7d234d
7d234d
* Mon Nov 28 2016 Ray Strode <rstrode@redhat.com> - 1.31.2-1
7d234d
- Update to 1.31.2
7d234d
  Related: https://bugzilla.gnome.org/show_bug.cgi?id=768707
7d234d
7d234d
* Mon Nov 14 2016 Adrian Reber <adrian@lisas.de> - 1.31.1-2
7d234d
- Rebuilt for libcdio-0.94
7d234d
7d234d
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 1.31.1-1
7d234d
- Update to 1.31.1
7d234d
7d234d
* Mon Oct 17 2016 Ondrej Holy <oholy@redhat.com> - 1.30.1.1-1
7d234d
- Update to 1.30.1.1
7d234d
7d234d
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 1.30.1-1
7d234d
- Update to 1.30.1
7d234d
7d234d
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.30.0-1
7d234d
- Update to 1.30.0
7d234d
7d234d
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 1.29.92-1
7d234d
- Update to 1.29.92
7d234d
7d234d
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 1.29.91-1
7d234d
- Update to 1.29.91
7d234d
7d234d
* Fri Aug 12 2016 Kalev Lember <klember@redhat.com> - 1.29.90-1
7d234d
- Update to 1.29.90
7d234d
7d234d
* Mon Jul 18 2016 Richard Hughes <rhughes@redhat.com> - 1.29.4-1
7d234d
- Update to 1.29.4
7d234d
7d234d
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 1.29.3-1
7d234d
- Update to 1.29.3
7d234d
7d234d
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 1.29.1-1
7d234d
- Update to 1.29.1
7d234d
7d234d
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 1.28.1-1
7d234d
- Update to 1.28.1
7d234d
7d234d
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.28.0-1
7d234d
- Update to 1.28.0
7d234d
7d234d
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 1.27.92-1
7d234d
- Update to 1.27.92
7d234d
7d234d
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 1.27.91-1
7d234d
- Update to 1.27.91
7d234d
7d234d
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 1.27.90-1
7d234d
- Update to 1.27.90
7d234d
7d234d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.27.4-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7d234d
7d234d
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1.27.4-1
7d234d
- Update to 1.27.4
7d234d
7d234d
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 1.27.3-1
7d234d
- Update to 1.27.3
7d234d
7d234d
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 1.26.2-1
7d234d
- Update to 1.26.2
7d234d
7d234d
* Fri Oct 23 2015 poma <poma@gmail.com> - 1.26.1.1-3
7d234d
- Accept XDG_RUNTIME_DIR/bus as a valid D-Bus session/user bus
7d234d
7d234d
* Fri Oct 23 2015 Ondrej Holy <oholy@redhat.com> - 1.26.1.1-2
7d234d
- google: Fail in-fs copy/move if it leads to display name loss
7d234d
7d234d
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 1.26.1.1-1
7d234d
- Update to 1.26.1.1
7d234d
7d234d
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 1.26.1-2
7d234d
- file monitor: Fix invalid read
7d234d
7d234d
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.26.1-1
7d234d
- Update to 1.26.1
7d234d
7d234d
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1.26.0-1
7d234d
- Update to 1.26.0
7d234d
7d234d
* Wed Sep 16 2015 Ondrej Holy <oholy@redhat.com> - 1.25.92-3
7d234d
- Move Google Drive backend into the goa subpackage
7d234d
7d234d
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-2
7d234d
- Build Google Drive backend
7d234d
7d234d
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-1
7d234d
- Update to 1.25.92
7d234d
7d234d
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1.25.91-1
7d234d
- Update to 1.25.91
7d234d
7d234d
* Thu Aug 20 2015 Ondrej Holy <oholy@redhat.com> - 1.25.90-3
7d234d
- Add NFS backend
7d234d
7d234d
* Thu Aug 20 2015 Ondrej Holy <oholy@redhat.com> - 1.25.90-2
7d234d
- Rely on file triggers for schemas and desktop files
7d234d
7d234d
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1.25.90-1
7d234d
- Update to 1.25.90
7d234d
- Use make_install macro
7d234d
7d234d
* Fri Jul 24 2015 Ondrej Holy <oholy@redhat.com> - 1.25.4.1-1
7d234d
- Update to 1.25.4.1
7d234d
7d234d
* Fri Jul 24 2015 Ondrej Holy <oholy@redhat.com> - 1.25.4-1
7d234d
- Update to 1.25.4
7d234d
7d234d
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.25.3-1
7d234d
- Update to 1.25.3
7d234d
7d234d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25.2-3
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7d234d
7d234d
* Mon Jun 8 2015 Ondrej Holy <oholy@redhat.com> - 1.25.2-2
7d234d
- Move client libs into the own subpackage
7d234d
- Move gvfs tools into the own subpackage
7d234d
- Move gvfsd-fuse-tmpfiles.conf into fuse subpackage
7d234d
- Remove obsoleted expat-devel dependency
7d234d
- Remove obsoleted Group tags
7d234d
- Fix bogus dates
7d234d
7d234d
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.25.2-1
7d234d
- Update to 1.25.2
7d234d
7d234d
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 1.25.1-1
7d234d
- Update to 1.25.1
7d234d
7d234d
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 1.24.1-1
7d234d
- Update to 1.24.1
7d234d
7d234d
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1.24.0-1
7d234d
- Update to 1.24.0
7d234d
7d234d
* Mon Mar 16 2015 Kalev Lember <kalevlember@gmail.com> - 1.23.92-1
7d234d
- Update to 1.23.92
7d234d
7d234d
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.23.90-2
7d234d
- Rebuilt for Fedora 23 Change
7d234d
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
7d234d
7d234d
* Fri Feb 13 2015 Richard Hughes <rhughes@redhat.com> - 1.23.90-1
7d234d
- Update to 1.23.90
7d234d
7d234d
* Wed Feb 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.23.4-5
7d234d
- Rebuild (libimobiledevice)
7d234d
- Use %%license
7d234d
7d234d
* Wed Jan 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.23.4-4
7d234d
- Rebuild (libgpohoto2)
7d234d
7d234d
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 1.23.4-1
7d234d
- Update to 1.23.4
7d234d
7d234d
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 1.23.3-1
7d234d
- Update to 1.23.3
7d234d
7d234d
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.23.2-1
7d234d
- Update to 1.23.2
7d234d
7d234d
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.22.2-3
7d234d
- Build installed tests
7d234d
7d234d
* Tue Nov 11 2014 Adrian Reber <adrian@lisas.de> - 1.22.2-2
7d234d
- Rebuilt for libcdio-0.93
7d234d
7d234d
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.2-1
7d234d
- Update to 1.22.2
7d234d
7d234d
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.22.1-2
7d234d
- Rebuild for libimobiledevice 1.1.6
7d234d
7d234d
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.1-1
7d234d
- Update to 1.22.1
7d234d
7d234d
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.0-1
7d234d
- Update to 1.22.0
7d234d
7d234d
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.92-1
7d234d
- Update to 1.21.92
7d234d
7d234d
* Sat Aug 30 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.91-1
7d234d
- Update to 1.21.91
7d234d
7d234d
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.90-1
7d234d
- Update to 1.21.90
7d234d
7d234d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21.4-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7d234d
7d234d
* Fri Jul 18 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.4-1
7d234d
- Update to 1.21.4
7d234d
7d234d
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1.21.3-1
7d234d
- Update to 1.21.3
7d234d
7d234d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21.2-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7d234d
7d234d
* Sat May 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.2-1
7d234d
- Update to 1.21.2
7d234d
7d234d
* Mon May  5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.21.1-2
7d234d
- Rebuild for libimobiledevice 1.1.6
7d234d
7d234d
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 1.21.1-1
7d234d
- Update to 1.21.1
7d234d
7d234d
* Fri Apr 11 2014 Richard Hughes <rhughes@redhat.com> - 1.20.1-1
7d234d
- Update to 1.20.1
7d234d
7d234d
* Fri Mar 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.20.0-1
7d234d
- Update to 1.20.0
7d234d
7d234d
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 1.19.90-1
7d234d
- Update to 1.19.90
7d234d
7d234d
* Thu Feb 06 2014 Ondrej Holy <oholy@redhat.com> - 1.19.5-2
7d234d
- Fix license field
7d234d
7d234d
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 1.19.5-1
7d234d
- Update to 1.19.5
7d234d
7d234d
* Tue Jan 28 2014 Dan Horák <dan[at]danny.cz> - 1.19.4-2
7d234d
- fix the BR: libarchive-devel condition for recent rpmbuild
7d234d
7d234d
* Mon Jan 13 2014 Richard Hughes <rhughes@redhat.com> - 1.19.4-1
7d234d
- Update to 1.19.4
7d234d
7d234d
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.19.3-1
7d234d
- Update to 1.19.3
7d234d
7d234d
* Mon Dec 16 2013 Adrian Reber <adrian@lisas.de> - 1.19.2-2
7d234d
- Rebuilt for libcdio-0.92
7d234d
7d234d
* Mon Nov 18 2013 Richard Hughes <rhughes@redhat.com> - 1.19.2-1
7d234d
- Update to 1.19.2
7d234d
7d234d
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 1.19.1-1
7d234d
- Update to 1.19.1
7d234d
7d234d
* Thu Oct 3 2013 Ondrej Holy <oholy@redhat.com> - 1.18.2-1
7d234d
- Update to 1.18.2
7d234d
7d234d
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.18.1-1
7d234d
- Update to 1.18.1
7d234d
7d234d
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1.18.0-2
7d234d
- add explicit avahi build deps, move autofoo to %%prep
7d234d
7d234d
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.18.0-1
7d234d
- Update to 1.18.0
7d234d
7d234d
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.91-3
7d234d
- Obsolete the removed obexftp subpackage
7d234d
7d234d
* Wed Sep 18 2013 Matthias Clasen<mclasen@redhat.com> - 1.17.91-2
7d234d
- Drop obexftp subpackage
7d234d
7d234d
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.91-1
7d234d
- Update to 1.17.91
7d234d
7d234d
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.90-1
7d234d
- Update to 1.17.90
7d234d
7d234d
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.3-1
7d234d
- Update to 1.17.3
7d234d
7d234d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17.2-3
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7d234d
7d234d
* Thu Jun 20 2013 Bastien Nocera <bnocera@redhat.com> 1.17.2-2
7d234d
- Fix gvfs-afc crashes due to new libimobiledevice (#951731)
7d234d
7d234d
* Fri Jun 14 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.2-1
7d234d
- Update to 1.17.2
7d234d
7d234d
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.1-1
7d234d
- Update to 1.17.1
7d234d
7d234d
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.0-2
7d234d
- gvfs-archive: Add the update-desktop-database rpm scriptlets (#954214)
7d234d
7d234d
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.0-1
7d234d
- Update to 1.17.0
7d234d
7d234d
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.16.1-1
7d234d
- Update to 1.16.1
7d234d
7d234d
* Thu Mar 28 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.16.0-1
7d234d
- Update to 1.16.0
7d234d
7d234d
* Wed Mar 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.15.4-2
7d234d
- Rebuild for new libimobiledevice
7d234d
7d234d
* Mon Mar 04 2013 Richard Hughes <rhughes@redhat.com> - 1.15.4-1
7d234d
- Update to 1.15.4
7d234d
7d234d
* Wed Feb  6 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-2
7d234d
- Install systemd tmpfiles.d exclusion file for gvfs-fuse (#902743)
7d234d
7d234d
* Tue Feb  5 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-1
7d234d
- Update to 1.15.3
7d234d
7d234d
* Tue Jan 15 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.2-1
7d234d
- Update to 1.15.2
7d234d
7d234d
* Mon Jan 07 2013 Adrian Reber <adrian@lisas.de> - 1.15.1-3
7d234d
- Rebuilt for libcdio-0.90
7d234d
7d234d
* Wed Dec 19 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-2
7d234d
- Rebuilt for new udisks
7d234d
7d234d
* Tue Dec 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-1
7d234d
- Update to 1.15.1
7d234d
7d234d
* Fri Dec  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-3
7d234d
- Enable verbose build messages
7d234d
- Remove deprecated Encoding key from mount-archive.desktop
7d234d
7d234d
* Tue Nov  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-2
7d234d
- Clarify licensing
7d234d
- Explicitly disable HAL
7d234d
7d234d
* Mon Oct 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-1
7d234d
- Update to 1.15.0
7d234d
7d234d
* Tue Sep 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.14.0-1
7d234d
- Update to 1.14.0
7d234d
7d234d
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 1.13.9-1
7d234d
- Update to 1.13.9
7d234d
7d234d
* Wed Sep  5 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.8-1
7d234d
- Update to 1.13.8
7d234d
7d234d
* Wed Aug 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.7-3
7d234d
- Bring archive mounter back
7d234d
7d234d
* Mon Aug 27 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1.13.7-2
7d234d
- Make sure keyring integration is enabled
7d234d
7d234d
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
7d234d
- Update to 1.13.7
7d234d
7d234d
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1.13.4-1
7d234d
- Update to 1.13.4
7d234d
7d234d
* Tue Aug  7 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-4
7d234d
- add BR: docbook-style-xsl so that gvfs actually builds
7d234d
7d234d
* Sun Aug  5 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-3
7d234d
- add patch to fix gvfs build against libgphoto2 (inspired by SUSE)
7d234d
7d234d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.3-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7d234d
7d234d
* Mon Jul 16 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.3-1
7d234d
- Update to 1.13.3
7d234d
7d234d
* Mon Jul 16 2012 Nils Philippsen <nils@redhat.com> - 1.13.2-2
7d234d
- rebuild for new libgphoto2
7d234d
7d234d
* Tue Jun 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.2-1
7d234d
- Update to 1.13.2
7d234d
7d234d
* Mon Jun  4 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.1-1
7d234d
- Update to 1.13.1
7d234d
7d234d
* Wed May  2 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.0-1
7d234d
- Update to 1.13.0
7d234d
7d234d
* Fri Apr 27 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.2-1
7d234d
- Update to 1.12.2
7d234d
- Backport multiseat patches from master
7d234d
7d234d
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-3
7d234d
- Silence rpm scriptlet output
7d234d
7d234d
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-2
7d234d
- Rebuild again for new libimobiledevice and usbmuxd
7d234d
7d234d
* Tue Apr 17 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.1-1
7d234d
- Update to 1.12.1
7d234d
7d234d
* Thu Apr 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.12.0-2
7d234d
- Rebuild for new libimobiledevice and usbmuxd
7d234d
7d234d
* Mon Mar 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.0-1
7d234d
- Update to 1.12.0
7d234d
7d234d
* Tue Mar 20 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.5-1
7d234d
- Update to 1.11.5
7d234d
7d234d
* Fri Feb 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.4-1
7d234d
- Update to 1.11.4
7d234d
7d234d
* Tue Feb  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-1
7d234d
- Update to 1.11.3
7d234d
7d234d
* Fri Feb  3 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.4.20120120
7d234d
- Exclude the obexftp package from s390 builds
7d234d
7d234d
* Wed Jan 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.3.20120120
7d234d
- Rebuilt for new libarchive
7d234d
7d234d
* Tue Jan 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.2.20120120
7d234d
- Add udisks2 runtime Requires
7d234d
7d234d
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.3-0.1.20120120-1
7d234d
- Prelease that works with udisks2
7d234d
7d234d
* Wed Jan 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.2-1
7d234d
- Update to 1.11.2
7d234d
7d234d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d234d
7d234d
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1
7d234d
- Update to 1.11.1
7d234d
7d234d
* Tue Dec 13 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-5
7d234d
- Rebuilt for new libbluray
7d234d
7d234d
* Sun Nov 20 2011 Adrian Reber <adrian@lisas.de> - 1.11.0-4
7d234d
- Rebuild for libcdio-0.83
7d234d
7d234d
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.11.0-3
7d234d
- Rebuild for new libarchive
7d234d
7d234d
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-2
7d234d
- Rebuilt for glibc bug#747377
7d234d
7d234d
* Wed Oct 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-1
7d234d
- Update to 1.11.0
7d234d
7d234d
* Mon Oct 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.10.1-1
7d234d
- Update to 1.10.1
7d234d
7d234d
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.10.0-1
7d234d
- Update to 1.10.0
7d234d
7d234d
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.5-1
7d234d
- Update to 1.9.5
7d234d
7d234d
* Tue Aug 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.4-1
7d234d
- Update to 1.9.4
7d234d
- New AFP backend in separate subpackage
7d234d
7d234d
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.3-1
7d234d
- Update to 1.9.3
7d234d
- Drop obsolete patches
7d234d
- Clean up spec a bit
7d234d
7d234d
* Wed Jul 27 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
7d234d
- Update to 1.9.2
7d234d
- Enable real statfs calls in the fuse daemon
7d234d
7d234d
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.1-1
7d234d
- Update to 1.9.1
7d234d
7d234d
* Mon May 09 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.0-1
7d234d
- Update to 1.9.0
7d234d
7d234d
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.8.1-2
7d234d
- Update gsettings scriptlet
7d234d
7d234d
* Tue Apr 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.1-1
7d234d
- Update to 1.8.1
7d234d
7d234d
* Fri Apr 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-3
7d234d
- Build without HAL -> expect obexftp breakage.
7d234d
7d234d
* Mon Apr 18 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-2
7d234d
- Fix threadsafety of closing channels
7d234d
- Fix d-bus messages leaks
7d234d
- Fix /dev symlink checks in gdu volume monitor
7d234d
7d234d
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
7d234d
- Update to 1.8.0
7d234d
7d234d
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.3-1
7d234d
- Update to 1.7.3
7d234d
7d234d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7d234d
7d234d
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.7.2-1
7d234d
- Update to 1.7.2
7d234d
7d234d
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.7.1-1
7d234d
- Update to 1.7.1
7d234d
7d234d
* Thu Dec  2 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.7.0-1
7d234d
- Update to 1.7.0
7d234d
7d234d
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.5-1
7d234d
- Update to 1.6.5
7d234d
- Drop upstreamed patches
7d234d
7d234d
* Mon Nov  1 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-4
7d234d
- Use correct "usb:" address for GPhoto mounts with gudev (#642836)
7d234d
7d234d
* Wed Oct 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-3
7d234d
- FUSE: Add O_TRUNC support for open()
7d234d
7d234d
* Mon Oct  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-2
7d234d
- Fix sftp poll timeout
7d234d
7d234d
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.4-1
7d234d
- Update to 1.6.4
7d234d
7d234d
* Wed Sep  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.3-3
7d234d
- Fix smb daemons deadlock due to GConf initialization
7d234d
7d234d
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 1.6.3-2
7d234d
- s390(x) machines can't connect mobile phones or players
7d234d
7d234d
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.3-1
7d234d
- Update to 1.6.3
7d234d
7d234d
* Thu May 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.2-1
7d234d
- Update to 1.6.2
7d234d
7d234d
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-3
7d234d
- Fix Nautilus 100% CPU after trashing a file with an emblem (#584784)
7d234d
7d234d
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-2
7d234d
- Explicitly require minimal glib2 version (#585912)
7d234d
7d234d
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-1
7d234d
- Update to 1.6.1
7d234d
7d234d
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.0-2
7d234d
- Use update-gio-modules
7d234d
7d234d
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.0-1
7d234d
- Update to 1.6.0
7d234d
7d234d
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 1.5.5-3
7d234d
- Fix build with new libimobiledevice
7d234d
- Don't mount both gphoto and AFC mounts on AFC devices
7d234d
7d234d
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.5.5-2
7d234d
- Rebuild for new stable libimobiledevice 
7d234d
7d234d
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.5-1
7d234d
- Update to 1.5.5
7d234d
7d234d
* Thu Feb 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-2
7d234d
- Re-add missing service files
7d234d
7d234d
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
7d234d
- Update to 1.5.4
7d234d
7d234d
* Mon Feb 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-2
7d234d
- sftp: fix crash on unmount
7d234d
7d234d
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-1
7d234d
- Update to 1.5.3
7d234d
7d234d
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-5
7d234d
- ftp: backport several PASV/EPSV fixes from master (#542205, #555033)
7d234d
7d234d
* Fri Feb  5 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-4
7d234d
- AFC: Use new libimobiledevice library
7d234d
7d234d
* Tue Jan 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-3
7d234d
- Fix AFC build against new libiphone
7d234d
7d234d
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.2-2
7d234d
- Update the GIO module cache
7d234d
7d234d
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-1
7d234d
- Update to 1.5.2
7d234d
7d234d
* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> - 1.5.1-6
7d234d
- Rebuild for libcdio-0.82
7d234d
7d234d
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-5
7d234d
- Avoid crash on race to mount gvfstrash (#555337)
7d234d
- Nuke HAL volume monitor
7d234d
7d234d
* Tue Jan 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-4
7d234d
- Don't leak mount job operation (#552842)
7d234d
- Recognize gphoto2 cameras which don't implement get storageinfo (#552856)
7d234d
- ObexFTP: Use a private D-Bus connection for obex-data-server (#539347)
7d234d
7d234d
* Tue Dec 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-3
7d234d
- Rebuilt against new libiphone
7d234d
7d234d
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-2
7d234d
- Metadata fixes
7d234d
- SMB: Fix free space calculation for older samba servers
7d234d
- fuse: Fix setting timestamps
7d234d
7d234d
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-1
7d234d
- Update to 1.5.1
7d234d
- AFC: temporarily disable setting file modification times
7d234d
7d234d
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 1.4.1-6
7d234d
- Add obsoletes for gnome-mount
7d234d
7d234d
* Thu Nov 12 2009 Bastien Nocera <bnocera@redhat.com> 1.4.1-5
7d234d
- Add obsoletes for gnome-vfs2-obexftp
7d234d
7d234d
* Tue Nov 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-4
7d234d
- SMB: Support querying filesystem size and free space
7d234d
7d234d
* Tue Nov  3 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-3
7d234d
- gdu-volume-monitor: don't crash on NULL devices (#529982)
7d234d
7d234d
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-2
7d234d
- Reload .mount files when single package is installed
7d234d
7d234d
* Tue Oct 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-1
7d234d
- Update to 1.4.1
7d234d
7d234d
* Fri Oct 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-7
7d234d
- HTTP: Support g_file_input_stream_query_info()
7d234d
- HTTP: Use libsoup header parsing function
7d234d
- Set correct MIME type for MTP music players
7d234d
7d234d
* Wed Oct 14 2009 Bastien Nocera <bnocera@redhat.com> 1.4.0-6
7d234d
- Fix crasher in ObexFTP (#528181)
7d234d
7d234d
* Fri Oct  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-5
7d234d
- Don't always overwrite on trash restore
7d234d
- Separate "Safely Remove Drive" from "Eject"
7d234d
- Don't advertise can_poll for drives not using removable media
7d234d
- Disallow mounting empty drives
7d234d
- Disallow ejecting empty drives
7d234d
- Silently drop eject error messages when detaching drive
7d234d
7d234d
* Thu Oct  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-4
7d234d
- Fix Nautilus not displaying friendly icons for SSH-connected system (#526892)
7d234d
- Actually apply the logical partitions patch
7d234d
7d234d
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-3
7d234d
- Consider logical partitions when deciding if a drive should be ignored
7d234d
7d234d
* Tue Sep 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-2
7d234d
- Fix the lack of icons in the http backend
7d234d
7d234d
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-1
7d234d
- Update to 1.4.0
7d234d
7d234d
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 1.3.6-2
7d234d
- Rebuilt with new fuse
7d234d
7d234d
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.6-1
7d234d
- Update to 1.3.6
7d234d
7d234d
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-2
7d234d
- Don't mount interactively during login
7d234d
7d234d
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-1
7d234d
- Update to 1.3.5
7d234d
7d234d
* Mon Aug 17 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-7
7d234d
- Fix Nautilus can't create "untitled folder" on sftp mounts (#512611)
7d234d
7d234d
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-6
7d234d
- Update AFC patch
7d234d
7d234d
* Thu Aug 13 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-5
7d234d
- More complete fix for DAV mount path prefix issues
7d234d
7d234d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-4
7d234d
- Fix crash on startup for the afc volume monitor
7d234d
7d234d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-3
7d234d
- libgudev-devel is required for the gphoto2 monitor
7d234d
7d234d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-2
7d234d
- Add AFC backend
7d234d
7d234d
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.4-1
7d234d
- Update to 1.3.4
7d234d
7d234d
* Fri Aug  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-3
7d234d
- Fix bad mount prefix stripping (part of #509612)
7d234d
- Fix gvfsd-sftp segfault when asking a question
7d234d
- Enable tar+xz in the archive mounter
7d234d
7d234d
* Tue Aug  4 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-2
7d234d
- Fix gedit crashed with SEGV in strlen()
7d234d
- Fix SMB protocol not handled when opening from a bookmark (#509832)
7d234d
7d234d
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.3-1
7d234d
- Update to 1.3.3
7d234d
7d234d
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-3
7d234d
- Rebuild
7d234d
7d234d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7d234d
7d234d
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-1
7d234d
- Update to 1.3.2
7d234d
- Drop upstreamed patches
7d234d
7d234d
* Mon Jun 22 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.1-2
7d234d
- Bump version requirements
7d234d
- Backport FTP and Computer backend patches from master
7d234d
7d234d
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.1-1
7d234d
- Update to 1.3.1
7d234d
- Drop obsolete patches
7d234d
7d234d
* Fri Jun 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-3
7d234d
- Move bash-completion out of profile.d (#466883)
7d234d
7d234d
* Mon Jun  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-2
7d234d
- SFTP: Increase timeout (#504339)
7d234d
7d234d
* Mon May 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-1
7d234d
- Update to 1.2.3
7d234d
- Prevent deadlocks in dnssd resolver (#497631)
7d234d
7d234d
* Tue May 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.2-5
7d234d
- Require separate libtalloc to fix libsmbclient
7d234d
- Ref the infos in next_files_finish (gnome #582195)
7d234d
- FTP: parse file sizes > 4GB correctly (#499286)
7d234d
- CDDA: allow query well-formed filenames only (#499266)
7d234d
7d234d
* Sat May 02 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-4
7d234d
- Don't show drives that are supposed to be hidden (#498649)
7d234d
- Only automount if media or drive was just inserted - this fixes
7d234d
  a problem with spurious automounts when partitioning/formatting
7d234d
7d234d
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-3
7d234d
- Sync with the gdu-volume-monitor branch
7d234d
7d234d
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 1.2.2-2
7d234d
- Add ssh-auth-sock patch from svn
7d234d
7d234d
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.2-1
7d234d
- Update to 1.2.2
7d234d
- Allow eject even on non-ejectable devices
7d234d
7d234d
* Sat Apr 11 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-5
7d234d
- Don't show drives in computer:/// if media is available but
7d234d
  no volumes are recognized (#495152)
7d234d
7d234d
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-4
7d234d
- No need for bash completion to be executable
7d234d
7d234d
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-3
7d234d
- Clean up gdu patches and bump BR for gdu to 0.3
7d234d
- Avoiding showing volume for ignored mounts (#495033)
7d234d
7d234d
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-2
7d234d
- Avoid automounting device-mapper devices and similar (#494144)
7d234d
7d234d
* Thu Apr  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-1
7d234d
- Update to 1.2.1
7d234d
7d234d
* Wed Mar 18 2009 David Zeuthen <davidz@redhat.com> - 1.2.0-2
7d234d
- GNOME #575728 - crash in Open Folder: mounting a crypto volume
7d234d
7d234d
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.0-1
7d234d
- Update to 1.2.0
7d234d
7d234d
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-2
7d234d
- Fix 100% cpu usage when connecting to a ssh key and denying key access
7d234d
- Fix monitors leak
7d234d
7d234d
* Tue Mar 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-1
7d234d
- Update to 1.1.8
7d234d
7d234d
* Mon Mar  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-5
7d234d
- Expose device file attribute for all items in computer://
7d234d
7d234d
* Fri Mar  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-4
7d234d
- Fix volume lists not filled correctly
7d234d
7d234d
* Wed Mar  4 2009 David Zeuthen <davidz@redhat.com> - 1.1.7-3
7d234d
- Update GVfs gdu patch to fix mount detection confusion (#488399)
7d234d
7d234d
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.7-2
7d234d
- Port to DeviceKit-disks
7d234d
7d234d
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-1
7d234d
- Update to 1.1.7
7d234d
7d234d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
7d234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7d234d
7d234d
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.6-1
7d234d
- Update to 1.1.6
7d234d
7d234d
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.5-1
7d234d
- Update to 1.1.5
7d234d
7d234d
* Wed Jan 28 2009 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-2
7d234d
- ObexFTP write support
7d234d
7d234d
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.4-1
7d234d
- Update to 1.1.4
7d234d
7d234d
* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> - 1.1.3-4
7d234d
- Rebuild for libcdio-0.81
7d234d
7d234d
* Mon Jan 12 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-3
7d234d
- Fix dav+sd.mount
7d234d
7d234d
* Fri Jan  9 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-2
7d234d
- Support moving files in the burn backend
7d234d
7d234d
* Tue Jan  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.3-1
7d234d
- Update to 1.1.3
7d234d
7d234d
* Wed Dec 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.2-2
7d234d
- Update the smb-browse auth patch
7d234d
7d234d
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 1.1.2-1
7d234d
- Update to 1.1.2
7d234d
7d234d
* Fri Dec 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-5
7d234d
- FTP: Fix PASV connections
7d234d
7d234d
* Tue Dec  9 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-4
7d234d
- Add support for .tar.lzma archives in archive mounter
7d234d
7d234d
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-3
7d234d
- Added experimental smb-browse auth patch
7d234d
7d234d
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.1-2
7d234d
- Update file lists to include the dav+sd backend
7d234d
7d234d
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-1
7d234d
- Update to 1.1.1
7d234d
7d234d
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.3-1
7d234d
- Update to 1.0.3
7d234d
7d234d
* Fri Nov  7 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-4
7d234d
- SMB: timestamp setting support (#461505)
7d234d
7d234d
* Tue Nov  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-3
7d234d
- Return an empty array on success when no content type
7d234d
  matches (#468946)
7d234d
7d234d
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 1.0.2-2
7d234d
- Don't return generic fallback icons for files,
7d234d
  as this means custom mimetypes don't work (from svn)
7d234d
7d234d
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-1
7d234d
- Update to 1.0.2
7d234d
7d234d
* Tue Oct  7 2008 Tomas Bzatek <tbzatek@redhat.com>  - 1.0.1-5
7d234d
- Don't make warnings fatal (resolves #465693)
7d234d
7d234d
* Wed Oct  1 2008 David Zeuthen <davidz@redhat.com>  - 1.0.1-4
7d234d
- Add patch for reverse mapping FUSE paths (bgo #530654)
7d234d
7d234d
* Mon Sep 29 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-3
7d234d
- Fix mounting
7d234d
7d234d
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1-2
7d234d
- Update obexftp patch from upstream
7d234d
7d234d
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-1
7d234d
- Update to 1.0.1
7d234d
7d234d
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.0-2
7d234d
- Update to 1.0.0
7d234d
7d234d
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-6
7d234d
- Update patch for missing file
7d234d
7d234d
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-5
7d234d
- Updated patch, fixed deadlock whilst mounting
7d234d
7d234d
* Wed Sep 17 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-4
7d234d
- Actually apply the kerberos patch
7d234d
7d234d
* Tue Sep 16 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-3
7d234d
- SMB: Fix kerberos authentication
7d234d
7d234d
* Mon Sep 15 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.8-2
7d234d
- Update to 0.99.8
7d234d
7d234d
* Mon Sep 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-4
7d234d
- Update for BlueZ and obex-data-server D-Bus API changes
7d234d
7d234d
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.7.1-3
7d234d
- Rebuild 
7d234d
7d234d
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-2
7d234d
- Somebody made the build system be obnoxious and point out my
7d234d
  errors in obvious ways
7d234d
7d234d
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-1
7d234d
- Update to 0.99.7.1
7d234d
7d234d
* Tue Sep  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.6-1
7d234d
- Update to 0.99.6
7d234d
7d234d
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.5-3
7d234d
- Add a comma
7d234d
7d234d
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.5-2
7d234d
- Update some descriptions
7d234d
7d234d
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.5-1
7d234d
- Update to 0.99.5
7d234d
7d234d
* Mon Aug  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.4-1
7d234d
- Update to 0.99.4
7d234d
7d234d
* Sun Jul 27 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-2
7d234d
- Use standard icon names
7d234d
7d234d
* Wed Jul 23 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-1
7d234d
- Update to 0.99.3
7d234d
7d234d
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.2-1
7d234d
- Update to 0.99.2
7d234d
- Split out backends to separate packages
7d234d
7d234d
* Tue Jun 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-3
7d234d
- gvfsd-trash: Skip autofs mounts
7d234d
7d234d
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-2
7d234d
- Fix transfer of whole directories from FTP (#448560)
7d234d
7d234d
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.1-1
7d234d
- Update to 0.99.1
7d234d
7d234d
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.4-1
7d234d
- Update to 0.2.4
7d234d
7d234d
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-10
7d234d
- Add application/zip to the supported mime types for the archive
7d234d
  backend (launchpad #211697)
7d234d
7d234d
* Sat Apr 19 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-9
7d234d
- Ensure archive mounts are read-only and turn on thumbnailing on them
7d234d
- Update fuse threading patch
7d234d
7d234d
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-8
7d234d
- Fix thread-safety issues in gvfs-fuse-daemon
7d234d
- Prevent dbus from shutting us down unexpectedly
7d234d
7d234d
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-7
7d234d
- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)
7d234d
7d234d
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6
7d234d
- Reenable gphoto automounting 
7d234d
- Support unmounting all mounts for a scheme
7d234d
7d234d
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-5
7d234d
- Fix hangs when unmounting gphoto mounts
7d234d
7d234d
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-4
7d234d
- Only show mounts in /media and inside $HOME (#442189)
7d234d
7d234d
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-3
7d234d
- Fix a bug that causes application crashes (#441084)
7d234d
7d234d
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-2
7d234d
- Fix a crash of the fuse daemon on 64bit
7d234d
7d234d
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-1
7d234d
- Update to 0.2.3
7d234d
7d234d
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
7d234d
- Update to 0.2.2
7d234d
7d234d
* Tue Mar 25 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-4
7d234d
- Moved fuse stuff to a dedicated package
7d234d
7d234d
* Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
7d234d
- Add patch with simple archive backend UI integration
7d234d
7d234d
* Wed Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
7d234d
- Added libarchive dependency for archive backend
7d234d
- Require new libsmbclient in order to get smb backend working again
7d234d
7d234d
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
7d234d
- Update to 0.2.1 (archive backend temporarily disabled)
7d234d
7d234d
* Mon Mar 17 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-2
7d234d
- Silence %%post
7d234d
7d234d
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-1
7d234d
- Update to 0.2.0.1
7d234d
7d234d
* Thu Mar  6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
7d234d
- Add patch that fixes a deadlock when foreign volume is removed
7d234d
7d234d
* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.1.11-1
7d234d
- Update to 0.1.11
7d234d
7d234d
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
7d234d
- Update to 0.1.10
7d234d
7d234d
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
7d234d
- Update to 0.1.8
7d234d
7d234d
* Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
7d234d
- Add patch that fixes a smb bug that can cause short reads when copying files
7d234d
7d234d
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
7d234d
- Fix double free in hal volume monitor
7d234d
- Ensure gconf module is built by adding build dep
7d234d
7d234d
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
7d234d
- Update to 0.1.7
7d234d
7d234d
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
7d234d
- Update to 0.1.6
7d234d
7d234d
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
7d234d
- Update to 0.1.5
7d234d
- Reenable http/dav 
7d234d
7d234d
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2 
7d234d
- Remove the http/dav stuff for now, as we don't have the latest libsoup
7d234d
7d234d
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
7d234d
- Update to 0.1.4
7d234d
- Send USR1 in post to reload config
7d234d
7d234d
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
7d234d
- Update to 0.1.2
7d234d
7d234d
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
7d234d
- Update to 0.1.1
7d234d
7d234d
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
7d234d
- Initial packaging