diff --git a/permissions.changes b/permissions.changes index d4c0825..050c67d 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 7 10:58:37 UTC 2017 - dimstar@opensuse.org + +- BuildIgnore group(trusted): we don't really care for this group + in the buildroot and do not want to get system-users into the + bootstrap cycle as we can avoid it. + ------------------------------------------------------------------- Sat Jun 3 07:21:24 UTC 2017 - meissner@suse.com diff --git a/permissions.spec b/permissions.spec index ee5b093..e2b16a0 100644 --- a/permissions.spec +++ b/permissions.spec @@ -30,6 +30,7 @@ License: GPL-2.0+ Group: Productivity/Security %if 0%{?suse_version} >= 1330 Requires(pre): group(trusted) +#!BuildIgnore: group(trusted) %endif Source: permissions-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build