forked from pool/permissions
Accepting request 707806 from home:jsegitz:branches:Base:System
- Moved requires to subpackages (bsc#1137257) OBS-URL: https://build.opensuse.org/request/show/707806 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=221
This commit is contained in:
parent
7ef24ac09f
commit
c817154009
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 10:38:58 UTC 2019 - <jsegitz@suse.com>
|
||||
|
||||
- Moved requires to subpackages (bsc#1137257)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 09:46:05 UTC 2019 - jsegitz@suse.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -28,10 +28,6 @@ Group: Productivity/Security
|
||||
Url: http://github.com/openSUSE/permissions
|
||||
Source: permissions-%{version}.tar.xz
|
||||
Source1: fix_version.sh
|
||||
BuildRequires: libcap-devel
|
||||
#!BuildIgnore: group(trusted)
|
||||
Requires(post): %fillup_prereq
|
||||
Requires(pre): group(trusted)
|
||||
Requires: chkstat
|
||||
Requires: permissions-config
|
||||
Recommends: permissions-doc
|
||||
@ -72,7 +68,10 @@ Summary: SUSE Linux Default Permissions config files
|
||||
Group: Productivity/Security
|
||||
Version: %{suse_version}_%{VERSION}
|
||||
Release: 0
|
||||
Requires(post): %fillup_prereq
|
||||
Requires(post): chkstat
|
||||
#!BuildIgnore: group(trusted)
|
||||
Requires(pre): group(trusted)
|
||||
|
||||
%description config
|
||||
The actual permissions configuration files, /etc/permission.*.
|
||||
@ -95,6 +94,7 @@ Summary: SUSE Linux Default Permissions tool
|
||||
Group: Productivity/Security
|
||||
Version: %{suse_version}_%{VERSION}
|
||||
Release: 0
|
||||
BuildRequires: libcap-devel
|
||||
|
||||
%description -n chkstat
|
||||
Tool to check and set file permissions.
|
||||
|
Loading…
Reference in New Issue
Block a user