From 7dc3b95c59d05910459d264f78200faabacdb758c7d06d217453051e519dda0f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Jan 2018 08:17:43 +0000 Subject: [PATCH 1/3] Accepting request 566564 from home:zhengqiang:branches:GNOME:Factory - Enable libnfs support on SLE. OBS-URL: https://build.opensuse.org/request/show/566564 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=296 --- gvfs.changes | 5 +++++ gvfs.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gvfs.changes b/gvfs.changes index 1daee8f..67f353a 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 17 07:47:46 UTC 2018 - qzheng@suse.com + +- Enable libnfs support on SLE. + ------------------------------------------------------------------- Sat Dec 2 16:53:11 UTC 2017 - dimstar@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index 03c3add..3d05f9e 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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 From 232e022f411c3c3afd120301779d30cf34716791e56b8b0145f3056ffa048964 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Jan 2018 08:18:29 +0000 Subject: [PATCH 2/3] - Enable libnfs support also on SLE: BuildRequire pkgconfig(libnfs) unconditionally. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=297 --- gvfs.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gvfs.changes b/gvfs.changes index 67f353a..4c40c1f 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Wed Jan 17 07:47:46 UTC 2018 - qzheng@suse.com -- Enable libnfs support on SLE. +- Enable libnfs support also on SLE: BuildRequire pkgconfig(libnfs) + unconditionally. ------------------------------------------------------------------- Sat Dec 2 16:53:11 UTC 2017 - dimstar@opensuse.org From b92b5d8eb8ee16ed22f69d013168043f55ed1ed4570750ccda3062252a5606fd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Jan 2018 09:11:41 +0000 Subject: [PATCH 3/3] Accepting request 567258 from home:zhengqiang:branches:GNOME:Factory unconditionally (bsc#1074978). OBS-URL: https://build.opensuse.org/request/show/567258 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=298 --- gvfs.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gvfs.changes b/gvfs.changes index 4c40c1f..c2eff68 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,8 +1,7 @@ -------------------------------------------------------------------- Wed Jan 17 07:47:46 UTC 2018 - qzheng@suse.com - Enable libnfs support also on SLE: BuildRequire pkgconfig(libnfs) - unconditionally. + unconditionally (bsc#1074978). ------------------------------------------------------------------- Sat Dec 2 16:53:11 UTC 2017 - dimstar@opensuse.org