forked from pool/permissions
Accepting request 805788 from home:mgerstner:branches:Base:System
- Update to version 20200514: * fixed permissions: adjust to new libexec dir location (bsc#1171164) (affects utempter path) - Update to version 20200513: * major rewrite of the chkstat tool * setuid bit for cockpit (bsc#1169614) OBS-URL: https://build.opensuse.org/request/show/805788 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=259
This commit is contained in:
parent
50981bbfa3
commit
4445ad42e7
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">8c6029212030ca9c4fc90a60ff26411acd64a565</param></service></servicedata>
|
||||
<param name="changesrevision">26ce6a086bf6b02bf657799976fbd075e0d73b09</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7c941a25084b7fcb2d6465684796d0cc1c3b86960ffe911e84a89d95ec705c
|
||||
size 36872
|
3
permissions-20200514.tar.xz
Normal file
3
permissions-20200514.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1a91ed95d69c80858e4f4c535963d10f3c548aa59b41215c3f6f879d182d10a
|
||||
size 44688
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 09:49:48 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20200514:
|
||||
* fixed permissions: adjust to new libexec dir location (bsc#1171164)
|
||||
(affects utempter path)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 12:09:17 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20200513:
|
||||
* major rewrite of the chkstat tool
|
||||
* setuid bit for cockpit (bsc#1169614)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 07 09:50:15 UTC 2020 - malte.kraus@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define VERSION_DATE 20200506
|
||||
%define VERSION_DATE 20200514
|
||||
|
||||
Name: permissions
|
||||
Version: %{VERSION_DATE}.%{suse_version}
|
||||
@ -31,6 +31,7 @@ Source1: fix_version.sh
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
BuildRequires: tclap
|
||||
Requires: chkstat
|
||||
Requires: permissions-config
|
||||
Recommends: permissions-doc
|
||||
|
Loading…
Reference in New Issue
Block a user