* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 2.0.26-2

- Fixed spelling mistakes in booleans defs
- Update po
This commit is contained in:
Daniel J Walsh 2007-09-24 17:45:50 +00:00
parent 1f2b67a04d
commit d1bf9de62b
2 changed files with 26 additions and 17 deletions

View File

@ -163219,8 +163219,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lv.po policycoreutils
msgstr "" msgstr ""
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/Makefile policycoreutils-2.0.26/po/Makefile diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/Makefile policycoreutils-2.0.26/po/Makefile
--- nsapolicycoreutils/po/Makefile 2007-07-16 14:20:42.000000000 -0400 --- nsapolicycoreutils/po/Makefile 2007-07-16 14:20:42.000000000 -0400
+++ policycoreutils-2.0.26/po/Makefile 2007-09-24 12:16:45.000000000 -0400 +++ policycoreutils-2.0.26/po/Makefile 2007-09-24 13:43:42.000000000 -0400
@@ -23,20 +23,64 @@ @@ -23,20 +23,62 @@
POFILES = $(wildcard *.po) POFILES = $(wildcard *.po)
MOFILES = $(patsubst %.po,%.mo,$(POFILES)) MOFILES = $(patsubst %.po,%.mo,$(POFILES))
POTFILES = \ POTFILES = \
@ -163231,18 +163231,17 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/Makefile policycoreut
+ ../semodule_link/semodule_link.c \ + ../semodule_link/semodule_link.c \
+ ../audit2allow/audit2allow \ + ../audit2allow/audit2allow \
+ ../semanage/seobject.py \ + ../semanage/seobject.py \
+ ../restorecon/restorecon.c \
+ ../setsebool/setsebool.c \ + ../setsebool/setsebool.c \
+ ../newrole/newrole.c \ + ../newrole/newrole.c \
+ ../load_policy/load_policy.c \ + ../load_policy/load_policy.c \
+ ../sestatus/sestatus.c \ + ../sestatus/sestatus.c \
+ ../semodule/semodule.c \ + ../semodule/semodule.c \
../setfiles/setfiles.c \ ../setfiles/setfiles.c \
- ../scripts/genhomedircon \
+ ../semodule_package/semodule_package.c \ + ../semodule_package/semodule_package.c \
+ ../semodule_deps/semodule_deps.c \ + ../semodule_deps/semodule_deps.c \
+ ../semodule_expand/semodule_expand.c \ + ../semodule_expand/semodule_expand.c \
+ ../audit2why/audit2why.c \ + ../audit2why/audit2why.c \
../scripts/genhomedircon \
../scripts/chcat \ ../scripts/chcat \
- ../semanage/semanage \ - ../semanage/semanage \
- ../semanage/seobject.py \ - ../semanage/seobject.py \
@ -163292,7 +163291,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/Makefile policycoreut
$(POTFILE): $(POTFILES) $(POTFILE): $(POTFILES)
$(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES) $(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES)
@@ -64,8 +108,6 @@ @@ -64,8 +106,6 @@
@rm -fv *mo *~ .depend @rm -fv *mo *~ .depend
@rm -rf tmp @rm -rf tmp
@ -221625,16 +221624,26 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/POTFILES policycoreut
+ +
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/POTFILES.in policycoreutils-2.0.26/po/POTFILES.in diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/POTFILES.in policycoreutils-2.0.26/po/POTFILES.in
--- nsapolicycoreutils/po/POTFILES.in 2007-07-16 14:20:42.000000000 -0400 --- nsapolicycoreutils/po/POTFILES.in 2007-07-16 14:20:42.000000000 -0400
+++ policycoreutils-2.0.26/po/POTFILES.in 2007-09-24 12:16:45.000000000 -0400 +++ policycoreutils-2.0.26/po/POTFILES.in 2007-09-24 13:43:55.000000000 -0400
@@ -2,7 +2,6 @@ @@ -2,9 +2,7 @@
run_init/run_init.c run_init/run_init.c
semodule_link/semodule_link.c semodule_link/semodule_link.c
audit2allow/audit2allow audit2allow/audit2allow
-audit2allow/avc.py -audit2allow/avc.py
semanage/seobject.py semanage/seobject.py
restorecon/restorecon.c -restorecon/restorecon.c
setsebool/setsebool.c setsebool/setsebool.c
@@ -24,16 +23,32 @@ newrole/newrole.c
load_policy/load_policy.c
@@ -15,7 +13,6 @@
semodule_deps/semodule_deps.c
semodule_expand/semodule_expand.c
audit2why/audit2why.c
-scripts/genhomedircon
scripts/chcat
scripts/fixfiles
restorecond/stringslist.c
@@ -24,16 +21,32 @@
restorecond/stringslist.h restorecond/stringslist.h
restorecond/restorecond.c restorecond/restorecond.c
restorecond/utmpwatcher.c restorecond/utmpwatcher.c

View File

@ -1,15 +1,15 @@
diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.25/Makefile diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.26/Makefile
--- nsapolicycoreutils/Makefile 2007-07-16 14:20:43.000000000 -0400 --- nsapolicycoreutils/Makefile 2007-07-16 14:20:43.000000000 -0400
+++ policycoreutils-2.0.25/Makefile 2007-08-28 09:22:16.000000000 -0400 +++ policycoreutils-2.0.26/Makefile 2007-09-18 16:40:57.000000000 -0400
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-SUBDIRS=setfiles semanage load_policy newrole run_init restorecond secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po -SUBDIRS=setfiles semanage load_policy newrole run_init restorecond secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po
+SUBDIRS=setfiles semanage load_policy newrole run_init restorecond 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 restorecond secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui
all install relabel clean indent: all install relabel clean indent:
@for subdir in $(SUBDIRS); do \ @for subdir in $(SUBDIRS); do \
diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/restorecond.c policycoreutils-2.0.25/restorecond/restorecond.c diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/restorecond.c policycoreutils-2.0.26/restorecond/restorecond.c
--- nsapolicycoreutils/restorecond/restorecond.c 2007-07-16 14:20:41.000000000 -0400 --- nsapolicycoreutils/restorecond/restorecond.c 2007-07-16 14:20:41.000000000 -0400
+++ policycoreutils-2.0.25/restorecond/restorecond.c 2007-08-28 09:22:16.000000000 -0400 +++ policycoreutils-2.0.26/restorecond/restorecond.c 2007-09-18 16:40:57.000000000 -0400
@@ -210,9 +210,10 @@ @@ -210,9 +210,10 @@
} }
@ -36,9 +36,9 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po
} }
free(scontext); free(scontext);
close(fd); close(fd);
diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.25/semanage/seobject.py diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.26/semanage/seobject.py
--- nsapolicycoreutils/semanage/seobject.py 2007-07-16 14:20:41.000000000 -0400 --- nsapolicycoreutils/semanage/seobject.py 2007-07-16 14:20:41.000000000 -0400
+++ policycoreutils-2.0.25/semanage/seobject.py 2007-08-28 09:22:17.000000000 -0400 +++ policycoreutils-2.0.26/semanage/seobject.py 2007-09-18 16:40:57.000000000 -0400
@@ -210,6 +210,7 @@ @@ -210,6 +210,7 @@
os.write(fd, self.out()) os.write(fd, self.out())
os.close(fd) os.close(fd)
@ -196,9 +196,9 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po
return ddict return ddict
diff --exclude-from=exclude --exclude=sepolgen-1.0.9 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semodule/semodule.8 policycoreutils-2.0.25/semodule/semodule.8 diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semodule/semodule.8 policycoreutils-2.0.26/semodule/semodule.8
--- nsapolicycoreutils/semodule/semodule.8 2007-07-16 14:20:42.000000000 -0400 --- nsapolicycoreutils/semodule/semodule.8 2007-07-16 14:20:42.000000000 -0400
+++ policycoreutils-2.0.25/semodule/semodule.8 2007-08-28 09:22:17.000000000 -0400 +++ policycoreutils-2.0.26/semodule/semodule.8 2007-09-18 16:40:57.000000000 -0400
@@ -23,6 +23,9 @@ @@ -23,6 +23,9 @@
.B \-B, \-\-build .B \-B, \-\-build
force a rebuild of policy (also reloads unless -n is used) force a rebuild of policy (also reloads unless -n is used)