From b153c00225d1f381e3ede258f3b1919514c147dd Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Wed, 5 Nov 2014 12:43:47 +0100 Subject: [PATCH] - Switch over to dnf from yum --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 5937038..c08a0ad 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.3 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -196,7 +196,7 @@ an SELinux environment. Summary: SELinux policy core policy devel utilities Group: System Environment/Base Requires: policycoreutils-python = %{version}-%{release} -Requires: /usr/bin/make yum +Requires: /usr/bin/make dnf Requires: selinux-policy-devel %description devel @@ -384,6 +384,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Wed Nov 5 2014 Miroslav Grepl - 2.3-12 +- Switch over to dnf from yum + * Tue Sep 23 2014 Miroslav Grepl - 2.3-11 - Improvements to audit2allow from rhallise@redhat.com * Check for mislabeled files.