forked from pool/permissions
Accepting request 853107 from home:lnussel:branches:Base:System
move man page to where the documented files are A separate package for a single man page really is overkill. See also discussion at https://lists.opensuse.org/archives/list/packaging@lists.opensuse.org/message/5FSP57UVYLS7BNBDNF4EGHW5TEEZUS5D/ OBS-URL: https://build.opensuse.org/request/show/853107 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=290
This commit is contained in:
parent
c6c0f68644
commit
172fdb46a3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 12:58:20 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- move man page to where the documented files are
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 09:30:37 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -36,7 +36,6 @@ BuildRequires: tclap
|
||||
BuildRequires: python3-base
|
||||
Requires: chkstat
|
||||
Requires: permissions-config
|
||||
Recommends: permissions-doc
|
||||
Provides: aaa_base:%{_datadir}/permissions
|
||||
|
||||
%prep
|
||||
@ -60,18 +59,6 @@ This package does not contain files, it just requires the necessary packages.
|
||||
|
||||
%files
|
||||
|
||||
%package doc
|
||||
Summary: SUSE Linux Default Permissions documentation
|
||||
Group: Documentation/Man
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
Release: 0
|
||||
|
||||
%description doc
|
||||
Documentation for the permission files /usr/share/permissions/permissions*.
|
||||
|
||||
%files doc
|
||||
%{_mandir}/man5/permissions.5%{ext_man}
|
||||
|
||||
%package config
|
||||
Summary: SUSE Linux Default Permissions config files
|
||||
Group: Productivity/Security
|
||||
@ -81,6 +68,7 @@ Requires(post): %fillup_prereq
|
||||
Requires(post): chkstat
|
||||
#!BuildIgnore: group(trusted)
|
||||
Requires(pre): group(trusted)
|
||||
Obsoletes: permissions-doc <= %{suse_version}_%{VERSION_DATE}
|
||||
|
||||
%description config
|
||||
The actual permissions configuration files, /usr/share/permissions/permission.*.
|
||||
@ -95,6 +83,7 @@ The actual permissions configuration files, /usr/share/permissions/permission.*.
|
||||
%{_datadir}/permissions/variables.conf
|
||||
%config(noreplace) %{_sysconfdir}/permissions.local
|
||||
%{_fillupdir}/sysconfig.security
|
||||
%{_mandir}/man5/permissions.5%{ext_man}
|
||||
|
||||
%post config
|
||||
%{fillup_only -n security}
|
||||
|
Loading…
Reference in New Issue
Block a user