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:
parent
fa252fd27e
commit
21bee1bb5a
@ -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.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 @@
|
@@ -16,7 +16,14 @@
|
||||||
OUTFILE=`mktemp ${INVALIDFILE}.XXXXXXXXXX` || exit 1
|
OUTFILE=`mktemp ${INVALIDFILE}.XXXXXXXXXX` || exit 1
|
||||||
/sbin/fixfiles -l /dev/null -o $OUTFILE $CRONTYPE
|
/sbin/fixfiles -l /dev/null -o $OUTFILE $CRONTYPE
|
||||||
@ -18,7 +18,7 @@
|
|||||||
- rm -f $OUTFILE
|
- rm -f $OUTFILE
|
||||||
fi
|
fi
|
||||||
--- policycoreutils-1.15.2/scripts/genhomedircon.rhat 2004-07-16 14:52:18.000000000 -0400
|
--- 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 @@
|
@@ -25,7 +25,6 @@
|
||||||
import commands, sys, os, pwd, string
|
import commands, sys, os, pwd, string
|
||||||
|
|
||||||
@ -40,3 +40,14 @@
|
|||||||
FILECONTEXTDIR=sys.argv[1]
|
FILECONTEXTDIR=sys.argv[1]
|
||||||
prefixes = getPrefixes()
|
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];
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.15.2
|
Version: 1.15.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -75,6 +75,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-2
|
||||||
- Only mail files less than 100 lines from fixfiles.cron
|
- Only mail files less than 100 lines from fixfiles.cron
|
||||||
- Add Russell's fix for genhomedircon
|
- Add Russell's fix for genhomedircon
|
||||||
|
Loading…
Reference in New Issue
Block a user