From 4445ad42e7b06cc8ed091fd3eba52aacbd4641e808f88733661bd3d98e32d6fc Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Mon, 18 May 2020 11:33:57 +0000 Subject: [PATCH 1/4] 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 From 5ae3717c19360ee9833be71473853d35a6618db16188af01f2b066dace829c56 Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Mon, 18 May 2020 12:07:18 +0000 Subject: [PATCH 2/4] - Update to version 20200518: * whitelist texlive public binary (bsc#1171686) OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=260 --- _servicedata | 2 +- permissions-20200514.tar.xz | 3 --- permissions-20200518.tar.xz | 3 +++ permissions.changes | 6 ++++++ permissions.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 permissions-20200514.tar.xz create mode 100644 permissions-20200518.tar.xz diff --git a/_servicedata b/_servicedata index ef0015e..0e3516a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - 26ce6a086bf6b02bf657799976fbd075e0d73b09 \ No newline at end of file + e8359c6cae28265c23665894069a813240c9a69f \ No newline at end of file diff --git a/permissions-20200514.tar.xz b/permissions-20200514.tar.xz deleted file mode 100644 index f9bde0e..0000000 --- a/permissions-20200514.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1a91ed95d69c80858e4f4c535963d10f3c548aa59b41215c3f6f879d182d10a -size 44688 diff --git a/permissions-20200518.tar.xz b/permissions-20200518.tar.xz new file mode 100644 index 0000000..ad72a2b --- /dev/null +++ b/permissions-20200518.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd8350cb0df456c3a3356c6a8000db3072e7d19f76afb51840e5cad6c55268a +size 44724 diff --git a/permissions.changes b/permissions.changes index ec27cbf..8c78b27 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/permissions.spec b/permissions.spec index bbae807..e1b6051 100644 --- a/permissions.spec +++ b/permissions.spec @@ -16,7 +16,7 @@ # -%define VERSION_DATE 20200514 +%define VERSION_DATE 20200518 Name: permissions Version: %{VERSION_DATE}.%{suse_version} From b3c2250df98a446193bc88546f9cd48d498aac1d9f840b1004296963d745f677 Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Tue, 19 May 2020 09:32:14 +0000 Subject: [PATCH 3/4] Accepting request 807173 from home:mgerstner:branches:Base:System - 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 OBS-URL: https://build.opensuse.org/request/show/807173 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=261 --- _servicedata | 2 +- permissions-20200518.tar.xz | 3 --- permissions-20200519.tar.xz | 3 +++ permissions.changes | 8 ++++++++ permissions.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 permissions-20200518.tar.xz create mode 100644 permissions-20200519.tar.xz diff --git a/_servicedata b/_servicedata index 0e3516a..c7b525f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - e8359c6cae28265c23665894069a813240c9a69f \ No newline at end of file + 911e1596645032e2d1d5c653f36232fc180fe341 \ No newline at end of file diff --git a/permissions-20200518.tar.xz b/permissions-20200518.tar.xz deleted file mode 100644 index ad72a2b..0000000 --- a/permissions-20200518.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdd8350cb0df456c3a3356c6a8000db3072e7d19f76afb51840e5cad6c55268a -size 44724 diff --git a/permissions-20200519.tar.xz b/permissions-20200519.tar.xz new file mode 100644 index 0000000..4dfdfde --- /dev/null +++ b/permissions-20200519.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08b8357df14cef36cf9895b18f449ae8064c5141c70b164a94567686c923794 +size 44736 diff --git a/permissions.changes b/permissions.changes index 8c78b27..5c02739 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/permissions.spec b/permissions.spec index e1b6051..d67034f 100644 --- a/permissions.spec +++ b/permissions.spec @@ -16,7 +16,7 @@ # -%define VERSION_DATE 20200518 +%define VERSION_DATE 20200519 Name: permissions Version: %{VERSION_DATE}.%{suse_version} From 3cb7f26448c0e51fb50278d44dc8b909291574fab160a2a0f38d5a9c4dc7acec Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 20 May 2020 10:22:24 +0000 Subject: [PATCH 4/4] Accepting request 807566 from home:mgerstner:branches:Base:System - Update to version 20200520: * permissions fixed profile: utempter: reinstate libexec compatibility entry OBS-URL: https://build.opensuse.org/request/show/807566 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=262 --- _servicedata | 2 +- permissions-20200519.tar.xz | 3 --- permissions-20200520.tar.xz | 3 +++ permissions.changes | 6 ++++++ permissions.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 permissions-20200519.tar.xz create mode 100644 permissions-20200520.tar.xz diff --git a/_servicedata b/_servicedata index c7b525f..b51f60d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - 911e1596645032e2d1d5c653f36232fc180fe341 \ No newline at end of file + d6344d0fa65aa85c9da0c9a9df00f21a7ddc95b3 \ No newline at end of file diff --git a/permissions-20200519.tar.xz b/permissions-20200519.tar.xz deleted file mode 100644 index 4dfdfde..0000000 --- a/permissions-20200519.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08b8357df14cef36cf9895b18f449ae8064c5141c70b164a94567686c923794 -size 44736 diff --git a/permissions-20200520.tar.xz b/permissions-20200520.tar.xz new file mode 100644 index 0000000..959ac39 --- /dev/null +++ b/permissions-20200520.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e042bbbd955f4a52c9b8ebaf686abb305a7d27317e0e2886513eb40440eb180 +size 44748 diff --git a/permissions.changes b/permissions.changes index 5c02739..36560cc 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/permissions.spec b/permissions.spec index d67034f..695d23a 100644 --- a/permissions.spec +++ b/permissions.spec @@ -16,7 +16,7 @@ # -%define VERSION_DATE 20200519 +%define VERSION_DATE 20200520 Name: permissions Version: %{VERSION_DATE}.%{suse_version}