* 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:
parent
2cfc77b157
commit
9bb9beca12
@ -188,3 +188,4 @@ policycoreutils-2.0.53.tgz
|
|||||||
policycoreutils-2.0.54.tgz
|
policycoreutils-2.0.54.tgz
|
||||||
policycoreutils-2.0.55.tgz
|
policycoreutils-2.0.55.tgz
|
||||||
policycoreutils-2.0.56.tgz
|
policycoreutils-2.0.56.tgz
|
||||||
|
policycoreutils-2.0.57.tgz
|
||||||
|
336196
policycoreutils-po.patch
336196
policycoreutils-po.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
--- 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 @@
|
@@ -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
|
||||||
+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
|
+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)
|
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:]
|
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define sepolgenver 1.0.13
|
%define sepolgenver 1.0.13
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.56
|
Version: 2.0.57
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -192,6 +192,10 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 12 2008 Dan Walsh <dwalsh@redhat.com> 2.0.56-1
|
||||||
- Fix semanage help display
|
- Fix semanage help display
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user