rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.204, 1.205 policycoreutils.spec, 1.286, 1.287

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 20 13:14:49 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24396

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Tue Jun 20 2006 Dan Walsh <dwalsh at redhat.com> 1.30.14-3
- Prompt for selinux-policy-devel package in audit2allow


policycoreutils-rhat.patch:
 audit2allow/audit2allow.1 |    2 
 audit2allow/avc.py        |    2 
 po/hi.po                  |   33 +++---
 po/mr.po                  |   86 ++++++++++-------
 po/ms.po                  |  232 +++++++++++++++++++++++++++++-----------------
 setsebool/setsebool.8     |    3 
 setsebool/setsebool.c     |    6 -
 7 files changed, 227 insertions(+), 137 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- policycoreutils-rhat.patch	19 Jun 2006 14:36:40 -0000	1.204
+++ policycoreutils-rhat.patch	20 Jun 2006 13:14:45 -0000	1.205
@@ -1,3 +1,27 @@
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/audit2allow.1 policycoreutils-1.30.14/audit2allow/audit2allow.1
+--- nsapolicycoreutils/audit2allow/audit2allow.1	2006-05-15 09:42:57.000000000 -0400
++++ policycoreutils-1.30.14/audit2allow/audit2allow.1	2006-06-20 09:11:30.000000000 -0400
+@@ -66,7 +66,7 @@
+ Generate require output syntax for loadable modules.
+ .TP
+ .B "\-R" | "\-\-reference"
+-Generate reference policy using installed macros
++Generate reference policy using installed macros.  Requires the selinux-policy-devel package.
+ .TP
+ .B "\-t "  | "\-\-tefile"
+ Indicates input file is a te (type enforcement) file.  This can be used to translate old te format to new policy format.
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/avc.py policycoreutils-1.30.14/audit2allow/avc.py
+--- nsapolicycoreutils/audit2allow/avc.py	2006-05-23 06:19:30.000000000 -0400
++++ policycoreutils-1.30.14/audit2allow/avc.py	2006-06-20 09:12:47.000000000 -0400
+@@ -66,7 +66,7 @@
+ 	try:
+ 		fd = open("/usr/share/selinux/devel/include/support/obj_perm_sets.spt")
+ 	except IOError, error:
+-		raise IOError("Reference policy generation requires the policy development package.\n%s" % error)
++		raise IOError("Reference policy generation requires the policy development package selinux-policy-devel.\n%s" % error)
+         records = fd.read().split("\n")
+         regexp = "^define *\(`([^']*)' *, *` *\{([^}]*)}'"
+         for r in records:
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils-1.30.14/po/hi.po
 --- nsapolicycoreutils/po/hi.po	2006-06-16 15:08:24.000000000 -0400
 +++ policycoreutils-1.30.14/po/hi.po	2006-06-19 10:34:57.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- policycoreutils.spec	19 Jun 2006 14:36:43 -0000	1.286
+++ policycoreutils.spec	20 Jun 2006 13:14:46 -0000	1.287
@@ -5,7 +5,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.30.14
-Release: 2
+Release: 3
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -111,6 +111,9 @@
 [ -x /sbin/service ] && /sbin/service restorecond condrestart
 
 %changelog
+* Tue Jun 20 2006 Dan Walsh <dwalsh at redhat.com> 1.30.14-3
+- Prompt for selinux-policy-devel package in audit2allow
+
 * Mon Jun 19 2006 Dan Walsh <dwalsh at redhat.com> 1.30.14-2
 - Allow setsebool to use on/off
 - Update translations




More information about the fedora-cvs-commits mailing list