|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
%global avahi_version 0.6
|
|
|
|
|
%global fuse_version 3.0.0
|
|
|
|
|
%global glib2_version 2.65.1
|
|
|
|
|
%global glib2_version 2.70.0
|
|
|
|
|
%global gsettings_desktop_schemas_version 3.33.0
|
|
|
|
|
%global goa_version 3.17.1
|
|
|
|
|
%global gudev_version 147
|
|
|
|
@ -14,36 +14,34 @@
|
|
|
|
|
%global libnfs_version 1.9.8
|
|
|
|
|
%global libplist_version 2.2
|
|
|
|
|
%global libsmbclient_version 4.12.0
|
|
|
|
|
%global libsoup_version 2.58.0
|
|
|
|
|
%global libsoup_version 3.0.0
|
|
|
|
|
%global libusb_version 1.0.21
|
|
|
|
|
%global systemd_version 206
|
|
|
|
|
%global talloc_version 1.3.0
|
|
|
|
|
%global udisks2_version 1.97
|
|
|
|
|
|
|
|
|
|
Name: gvfs
|
|
|
|
|
Version: 1.48.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Name: gvfs
|
|
|
|
|
Version: 1.54.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Backends for the gio framework in GLib
|
|
|
|
|
|
|
|
|
|
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/gvfs
|
|
|
|
|
Source0: https://download.gnome.org/sources/gvfs/1.48/gvfs-%{version}.tar.xz
|
|
|
|
|
License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause-Sun
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2093861
|
|
|
|
|
Patch0: smb-Ignore-EINVAL-for-kerberos-ccache-login.patch
|
|
|
|
|
Patch1: smb-Rework-anonymous-handling-to-avoid-EINVAL.patch
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/gvfs
|
|
|
|
|
Source0: https://download.gnome.org/sources/gvfs/1.54/gvfs-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
|
BuildRequires: pkgconfig(gcr-3)
|
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
|
BuildRequires: pkgconfig(gcr-4)
|
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
|
|
|
|
BuildRequires: /usr/bin/ssh
|
|
|
|
|
%if ! (0%{?rhel} >= 10)
|
|
|
|
|
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version}
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0) >= %{gudev_version}
|
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
|
|
|
|
BuildRequires: pkgconfig(libsoup-3.0) >= %{libsoup_version}
|
|
|
|
|
BuildRequires: pkgconfig(avahi-client) >= %{avahi_version}
|
|
|
|
|
BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version}
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
@ -61,23 +59,27 @@ BuildRequires: pkgconfig(libcap)
|
|
|
|
|
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
|
|
|
|
|
Requires: polkit
|
|
|
|
|
Requires: udisks2 >= %{udisks2_version}
|
|
|
|
|
|
|
|
|
|
# for file triggers
|
|
|
|
|
Requires(post): desktop-file-utils >= 0.22-6
|
|
|
|
|
Requires(postun): desktop-file-utils >= 0.22-6
|
|
|
|
|
Requires: /usr/bin/wsdd
|
|
|
|
|
|
|
|
|
|
Obsoletes: gnome-mount <= 0.8
|
|
|
|
|
Obsoletes: gnome-mount-nautilus-properties <= 0.8
|
|
|
|
|
Obsoletes: gvfs-obexftp < 1.17.91-2
|
|
|
|
|
Obsoletes: gvfs-devel < 1.54.2-1
|
|
|
|
|
Obsoletes: gvfs-tests < 1.54.2-2
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
Obsoletes: gvfs-gphoto2 < 1.54.2-3
|
|
|
|
|
Obsoletes: gvfs-mtp < 1.54.2-3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The gvfs package provides backend implementations for the gio
|
|
|
|
|
framework in GLib. It includes ftp, sftp, cifs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
|
Summary: Client modules of backends for the gio framework in GLib
|
|
|
|
|
%package client
|
|
|
|
|
Summary: Client modules of backends for the gio framework in GLib
|
|
|
|
|
Conflicts: %{name} < 1.25.2-2
|
|
|
|
|
|
|
|
|
|
%description client
|
|
|
|
@ -85,15 +87,6 @@ The gvfs package provides client modules of backend implementations for the gio
|
|
|
|
|
framework in GLib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for gvfs
|
|
|
|
|
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The gvfs-devel package contains headers and other files that are
|
|
|
|
|
required to develop applications using gvfs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package fuse
|
|
|
|
|
Summary: FUSE support for gvfs
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -131,6 +124,7 @@ as well as ISO images, to applications using gvfs.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%package gphoto2
|
|
|
|
|
Summary: gphoto2 support for gvfs
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -144,7 +138,6 @@ PTP based cameras (Picture Transfer Protocol) and MTP based
|
|
|
|
|
media players (Media Transfer Protocol) to applications using gvfs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
%package afc
|
|
|
|
|
Summary: AFC support for gvfs
|
|
|
|
@ -177,6 +170,7 @@ to applications using gvfs.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%package mtp
|
|
|
|
|
Summary: MTP support for gvfs
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -187,6 +181,7 @@ BuildRequires: pkgconfig(libusb-1.0) >= %{libusb_version}
|
|
|
|
|
%description mtp
|
|
|
|
|
This package provides support for reading and writing files on
|
|
|
|
|
MTP based devices (Media Transfer Protocol) to applications using gvfs.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
@ -207,39 +202,44 @@ Summary: GOA support for gvfs
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
|
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
|
|
|
|
%if ! (0%{?rhel} >= 10)
|
|
|
|
|
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
|
|
|
|
Requires: libgdata%{?_isa} >= %{libgdata_version}
|
|
|
|
|
BuildRequires: pkgconfig(msgraph-0.1)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description goa
|
|
|
|
|
This package provides seamless integration with gnome-online-accounts
|
|
|
|
|
file services.
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Tests for the gvfs package
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
The gvfs-tests package contains tests that can be used to verify
|
|
|
|
|
the functionality of the installed gvfs package.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dinstalled_tests=true \
|
|
|
|
|
%meson \
|
|
|
|
|
-Dman=true \
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
-Dafc=false \
|
|
|
|
|
-Dgphoto2=false \
|
|
|
|
|
-Dlibusb=false \
|
|
|
|
|
-Dmtp=false \
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
-Dnfs=false \
|
|
|
|
|
-Dbluray=false \
|
|
|
|
|
-Dafc=false \
|
|
|
|
|
-Donedrive=false \
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
-Darchive=false \
|
|
|
|
|
-Dafp=false \
|
|
|
|
|
-Dgcrypt=false \
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
-Dgoogle=false \
|
|
|
|
|
-Dcdda=false \
|
|
|
|
|
-Ddeprecated_apis=false \
|
|
|
|
|
%endif
|
|
|
|
|
%{nil}
|
|
|
|
|
%meson_build
|
|
|
|
@ -259,10 +259,12 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
# Reload .mount files when single subpackage is installed:
|
|
|
|
|
%post smb
|
|
|
|
|
killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%post gphoto2
|
|
|
|
|
killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%post mtp
|
|
|
|
|
killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%endif
|
|
|
|
|
%post goa
|
|
|
|
|
killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
@ -292,19 +294,21 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_datadir}/gvfs/mounts/admin.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/sftp.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/trash.mount
|
|
|
|
|
%if ! (0%{?rhel} >= 10)
|
|
|
|
|
%{_datadir}/gvfs/mounts/cdda.mount
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/gvfs/mounts/computer.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/dav.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/dav+sd.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/http.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/localtest.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/burn.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/dns-sd.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/network.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/ftp.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/ftpis.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/ftps.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/recent.mount
|
|
|
|
|
%{_datadir}/gvfs/mounts/wsdd.mount
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
|
|
|
@ -320,17 +324,19 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_libexecdir}/gvfsd-ftp
|
|
|
|
|
%{_libexecdir}/gvfsd-sftp
|
|
|
|
|
%{_libexecdir}/gvfsd-trash
|
|
|
|
|
%if ! (0%{?rhel} >= 10)
|
|
|
|
|
%{_libexecdir}/gvfsd-cdda
|
|
|
|
|
%endif
|
|
|
|
|
%{_libexecdir}/gvfsd-computer
|
|
|
|
|
%{_libexecdir}/gvfsd-dav
|
|
|
|
|
%{_libexecdir}/gvfsd-http
|
|
|
|
|
%{_libexecdir}/gvfsd-localtest
|
|
|
|
|
%{_libexecdir}/gvfsd-burn
|
|
|
|
|
%{_libexecdir}/gvfsd-dnssd
|
|
|
|
|
%{_libexecdir}/gvfsd-network
|
|
|
|
|
%{_libexecdir}/gvfsd-metadata
|
|
|
|
|
%{_libexecdir}/gvfs-udisks2-volume-monitor
|
|
|
|
|
%{_libexecdir}/gvfsd-recent
|
|
|
|
|
%{_libexecdir}/gvfsd-wsdd
|
|
|
|
|
%{_mandir}/man1/gvfsd.1*
|
|
|
|
|
%{_mandir}/man1/gvfsd-metadata.1*
|
|
|
|
|
%{_userunitdir}/gvfs-daemon.service
|
|
|
|
@ -346,13 +352,6 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_libdir}/gio/modules/libgvfsdbus.so
|
|
|
|
|
%{_mandir}/man7/gvfs.7*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/gvfs-client
|
|
|
|
|
%dir %{_includedir}/gvfs-client/gvfs
|
|
|
|
|
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
|
|
|
|
|
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files fuse
|
|
|
|
|
%{_libexecdir}/gvfsd-fuse
|
|
|
|
|
%{_mandir}/man1/gvfsd-fuse.1*
|
|
|
|
@ -371,7 +370,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_datadir}/gvfs/mounts/archive.mount
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%files gphoto2
|
|
|
|
|
%{_libexecdir}/gvfsd-gphoto2
|
|
|
|
|
%{_datadir}/gvfs/mounts/gphoto2.mount
|
|
|
|
@ -380,7 +379,6 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
|
|
|
|
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
%files afc
|
|
|
|
|
%{_libexecdir}/gvfsd-afc
|
|
|
|
@ -400,6 +398,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_datadir}/gvfs/mounts/afp-browse.mount
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%files mtp
|
|
|
|
|
%{_libexecdir}/gvfsd-mtp
|
|
|
|
|
%{_datadir}/gvfs/mounts/mtp.mount
|
|
|
|
@ -407,6 +406,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
|
|
|
|
|
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
|
|
|
|
|
%{_userunitdir}/gvfs-mtp-volume-monitor.service
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
%files nfs
|
|
|
|
@ -419,32 +419,145 @@ killall -USR1 gvfsd >&/dev/null || :
|
|
|
|
|
%{_libexecdir}/gvfs-goa-volume-monitor
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
|
|
|
|
|
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
|
|
|
|
%if ! (0%{?rhel} >= 10)
|
|
|
|
|
%{_datadir}/gvfs/mounts/google.mount
|
|
|
|
|
%{_libexecdir}/gvfsd-google
|
|
|
|
|
%endif
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
%{_datadir}/gvfs/mounts/onedrive.mount
|
|
|
|
|
%{_libexecdir}/gvfsd-onedrive
|
|
|
|
|
%endif
|
|
|
|
|
%{_userunitdir}/gvfs-goa-volume-monitor.service
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
%dir %{_libexecdir}/installed-tests
|
|
|
|
|
%{_libexecdir}/installed-tests/gvfs
|
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 14 2022 Ondrej Holy <oholy@redhat.com> - 1.48.1-4
|
|
|
|
|
- Ignore EINVAL for kerberos/ccache login to fix SMB mounting (#2093861)
|
|
|
|
|
* Mon Jul 29 2024 Ondrej Holy <oholy@redhat.com> - 1.54.2-3
|
|
|
|
|
- Drop the gphoto2 and mtp subpackages on s390(x) architectures
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2024 Ondrej Holy <oholy@redhat.com> - 1.54.2-2
|
|
|
|
|
- Drop the gvfs-tests subpackage
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2024 Ondrej Holy <oholy@redhat.com> - 1.54.2-1
|
|
|
|
|
- Update to 1.54.2
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.54.1-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Ondrej Holy <oholy@redhat.com> - 1.54.1-2
|
|
|
|
|
- Disable CDDA backend in RHEL 10
|
|
|
|
|
|
|
|
|
|
* Mon May 27 2024 Ondrej Holy <oholy@redhat.com> - 1.54.1-1
|
|
|
|
|
- Update to 1.54.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.1-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Mar 19 2024 Ondrej Holy <oholy@redhat.com> - 1.54.0-2
|
|
|
|
|
- Enable OneDrive support for Fedora
|
|
|
|
|
|
|
|
|
|
* Tue Jul 13 2021 Ondrej Holy <oholy@redhat.com> - 1.48.1-2
|
|
|
|
|
- Disable gcrypt to fix build
|
|
|
|
|
* Fri Mar 15 2024 David King <amigadave@amigadave.com> - 1.54.0-1
|
|
|
|
|
- Update to 1.54.0
|
|
|
|
|
|
|
|
|
|
* Sat Mar 02 2024 David King <amigadave@amigadave.com> - 1.53.91-1
|
|
|
|
|
- Update to 1.53.91
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 David King <amigadave@amigadave.com> - 1.53.90-1
|
|
|
|
|
- Update to 1.53.90
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Ondrej Holy <oholy@redhat.com> - 1.53.1-4
|
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Ondrej Holy <oholy@redhat.com> - 1.53.1-3
|
|
|
|
|
- Make wsdd regular dependency
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 David King <amigadave@amigadave.com> - 1.53.1-1
|
|
|
|
|
- Update to 1.53.1
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 1.52.2-1
|
|
|
|
|
- Update to 1.52.2
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2023 Kalev Lember <klember@redhat.com> - 1.52.1-1
|
|
|
|
|
- Update to 1.52.1
|
|
|
|
|
|
|
|
|
|
* Mon Sep 18 2023 Kalev Lember <klember@redhat.com> - 1.52.0-1
|
|
|
|
|
- Update to 1.52.0
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2023 Kalev Lember <klember@redhat.com> - 1.51.91-1
|
|
|
|
|
- Update to 1.51.91
|
|
|
|
|
|
|
|
|
|
* Sun Aug 06 2023 Kalev Lember <klember@redhat.com> - 1.51.90-1
|
|
|
|
|
- Update to 1.51.90
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.51.1-4
|
|
|
|
|
- Rebuilt for libimobiledevice and libplist soname bump
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2023 Ondrej Holy <oholy@redhat.com> - 1.51.1-2
|
|
|
|
|
- Fix udisks2 volume monitor crashes (#2219172)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 30 2023 Kalev Lember <klember@redhat.com> - 1.51.1-1
|
|
|
|
|
- Update to 1.51.1
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Ondrej Holy <oholy@redhat.com> - 1.50.4-3
|
|
|
|
|
- Disable Google backend in RHEL
|
|
|
|
|
|
|
|
|
|
* Thu Jun 01 2023 David King <amigadave@amigadave.com> - 1.50.4-2
|
|
|
|
|
- Rebuilt against libnfs
|
|
|
|
|
|
|
|
|
|
* Sat Mar 18 2023 David King <amigadave@amigadave.com> - 1.50.4-1
|
|
|
|
|
- Update to 1.50.4
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.50.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 08 2023 David King <amigadave@amigadave.com> - 1.50.3-1
|
|
|
|
|
- Update to 1.50.3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.50.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 26 2022 David King <amigadave@amigadave.com> - 1.50.2-1
|
|
|
|
|
- Update to 1.50.2
|
|
|
|
|
|
|
|
|
|
* Thu May 05 2022 Ondrej Holy <oholy@redhat.com> - 1.50.1-2
|
|
|
|
|
- Rework anonymous handling of SMB backend to avoid EINVAL (#2068976)
|
|
|
|
|
- Unescape prefix to fix handling of encoded HTTP URIs
|
|
|
|
|
|
|
|
|
|
* Tue Apr 26 2022 Ondrej Holy <oholy@redhat.com> - 1.50.1-1
|
|
|
|
|
- Update to 1.50.1 (#2078857)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 13 2022 Ondrej Holy <oholy@redhat.com> - 1.50.0-4
|
|
|
|
|
- Ignore EINVAL for kerberos/ccache login to fix SMB mounting (#2068976, #2072885)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 8 2022 Ondrej Holy <oholy@redhat.com> - 1.50.0-3
|
|
|
|
|
- Rewrite DAV backend to libsoup async API to fix crashes (#2062465)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2022 Ondrej Holy <oholy@redhat.com> - 1.50.0-2
|
|
|
|
|
- Fix DAV backend crashes caused by extra unref (#2066717)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.50.0-1
|
|
|
|
|
- Update to 1.50.0
|
|
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 David King <amigadave@amigadave.com> - 1.49.90-1
|
|
|
|
|
- Update to 1.49.90
|
|
|
|
|
|
|
|
|
|
* Sun Jan 30 2022 Tim Landscheidt <tim@tim-landscheidt.de> - 1.49.1-3
|
|
|
|
|
- Remove obsolete requirements for %%post/%%postun scriptlets
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 07 2022 David King <amigadave@amigadave.com> - 1.49.1-1
|
|
|
|
|
- Update to 1.49.1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.48.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 1.48.1-1
|
|
|
|
|
- Update to 1.48.1
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 1.48.0-1
|
|
|
|
|
- Update to 1.48.0
|
|
|
|
|
|
|
|
|
|