From c2d61949117d317940261baa3a63150d11cf12a0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 9 Nov 2020 10:26:22 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/policycoreutils.git#f052664e787cde48cdf61147856fda640f070d8d --- policycoreutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index b75f1ad..e734c79 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -12,7 +12,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 3.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/policycoreutils-3.1.tar.gz @@ -70,7 +70,7 @@ Conflicts: initscripts < 9.66 Provides: /sbin/fixfiles Provides: /sbin/restorecon -BuildRequires: gcc +BuildRequires: gcc make BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-static >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel >= %{libauditver} gettext BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel BuildRequires: python3-devel @@ -272,7 +272,7 @@ Requires:python3-libsemanage >= %{libsemanagever} python3-libselinux # no python3-audit-libs yet Requires:audit-libs-python3 >= %{libauditver} Requires: checkpolicy -Requires: python3-setools >= 4.1.1 +Requires: python3-setools >= 4.4.0 BuildArch: noarch %description -n python3-policycoreutils @@ -538,6 +538,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Mon Nov 9 2020 Petr Lautrbach - 3.1-6 +- Require latest setools + * Fri Oct 30 2020 Petr Lautrbach - 3.1-5 - Build with libsepol.so.1 and libsemanage.so.2 - Set X-GNOME-HiddenUnderSystemd=true in restorecond.desktop file