forked from pool/permissions
Accepting request 649630 from Base:System
- Update to version 20181116: * zypper-plugin: new plugin to fix bsc#1114383 - Update to version 20181112: * singularity: remove -suid binaries that have been dropped since version 2.4 (bsc#1028304) OBS-URL: https://build.opensuse.org/request/show/649630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=120
This commit is contained in:
commit
29b31aa2bb
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">2a511608aeccb6f43d94e0086f3878a7465b235a</param></service></servicedata>
|
||||
<param name="changesrevision">c1107931c09ab5e32fffa7696ab6b09fff553a96</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8991703ece60447aad735ae60eec45051b05ca6e652b89283c3b623e1fa3487f
|
||||
size 18844
|
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,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 20181112:
|
||||
* singularity: remove -suid binaries that have been dropped since version
|
||||
2.4 (bsc#1028304)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 12:13:21 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: permissions
|
||||
Version: 20181030
|
||||
Version: 20181116
|
||||
Release: 0
|
||||
Summary: SUSE Linux Default Permissions
|
||||
# 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}
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user