SHA256
1
0
forked from pool/permissions

- Require: group(trusted), as we are handing it out to some unsuspecting

binaries and it is no longer default.

OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=157
This commit is contained in:
Marcus Meissner 2017-06-03 07:22:19 +00:00 committed by Git OBS Bridge
parent f06adee271
commit c7d23f34dd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 3 07:21:24 UTC 2017 - meissner@suse.com
- Require: group(trusted), as we are handing it out to some unsuspecting
binaries and it is no longer default.
-------------------------------------------------------------------
Fri Jun 2 10:55:09 UTC 2017 - meissner@suse.com

View File

@ -28,6 +28,9 @@ Summary: SUSE Linux Default Permissions
# Maintained in github by the security team.
License: GPL-2.0+
Group: Productivity/Security
%if 0%{?suse_version} >= 1330
Requires(pre): group(trusted)
%endif
Source: permissions-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://github.com/openSUSE/permissions