diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index 5b0e4a9..9b24c38 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -176,8 +176,8 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po if add_ind: diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.16/scripts/fixfiles --- nsapolicycoreutils/scripts/fixfiles 2007-05-04 09:14:49.000000000 -0400 -+++ policycoreutils-2.0.16/scripts/fixfiles 2007-09-18 14:21:45.000000000 -0400 -@@ -88,7 +88,7 @@ ++++ policycoreutils-2.0.16/scripts/fixfiles 2007-11-06 15:03:08.000000000 -0500 +@@ -88,11 +88,11 @@ esac; \ fi; \ done | \ @@ -186,6 +186,11 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po ! \( -fstype ext2 -o -fstype ext3 -o -fstype jfs -o -fstype xfs \) -prune -o \ \( -wholename /home -o -wholename /root -o -wholename /tmp -wholename /dev \) -prune -o -print; \ done 2> /dev/null | \ +- ${RESTORECON} $2 -v -f - ++ ${RESTORECON} $2 -f - + rm -f ${TEMPFILE} ${PREFCTEMPFILE} + fi + } @@ -108,6 +108,7 @@ rpmlist() { diff --git a/policycoreutils.spec b/policycoreutils.spec index 4699b0c..1bacdbd 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 2.0.16 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -192,6 +192,9 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Tue Nov 6 2007 Dan Walsh 2.0.16-15 +- Remove -v from restorecon in fixfiles + * Tue Oct 31 2007 Dan Walsh 2.0.16-14 - Update to latest semanage and system-config-selinux