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
This commit is contained in:
parent
77000e5e1d
commit
e04835ddc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a8893fbaf3bd79154b5e9677ae16cb20c02de8c52c95890a61cecb07daaa700
|
||||
size 363802
|
3
4.2.1.tar.gz
Normal file
3
4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da08f9b044d0054acfec8e0c450430f4757ba1843d858ddfd71b756c92db47df
|
||||
size 365096
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user