From 4adc19aea3883b9fd4612c7338207b30589d2602 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 13 May 2013 10:19:59 -0400 Subject: [PATCH] Only require selinux-policy-devel for policycoreutils-devel, this will shrink the size of the livecd. --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 8e6a98e..83f84ba 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.1.14 -Release: 39%{?dist} +Release: 40%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -135,7 +135,7 @@ Group: System Environment/Base Requires: policycoreutils-python = %{version}-%{release} Requires: /usr/bin/make Requires: checkpolicy -Requires: selinux-policy-devel selinux-policy-doc +Requires: selinux-policy-devel %description devel The policycoreutils-devel package contains the management tools use to develop policy in an SELinux environment. @@ -315,6 +315,9 @@ The policycoreutils-restorecond package contains the restorecond service. %{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || : %changelog +* Mon May 11 2013 Dan Walsh - 2.1.14-40 +- Only require selinux-policy-devel for policycoreutils-devel, this will shrink the size of the livecd. + * Sun May 10 2013 Dan Walsh - 2.1.14-39 - Run sepolgen-ifgen in audit2allow and sepolicy generate, if needed, first time - Add Sven Vermeulen patches to cleanup man pages