Hello community, here is the log from the commit of package fuse for openSUSE:Factory checked in at 2017-08-18 14:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fuse (Old) and /work/SRC/openSUSE:Factory/.fuse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fuse" Fri Aug 18 14:56:48 2017 rev:66 rq:516838 version:2.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/fuse/fuse.changes 2016-01-30 11:34:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes 2017-08-18 14:56:50.686004515 +0200 @@ -1,0 +2,5 @@ +Mon Jul 31 10:25:45 UTC 2017 - [email protected] + +- Ensure trusted group is available on Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fuse.spec ++++++ --- /var/tmp/diff_new_pack.uQ4uRu/_old 2017-08-18 14:56:52.373766920 +0200 +++ /var/tmp/diff_new_pack.uQ4uRu/_new 2017-08-18 14:56:52.381765795 +0200 @@ -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 @@ # 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
