diff --git a/permissions.changes b/permissions.changes index 7eb8fcc..d6a63eb 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 5 10:38:58 UTC 2019 - + +- Moved requires to subpackages (bsc#1137257) + ------------------------------------------------------------------- Thu May 2 09:46:05 UTC 2019 - jsegitz@suse.com diff --git a/permissions.spec b/permissions.spec index aaa9403..71c9584 100644 --- a/permissions.spec +++ b/permissions.spec @@ -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.