From e04835ddc29e2263289bc88b2f2d1d30c4397654d7a2b5e87859c9c8230565ff Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Tue, 5 Feb 2019 10:31:49 +0000 Subject: [PATCH] Accepting request 671814 from home:jsegitz:branches:security:SELinux - Update to 4.2.1 * Set SIGPIPE handler for CLI tools. * Fixed alias dereferencing in TypeQuery and type, category, and sensitivity lookups. * Fixed sediff bug for rendering modified nodecons. * Fixed devicetreecon count output. * Fixed policy target platform check. * Fixed bug in creating permission set intersection in apol. - Provide python-setools OBS-URL: https://build.opensuse.org/request/show/671814 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setools?expand=0&rev=67 --- 4.2.0.tar.gz | 3 --- 4.2.1.tar.gz | 3 +++ setools.changes | 13 +++++++++++++ setools.spec | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 4.2.0.tar.gz create mode 100644 4.2.1.tar.gz diff --git a/4.2.0.tar.gz b/4.2.0.tar.gz deleted file mode 100644 index 6eac53b..0000000 --- a/4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a8893fbaf3bd79154b5e9677ae16cb20c02de8c52c95890a61cecb07daaa700 -size 363802 diff --git a/4.2.1.tar.gz b/4.2.1.tar.gz new file mode 100644 index 0000000..38cf57b --- /dev/null +++ b/4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da08f9b044d0054acfec8e0c450430f4757ba1843d858ddfd71b756c92db47df +size 365096 diff --git a/setools.changes b/setools.changes index f2feab2..e617b83 100644 --- a/setools.changes +++ b/setools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 5 08:01:41 UTC 2019 - jsegitz@suse.com + +- Update to 4.2.1 + * Set SIGPIPE handler for CLI tools. + * Fixed alias dereferencing in TypeQuery and type, category, and + sensitivity lookups. + * Fixed sediff bug for rendering modified nodecons. + * Fixed devicetreecon count output. + * Fixed policy target platform check. + * Fixed bug in creating permission set intersection in apol. +- Provide python-setools + ------------------------------------------------------------------- Fri Dec 7 15:10:14 UTC 2018 - jsegitz@suse.com diff --git a/setools.spec b/setools.spec index b96e33a..5221dac 100644 --- a/setools.spec +++ b/setools.spec @@ -1,7 +1,7 @@ # # spec file for package setools # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define skip_python2 1 Name: setools -Version: 4.2.0 +Version: 4.2.1 Release: 0 Url: https://github.com/SELinuxProject/setools Summary: Policy analysis tools for SELinux @@ -74,6 +74,7 @@ License: LGPL-2.0-only Group: Development/Languages/Python Requires: python Obsoletes: python-setools < %{version} +Provides: python-setools = %{version}-%{release} %description -n python3-setools SETools is a collection of graphical tools, command-line tools, and