forked from pool/permissions
Accepting request 847754 from home:mgerstner:branches:Base:System
- 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. OBS-URL: https://build.opensuse.org/request/show/847754 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=289
This commit is contained in:
parent
5d5b938d79
commit
c6c0f68644
@ -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,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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}
|
||||
@ -43,7 +43,7 @@ Provides: aaa_base:%{_datadir}/permissions
|
||||
%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}
|
||||
@ -92,6 +92,7 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user