auto-import changelog data from policycoreutils-1.15.2-3.src.rpm

* Tue Jul 20 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-3
- Fix restorecon getopt call to stop hang on IBM Arches
This commit is contained in:
cvsdist 2004-09-09 10:36:25 +00:00
parent fa252fd27e
commit 21bee1bb5a
2 changed files with 17 additions and 3 deletions

View File

@ -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];

View File

@ -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 <dwalsh@redhat.com> 1.15.2-3
- Fix restorecon getopt call to stop hang on IBM Arches
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-2
- Only mail files less than 100 lines from fixfiles.cron
- Add Russell's fix for genhomedircon