From 3f69c2f15bba299e5839c62f44b83f951b4d0aa1 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 21 Feb 2013 22:49:36 +0100 Subject: [PATCH] Add yum to requires of policycoreutils-python since sepolicy requires it. --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 1378bec..96de74a 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.1.14 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -111,7 +111,7 @@ Requires: libsemanage-python >= %{libsemanagever} libselinux-python libcgroup Requires: audit-libs-python >= %{libauditver} Requires(pre): python >= 2.6 Obsoletes: policycoreutils < 2.0.61-2 -Requires: python-IPy +Requires: python-IPy yum %description python The policycoreutils-python package contains the management tools use to manage an SELinux environment. @@ -324,6 +324,9 @@ The policycoreutils-restorecond package contains the restorecond service. %{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || : %changelog +* Thu Feb 21 2013 Dan Walsh - 2.1.14-9 +- Add yum to requires of policycoreutils-python since sepolicy requires it. + * Thu Feb 21 2013 Dan Walsh - 2.1.14-8 - Sepolixy should not throw an exception on an SELinux disabled machine - Switch from using console app to using pkexec, so we will work better