From 4445ad42e7b06cc8ed091fd3eba52aacbd4641e808f88733661bd3d98e32d6fc Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Mon, 18 May 2020 11:33:57 +0000 Subject: [PATCH] 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 --- _servicedata | 2 +- permissions-20200506.tar.xz | 3 --- permissions-20200514.tar.xz | 3 +++ permissions.changes | 14 ++++++++++++++ permissions.spec | 3 ++- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 permissions-20200506.tar.xz create mode 100644 permissions-20200514.tar.xz diff --git a/_servicedata b/_servicedata index 8a0c130..ef0015e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - 8c6029212030ca9c4fc90a60ff26411acd64a565 \ No newline at end of file + 26ce6a086bf6b02bf657799976fbd075e0d73b09 \ No newline at end of file diff --git a/permissions-20200506.tar.xz b/permissions-20200506.tar.xz deleted file mode 100644 index 4a57271..0000000 --- a/permissions-20200506.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7c941a25084b7fcb2d6465684796d0cc1c3b86960ffe911e84a89d95ec705c -size 36872 diff --git a/permissions-20200514.tar.xz b/permissions-20200514.tar.xz new file mode 100644 index 0000000..f9bde0e --- /dev/null +++ b/permissions-20200514.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a91ed95d69c80858e4f4c535963d10f3c548aa59b41215c3f6f879d182d10a +size 44688 diff --git a/permissions.changes b/permissions.changes index 60e571e..ec27cbf 100644 --- a/permissions.changes +++ b/permissions.changes @@ -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 diff --git a/permissions.spec b/permissions.spec index 902aeb1..bbae807 100644 --- a/permissions.spec +++ b/permissions.spec @@ -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