diff --git a/SPECS/setools.spec b/SPECS/setools.spec index 2b49bef..d7854c9 100644 --- a/SPECS/setools.spec +++ b/SPECS/setools.spec @@ -1,9 +1,9 @@ -%global sepol_ver 3.2-1 -%global selinux_ver 3.2-1 +%global sepol_ver 3.4-1 +%global selinux_ver 3.4-1 Name: setools Version: 4.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Policy analysis tools for SELinux License: GPLv2 @@ -70,7 +70,6 @@ This package includes the following console tools: %package -n python3-setools Summary: Policy analysis tools for SELinux Obsoletes: setools-libs < 4.0.0 -Recommends: libselinux-python3 %{?python_provide:%python_provide python3-setools} Requires: python3-setuptools @@ -142,6 +141,10 @@ Python modules designed to facilitate SELinux policy analysis. %{_mandir}/ru/man1/apol* %changelog +* Fri Jun 10 2022 Petr Lautrbach - 4.4.0-5 +- Update required userspace versions to 3.4 +- Drop unnecessary Recommends + * Fri Nov 19 2021 Petr Lautrbach - 4.4.0-4 - Make seinfo output predictable https://github.com/SELinuxProject/setools/issues/65