diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index 8463638..2319e7f 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -1,5 +1,5 @@ --- policycoreutils-1.15.2/scripts/fixfiles.cron.rhat 2004-07-16 14:52:18.000000000 -0400 -+++ policycoreutils-1.15.2/scripts/fixfiles.cron 2004-07-19 12:05:45.932576737 -0400 ++++ policycoreutils-1.15.2/scripts/fixfiles.cron 2004-07-19 12:05:45.000000000 -0400 @@ -16,7 +16,14 @@ OUTFILE=`mktemp ${INVALIDFILE}.XXXXXXXXXX` || exit 1 /sbin/fixfiles -l /dev/null -o $OUTFILE $CRONTYPE @@ -18,7 +18,7 @@ - rm -f $OUTFILE fi --- policycoreutils-1.15.2/scripts/genhomedircon.rhat 2004-07-16 14:52:18.000000000 -0400 -+++ policycoreutils-1.15.2/scripts/genhomedircon 2004-07-19 11:59:05.074753900 -0400 ++++ policycoreutils-1.15.2/scripts/genhomedircon 2004-07-19 11:59:05.000000000 -0400 @@ -25,7 +25,6 @@ import commands, sys, os, pwd, string @@ -40,3 +40,14 @@ FILECONTEXTDIR=sys.argv[1] prefixes = getPrefixes() +--- policycoreutils-1.15.2/restorecon/restorecon.c.rhat 2004-07-16 14:52:18.000000000 -0400 ++++ policycoreutils-1.15.2/restorecon/restorecon.c 2004-07-20 08:14:14.761612849 -0400 +@@ -109,7 +109,7 @@ + int change=1; + int verbose=0; + int file=0; +- char opt; ++ int opt; + FILE *outfile=NULL; + char buf[PATH_MAX]; + diff --git a/policycoreutils.spec b/policycoreutils.spec index 3b451d5..2c37335 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,7 +1,7 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.15.2 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -75,6 +75,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Jul 20 2004 Dan Walsh 1.15.2-3 +- Fix restorecon getopt call to stop hang on IBM Arches + * Mon Jul 19 2004 Dan Walsh 1.15.2-2 - Only mail files less than 100 lines from fixfiles.cron - Add Russell's fix for genhomedircon