forked from pool/permissions
Accepting request 853596 from 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/ (forwarded request 853107 from lnussel) OBS-URL: https://build.opensuse.org/request/show/853596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=146
This commit is contained in:
commit
6b6f3114f7
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">92eac1c845a2b647cc1aeb6c862fc6c93cc50b3d</param></service></servicedata>
|
||||
<param name="changesrevision">cc9cec0e1ec03843765dc2dd6e746e7dfdc1f8fe</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aca5ac4a9f989df2c01176a37260898ae03feea41ff8c28bbf1ff775ffceb5f9
|
||||
size 44324
|
3
permissions-20201111.tar.xz
Normal file
3
permissions-20201111.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e01c2b36d75d2542ba803245d35a0d38040b45d6e4e257e82dc8714e47352a30
|
||||
size 47032
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 20201111:
|
||||
* squid: remove basic_pam_auth which doesn't need special perms (bsc#1171569)
|
||||
* mgetty: remove long dead (or never existing) locks directory (bsc#1171882)
|
||||
* adjust squid pinger path (bsc#1171569)
|
||||
* profiles: remove now superfluous squid pinger paths (bsc#1171569)
|
||||
* ksgrd_network_helper: remove obviously wrong path
|
||||
* etc/permissions: remove unnecessary, duplicate, outdated entries
|
||||
* chkstat: implement support for variables in profile paths in new
|
||||
variables.conf
|
||||
* man pages: add documentation about variables, update copyrights
|
||||
* profiles: use new variables feature to remove redundant entries
|
||||
* profiles: prepare /usr/sbin versions of profile entries (bsc#1029961)
|
||||
* Makefile: support CXXFLAGS and LDFLAGS override / extension via make/env variables (bsc#1178475)
|
||||
* Makefile: compile with LFO support to fix 32-bit emulation on 64-bit hosts (bsc#1178476)
|
||||
* README: added information about know limitations of this approach
|
||||
- adjusted spec file:
|
||||
- package new variables.conf
|
||||
- apply %{optflags} correctly via CXXFLAGS variable
|
||||
- drop FSCAPS_DEFAULT_ENABLED which isn't recognized anymore by the
|
||||
refactored chkstat sources. This is now the default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 08 09:19:32 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define VERSION_DATE 20201008
|
||||
%define VERSION_DATE 20201111
|
||||
|
||||
Name: permissions
|
||||
Version: %{VERSION_DATE}.%{suse_version}
|
||||
@ -36,14 +36,13 @@ BuildRequires: tclap
|
||||
BuildRequires: python3-base
|
||||
Requires: chkstat
|
||||
Requires: permissions-config
|
||||
Recommends: permissions-doc
|
||||
Provides: aaa_base:%{_datadir}/permissions
|
||||
|
||||
%prep
|
||||
%autosetup -n permissions-%{VERSION_DATE}
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="-W -Wall %{optflags}" FSCAPS_DEFAULT_ENABLED=0
|
||||
make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%make_install fillupdir=%{_fillupdir}
|
||||
@ -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.*.
|
||||
@ -92,8 +80,10 @@ The actual permissions configuration files, /usr/share/permissions/permission.*.
|
||||
%{_datadir}/permissions/permissions.easy
|
||||
%{_datadir}/permissions/permissions.secure
|
||||
%{_datadir}/permissions/permissions.paranoid
|
||||
%{_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…
x
Reference in New Issue
Block a user