From 93602ec85a75c2985c72a0e21a0937e013a43a08 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 24 Feb 2015 17:01:47 +0100 Subject: [PATCH] Temporary removed Requires:audit-libs-python from policycoreutils-python3 subpackage (#1195139) audit-libs-python is still python2 only and it's not used in -python3 subpackage right now anyway --- policycoreutils.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index f8f9d84..f095afb 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -113,7 +113,8 @@ Summary: SELinux policy core python3 interfaces Group: System Environment/Base Requires:policycoreutils = %{version}-%{release} Requires:libsemanage-python3 >= %{libsemanagever} libselinux-python3 libcgroup -Requires:audit-libs-python >= %{libauditver} +# python3 should require audit-libs-python3 which doesn't exists yet (#1195139) +# Requires:audit-libs-python >= %{libauditver} %description python3 The policycoreutils-python3 package contains the interfaces that can be used