Hello community, here is the log from the commit of package setools for openSUSE:Factory checked in at 2020-04-05 20:49:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/setools (Old) and /work/SRC/openSUSE:Factory/.setools.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "setools" Sun Apr 5 20:49:56 2020 rev:34 rq:791204 version:4.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/setools/setools.changes 2019-11-13 13:13:39.354781240 +0100 +++ /work/SRC/openSUSE:Factory/.setools.new.3248/setools.changes 2020-04-05 20:49:58.432977615 +0200 @@ -1,0 +2,18 @@ +Fri Apr 3 08:45:25 UTC 2020 - Johannes Segitz <[email protected]> + +- Update to the upstream version 4.3.0: + * Revised sediff method for TE rules. This drastically reduced memory + and run time. + * Added infiniband context support to seinfo, sediff, and apol. + * Added apol configuration for location of Qt assistant. + * Fixed sediff issue where properties header would display when not + requested. + * Fixed sediff issue with type_transition file name comparison. + * Fixed permission map socket sendto information flow direction. + * Added methods to TypeAttribute class to make it a complete Python + collection. + * Genfscon now will look up classes rather than using fixed values + which were dropped from libsepol +- Dropped python3.8-compat.patch + +------------------------------------------------------------------- Old: ---- 4.2.2.tar.gz python3.8-compat.patch New: ---- setools-4.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ setools.spec ++++++ --- /var/tmp/diff_new_pack.hcOWbr/_old 2020-04-05 20:49:58.848978012 +0200 +++ /var/tmp/diff_new_pack.hcOWbr/_new 2020-04-05 20:49:58.848978012 +0200 @@ -1,7 +1,7 @@ # # spec file for package setools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,16 +22,13 @@ %define skip_python2 1 Name: setools -Version: 4.2.2 +Version: 4.3.0 Release: 0 -Url: https://github.com/SELinuxProject/setools +URL: https://github.com/SELinuxProject/setools Summary: Policy analysis tools for SELinux License: GPL-2.0-only Group: System/Management -Source: https://github.com/SELinuxProject/setools/archive/%{version}.tar.gz -# PATCH-FIX-UPSTREAM python3.8-compat.patch [email protected] -# allow build with Python 3.8 -Patch0: python3.8-compat.patch +Source: https://github.com/SELinuxProject/setools/releases/download/%{version}/setools-%{version}.tar.bz2 BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -101,8 +98,7 @@ apol policy analysis tool %prep -%setup -q -n %{name}-%{version} -%autopatch -p1 +%setup -q -n %{name} %build %python_build @@ -129,6 +125,12 @@ %{_mandir}/man1/sediff.1.gz %{_mandir}/man1/seinfo.1.gz %{_mandir}/man1/sesearch.1.gz +%{_mandir}/ru/man1/apol.1.gz +%{_mandir}/ru/man1/sediff.1.gz +%{_mandir}/ru/man1/sedta.1.gz +%{_mandir}/ru/man1/seinfo.1.gz +%{_mandir}/ru/man1/seinfoflow.1.gz +%{_mandir}/ru/man1/sesearch.1.gz %files gui %defattr(-,root,root,-)
