* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 2.0.57-1

- Update to upstream
	* Update po files from Dan Walsh.
This commit is contained in:
Daniel J Walsh 2008-10-06 19:05:59 +00:00
parent 2cfc77b157
commit 9bb9beca12
5 changed files with 27308 additions and 308939 deletions

View File

@ -188,3 +188,4 @@ policycoreutils-2.0.53.tgz
policycoreutils-2.0.54.tgz
policycoreutils-2.0.55.tgz
policycoreutils-2.0.56.tgz
policycoreutils-2.0.57.tgz

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +1,9 @@
diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.55/Makefile
diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.56/Makefile
--- nsapolicycoreutils/Makefile 2008-08-28 09:34:24.000000000 -0400
+++ policycoreutils-2.0.55/Makefile 2008-08-29 14:34:58.000000000 -0400
+++ policycoreutils-2.0.56/Makefile 2008-10-01 15:18:10.000000000 -0400
@@ -1,4 +1,4 @@
-SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po
+SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui
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/semanage/semanage policycoreutils-2.0.55/semanage/semanage
--- nsapolicycoreutils/semanage/semanage 2008-09-12 11:48:15.000000000 -0400
+++ policycoreutils-2.0.55/semanage/semanage 2008-09-12 11:49:59.000000000 -0400
@@ -43,7 +43,7 @@
if __name__ == '__main__':
def usage(message = ""):
- raise ValueError(_("""
+ text = _("""
semanage [ -S store ] -i [ input_file | - ]
semanage {boolean|login|user|port|interface|node|fcontext|translation} -{l|D} [-n]
@@ -94,8 +94,8 @@
-s, --seuser SELinux User Name
-t, --type SELinux Type for the object
-r, --range MLS/MCS Security Range (MLS/MCS Systems only)
-%s
-""") % message)
+""")
+ raise ValueError("%s\n%s" % (text, message))
def errorExit(error):
sys.stderr.write("%s: " % sys.argv[0])
@@ -198,7 +198,7 @@
object = argv[0]
option_dict=get_options()
if object not in option_dict.keys():
- usage(_("%s not defined") % object)
+ usage(_("Invalid parameter %s not defined") % object)
args = argv[1:]

View File

@ -5,7 +5,7 @@
%define sepolgenver 1.0.13
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.0.56
Version: 2.0.57
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
@ -192,6 +192,10 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 2.0.57-1
- Update to upstream
* Update po files from Dan Walsh.
* Fri Sep 12 2008 Dan Walsh <dwalsh@redhat.com> 2.0.56-1
- Fix semanage help display
- Update to upstream

View File

@ -1,2 +1,2 @@
b6756a012c26f414e4a5f8f438ce2188 sepolgen-1.0.13.tgz
59462f5b1150734a23303e39d98feebc policycoreutils-2.0.56.tgz
52b590e33e13ed8aa10610237e8fa8d7 policycoreutils-2.0.57.tgz