Disable Google backend in RHEL
This commit is contained in:
parent
13fa781167
commit
428f1ebbae
12
gvfs.spec
12
gvfs.spec
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.50.4
|
Version: 1.50.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
|
|
||||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||||
@ -199,8 +199,10 @@ Summary: GOA support for gvfs
|
|||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
||||||
|
%if ! (0%{?rhel} >= 10)
|
||||||
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||||
Requires: libgdata%{?_isa} >= %{libgdata_version}
|
Requires: libgdata%{?_isa} >= %{libgdata_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description goa
|
%description goa
|
||||||
This package provides seamless integration with gnome-online-accounts
|
This package provides seamless integration with gnome-online-accounts
|
||||||
@ -232,6 +234,9 @@ the functionality of the installed gvfs package.
|
|||||||
-Darchive=false \
|
-Darchive=false \
|
||||||
-Dafp=false \
|
-Dafp=false \
|
||||||
-Dgcrypt=false \
|
-Dgcrypt=false \
|
||||||
|
%endif
|
||||||
|
%if 0%{?rhel} >= 10
|
||||||
|
-Dgoogle=false \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -411,8 +416,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_libexecdir}/gvfs-goa-volume-monitor
|
%{_libexecdir}/gvfs-goa-volume-monitor
|
||||||
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
|
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
|
||||||
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
||||||
|
%if ! (0%{?rhel} >= 10)
|
||||||
%{_datadir}/gvfs/mounts/google.mount
|
%{_datadir}/gvfs/mounts/google.mount
|
||||||
%{_libexecdir}/gvfsd-google
|
%{_libexecdir}/gvfsd-google
|
||||||
|
%endif
|
||||||
%{_userunitdir}/gvfs-goa-volume-monitor.service
|
%{_userunitdir}/gvfs-goa-volume-monitor.service
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
@ -421,6 +428,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Jun 01 2023 David King <amigadave@amigadave.com> - 1.50.4-2
|
||||||
- Rebuilt against libnfs
|
- Rebuilt against libnfs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user