From 98befff199b850cf39bfb8e74d3e4ac407e50549 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 27 Jul 2015 10:02:17 +0200 Subject: [PATCH] policycoreutils-devel depends on policycoreutils-python-utils (#1246818) policycoreutils-2.4-6 --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 495148f..1a16398 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Base # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -209,7 +209,7 @@ an SELinux environment. %package devel Summary: SELinux policy core policy devel utilities Group: System Environment/Base -Requires: policycoreutils-python3 = %{version}-%{release} +Requires: policycoreutils-python-utils = %{version}-%{release} Requires: /usr/bin/make dnf Requires: selinux-policy-devel @@ -398,6 +398,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Mon Jul 27 2015 Petr Lautrbach 2.4-6 +- policycoreutils-devel depends on policycoreutils-python-utils (#1246818) + * Fri Jul 24 2015 Petr Lautrbach 2.4-5 - Move python utilities from -python to -python-utilities - All scripts originally from policycoreutils-python use python 3 now