forked from pool/permissions
Accepting request 649628 from home:mgerstner:branches:Base:System
- Update to version 20181116: * zypper-plugin: new plugin to fix bsc#1114383 OBS-URL: https://build.opensuse.org/request/show/649628 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=211
This commit is contained in:
parent
2808ce4fdd
commit
687b016f47
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||||
<param name="changesrevision">37bfdbdd7aa960b6110a3cc7f9896b459467760a</param></service></servicedata>
|
<param name="changesrevision">c1107931c09ab5e32fffa7696ab6b09fff553a96</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dceef8ec3e270937a87796ce6c8dee9ef2b82e8c756ab1c62b04c9c11022becf
|
|
||||||
size 18880
|
|
3
permissions-20181116.tar.xz
Normal file
3
permissions-20181116.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e58631e75d1a69447ea5b9ed39bf50c336b4606273335d6ebc76db8b12c5b204
|
||||||
|
size 20608
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 16 15:15:04 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 20181116:
|
||||||
|
* zypper-plugin: new plugin to fix bsc#1114383
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 12 12:14:18 UTC 2018 - opensuse-packaging@opensuse.org
|
Mon Nov 12 12:14:18 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: permissions
|
Name: permissions
|
||||||
Version: 20181112
|
Version: 20181116
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SUSE Linux Default Permissions
|
Summary: SUSE Linux Default Permissions
|
||||||
# Maintained in github by the security team.
|
# Maintained in github by the security team.
|
||||||
@ -61,4 +61,23 @@ make %{?_smp_mflags} CFLAGS="-W -Wall %{optflags}" FSCAPS_DEFAULT_ENABLED=0
|
|||||||
%{_mandir}/man8/chkstat.8%{ext_man}
|
%{_mandir}/man8/chkstat.8%{ext_man}
|
||||||
%{_fillupdir}/sysconfig.security
|
%{_fillupdir}/sysconfig.security
|
||||||
|
|
||||||
|
%package -n permissions-zypp-plugin
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: permissions = %version
|
||||||
|
Requires: python3-zypp-plugin
|
||||||
|
Requires: libzypp(plugin:commit) = 1
|
||||||
|
Summary: A zypper commit plugin for calling chkstat
|
||||||
|
Group: Productivity/Security
|
||||||
|
|
||||||
|
%description -n permissions-zypp-plugin
|
||||||
|
This package contains a plugin for zypper that calls `chkstat --system` after
|
||||||
|
new packages have been installed. This is helpful for maintaining custom
|
||||||
|
entries in /etc/permissions.local.
|
||||||
|
|
||||||
|
%files -n permissions-zypp-plugin
|
||||||
|
%dir /usr/lib/zypp
|
||||||
|
%dir /usr/lib/zypp/plugins
|
||||||
|
%dir /usr/lib/zypp/plugins/commit
|
||||||
|
/usr/lib/zypp/plugins/commit/permissions.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user