Accepting request 516838 from filesystems

1

OBS-URL: https://build.opensuse.org/request/show/516838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2017-08-18 12:56:48 +00:00 committed by Git OBS Bridge
commit fc798d6612
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 Fri Jan 22 12:04:12 UTC 2016 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package fuse # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,6 +40,9 @@ BuildRequires: pkgconfig
# FIXME: use proper Requires(pre/post/preun/...) # FIXME: use proper Requires(pre/post/preun/...)
PreReq: permissions PreReq: permissions
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1320
Requires(pre): group(trusted)
%endif
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} > 1130
Requires: util-linux >= 2.18 Requires: util-linux >= 2.18
%else %else