forked from pool/permissions
Accepting request 807568 from Base:System
- Update to version 20200520: * permissions fixed profile: utempter: reinstate libexec compatibility entry (forwarded request 807566 from mgerstner) OBS-URL: https://build.opensuse.org/request/show/807568 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=135
This commit is contained in:
commit
b1726c7dd0
@ -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">d6344d0fa65aa85c9da0c9a9df00f21a7ddc95b3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7c941a25084b7fcb2d6465684796d0cc1c3b86960ffe911e84a89d95ec705c
|
||||
size 36872
|
3
permissions-20200520.tar.xz
Normal file
3
permissions-20200520.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e042bbbd955f4a52c9b8ebaf686abb305a7d27317e0e2886513eb40440eb180
|
||||
size 44748
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 09:02:14 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20200520:
|
||||
* permissions fixed profile: utempter: reinstate libexec compatibility entry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:14:38 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20200519:
|
||||
* chkstat: fix sign conversion warnings on 32-bit architectures
|
||||
* chkstat: allow simultaneous use of `--set` and `--system`
|
||||
* regtest: adjust TestUnkownOwnership test to new warning output behaviour
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 12:06:10 UTC 2020 - malte.kraus@suse.com
|
||||
|
||||
- Update to version 20200518:
|
||||
* whitelist texlive public binary (bsc#1171686)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 20200520
|
||||
|
||||
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