From 77822be0cae13b0170dd7802ca0e87c4aed598df Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 27 Aug 2007 13:23:58 +0000 Subject: [PATCH] * Mon Aug 27 2007 Dan Walsh 2.0.25-4 - Fix location of sepolgen-ifgen --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 5ffda5c..26b3d9c 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.25 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -190,7 +190,7 @@ fi %post /sbin/chkconfig --add restorecond -[ -f /usr/share/selinux/devel/include/build.conf ] && /usr/sbin/sepolgen-ifgen > /dev/null +[ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen > /dev/null /usr/bin/sepolgen-ifgen > /dev/null exit 0 @@ -200,6 +200,9 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Mon Aug 27 2007 Dan Walsh 2.0.25-4 +- Fix location of sepolgen-ifgen + * Sat Aug 25 2007 Dan Walsh 2.0.25-3 - Add selinux-polgengui to desktop