From 081141d61756e145f6aa7472c4bd39630ce7a7500e2d981b8fa5635fe6dc3e3b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 14 Aug 2017 13:36:16 +0000 Subject: [PATCH] Accepting request 513158 from home:fcrozat:branches:filesystems - Ensure trusted group is available on Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/513158 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=63 --- fuse.changes | 5 +++++ fuse.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fuse.changes b/fuse.changes index 5eed588..2363b72 100644 --- a/fuse.changes +++ b/fuse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 31 10:25:45 UTC 2017 - fcrozat@suse.com + +- Ensure trusted group is available on Tumbleweed. + ------------------------------------------------------------------- Fri Jan 22 12:04:12 UTC 2016 - astieger@suse.com diff --git a/fuse.spec b/fuse.spec index db83dcc..896ca91 100644 --- a/fuse.spec +++ b/fuse.spec @@ -1,7 +1,7 @@ # # spec file for package fuse # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -40,6 +40,9 @@ BuildRequires: pkgconfig # FIXME: use proper Requires(pre/post/preun/...) PreReq: permissions BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1320 +Requires(pre): group(trusted) +%endif %if 0%{?suse_version} > 1130 Requires: util-linux >= 2.18 %else