Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package setools for openSUSE:Factory checked in at 2021-03-24 16:08:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/setools (Old) and /work/SRC/openSUSE:Factory/.setools.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "setools" Wed Mar 24 16:08:52 2021 rev:38 rq:878583 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/setools/setools.changes 2020-11-09 13:57:16.351982277 +0100 +++ /work/SRC/openSUSE:Factory/.setools.new.2401/setools.changes 2021-03-24 16:09:01.183691392 +0100 @@ -1,0 +2,7 @@ +Tue Mar 9 09:24:10 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Update to the version 4.4.0: + * Added support for old Boolean name substitution in seinfo and sesearch. + * Added sechecker tool which is a configuration file driven analysis tool. + +------------------------------------------------------------------- Old: ---- setools-4.3.0.tar.bz2 New: ---- setools-4.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ setools.spec ++++++ --- /var/tmp/diff_new_pack.3Y2EDg/_old 2021-03-24 16:09:01.631691861 +0100 +++ /var/tmp/diff_new_pack.3Y2EDg/_new 2021-03-24 16:09:01.635691866 +0100 @@ -1,7 +1,7 @@ # # spec file for package setools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} # As soon as python38 is introduced as flavor, we need this: %{?!python3_primary_provider:%define python3_primary_provider %{lua: \ l,c = posix.readlink("/usr/bin/python3") \ flavor = l:gsub("%.", ""):sub(0,-1) \ print(rpm.expand("%{?" .. flavor .. "_prefix}%{!?" .. flavor .. "_prefix:python3}")) \ }} - -# doesn't work for python 2 -%define skip_python2 1 +# Skip every flavor except for the primary_provider +%define pythons %python3_primary_provider Name: setools -Version: 4.3.0 +Version: 4.4.0 Release: 0 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/releases/download/%{version}/setools-%{version}.tar.bz2 +Source: https://github.com/SELinuxProject/setools/releases/download/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: libselinux-devel BuildRequires: libsepol-devel @@ -107,16 +105,16 @@ %setup -q -n %{name} %build -%{expand:%%%{python3_primary_provider}_build} +%python_build %install -%{expand:%%%{python3_primary_provider}_install} -%fdupes -s %{buildroot}%{expand:%%%{python3_primary_provider}_sitearch} +%python_install +%fdupes -s %{buildroot}%{python3_sitearch} %files -n %{python3_primary_provider}-setools %defattr(-,root,root,-) -%{expand:%%%{python3_primary_provider}_sitearch}/setools -%{expand:%%%{python3_primary_provider}_sitearch}/setools-%{version}*-info +%{python3_sitearch}/setools +%{python3_sitearch}/setools-%{version}*-info %files console %defattr(-,root,root,-) @@ -125,6 +123,8 @@ %{_bindir}/sedta %{_bindir}/seinfoflow %{_bindir}/sediff +%{_bindir}/sechecker +%{_mandir}/man1/sechecker.1.gz %{_mandir}/man1/sedta.1.gz %{_mandir}/man1/seinfoflow.1.gz %{_mandir}/man1/sediff.1.gz @@ -139,7 +139,7 @@ %files gui %defattr(-,root,root,-) -%{expand:%%%{python3_primary_provider}_sitearch}/setoolsgui +%{python3_sitearch}/setoolsgui %{_bindir}/apol %{_mandir}/man1/apol.1.gz ++++++ setools-4.3.0.tar.bz2 -> setools-4.4.0.tar.bz2 ++++++ ++++ 13757 lines of diff (skipped)