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
This commit is contained in:
David Sterba 2017-08-14 13:36:16 +00:00 committed by Git OBS Bridge
parent db5f8ab494
commit 081141d617
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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