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:
parent
f06adee271
commit
c7d23f34dd
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user