From ac45055c8c52b1538e3aba2d17020532141df7c0 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 29 Oct 2008 13:46:43 +0000 Subject: [PATCH] * Wed Oct 29 2008 Dan Walsh 2.0.57-8 - Fix typo in man page --- policycoreutils-rhat.patch | 12 ++++++++++++ policycoreutils.spec | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index 467021a..ad6cfb4 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -7,6 +7,18 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null) +diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow.1 policycoreutils-2.0.57/audit2allow/audit2allow.1 +--- nsapolicycoreutils/audit2allow/audit2allow.1 2008-08-28 09:34:24.000000000 -0400 ++++ policycoreutils-2.0.57/audit2allow/audit2allow.1 2008-10-29 09:44:41.000000000 -0400 +@@ -82,7 +82,7 @@ + Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format. + .TP + .B "\-w" | "\-\-why" +-Translates SELinux audit messages into a description of why the access wasn denied ++Translates SELinux audit messages into a description of why the access was denied + + .TP + .B "\-v" | "\-\-verbose" diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/newrole/newrole.c policycoreutils-2.0.57/newrole/newrole.c --- nsapolicycoreutils/newrole/newrole.c 2008-08-28 09:34:24.000000000 -0400 +++ policycoreutils-2.0.57/newrole/newrole.c 2008-10-17 16:43:52.000000000 -0400 diff --git a/policycoreutils.spec b/policycoreutils.spec index bc332af..2fa0169 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.57 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -193,6 +193,9 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Wed Oct 29 2008 Dan Walsh 2.0.57-8 +- Fix typo in man page + * Mon Oct 28 2008 Dan Walsh 2.0.57-7 - Handle selinux disabled correctly - Handle manipulation of fcontext file correctly