Accepting request 567294 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/567294 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=144
This commit is contained in:
commit
e00b4ce40f
@ -1,3 +1,8 @@
|
||||
Wed Jan 17 07:47:46 UTC 2018 - qzheng@suse.com
|
||||
|
||||
- Enable libnfs support also on SLE: BuildRequire pkgconfig(libnfs)
|
||||
unconditionally (bsc#1074978).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 16:53:11 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gvfs
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -58,6 +58,7 @@ BuildRequires: pkgconfig(libbluray)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
BuildRequires: pkgconfig(libgdata) >= 0.17.3
|
||||
BuildRequires: pkgconfig(libmtp) >= 1.1.5
|
||||
BuildRequires: pkgconfig(libnfs) >= 1.9.8
|
||||
BuildRequires: pkgconfig(libsecret-unstable)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
||||
@ -82,9 +83,6 @@ BuildRequires: libgdu-devel
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libnfs) >= 1.9.8
|
||||
%endif
|
||||
%if %{with_udisks2}
|
||||
BuildRequires: pkgconfig(udisks2) >= 1.97
|
||||
%endif
|
||||
@ -333,11 +331,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%endif
|
||||
%{_libexecdir}/%{name}/gvfsd-network
|
||||
%{_datadir}/%{name}/mounts/network.mount
|
||||
%if 0%{?is_opensuse}
|
||||
# allow priv ports for mounting nfs . Otherwise the nfs-service requires insecure (boo#1065864)
|
||||
%verify(not mode caps) %caps(cap_net_bind_service=+ep) %{_libexecdir}/%{name}/gvfsd-nfs
|
||||
%{_datadir}/%{name}/mounts/nfs.mount
|
||||
%endif
|
||||
%if !0%{?is_opensuse}
|
||||
%{_libexecdir}/%{name}/gvfsd-nvvfs
|
||||
%{_datadir}/%{name}/mounts/nvvfs.mount
|
||||
|
Loading…
Reference in New Issue
Block a user