From 6df7d46d73ab36025adfc0d3cbd9e426ac8d5c91 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 16 Dec 2013 09:20:43 -0500 Subject: [PATCH] Fix broken dependencies. --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index e48b1e3..8df1b7b 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.2.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -106,7 +106,7 @@ Summary: SELinux policy core python3 interfaces Group: System Environment/Base Requires:policycoreutils = %{version}-%{release} Requires:libsemanage-python3 >= %{libsemanagever} libselinux-python3 libcgroup -Requires:audit-libs-python3 >= %{libauditver} +Requires:audit-libs-python >= %{libauditver} %description python3 The policycoreutils-python3 package contains the interfaces that can be used @@ -383,6 +383,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Mon Dec 16 2013 Dan Walsh - 2.2.4-4 +- Fix broken dependencies. + * Fri Dec 13 2013 Dan Walsh - 2.2.4-3 - Break out python3 code into separate package