rpms/policycoreutils/devel policycoreutils-gui.patch, 1.104, 1.105 policycoreutils-po.patch, 1.62, 1.63 policycoreutils-rhat.patch, 1.479, 1.480 policycoreutils.spec, 1.694, 1.695

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jul 13 17:13:33 UTC 2010


Author: dwalsh

Update of /cvs/pkgs/rpms/policycoreutils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7832

Modified Files:
	policycoreutils-gui.patch policycoreutils-po.patch 
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Tue Jun 15 2010 Dan Walsh <dwalsh at redhat.com> 2.0.83-2
- Change python scripts to use -s flag
- Update po


policycoreutils-gui.patch:
 Makefile                     |   40 
 booleansPage.py              |  247 +++
 domainsPage.py               |  154 ++
 fcontextPage.py              |  223 ++
 html_util.py                 |  164 ++
 lockdown.glade               |  771 ++++++++++
 lockdown.gladep              |    7 
 lockdown.py                  |  382 ++++
 loginsPage.py                |  185 ++
 mappingsPage.py              |   56 
 modulesPage.py               |  190 ++
 polgen.glade                 | 3305 +++++++++++++++++++++++++++++++++++++++++++
 polgen.gladep                |    7 
 polgen.py                    | 1286 ++++++++++++++++
 polgengui.py                 |  627 ++++++++
 portsPage.py                 |  259 +++
 selinux.tbl                  |  234 +++
 semanagePage.py              |  168 ++
 statusPage.py                |  190 ++
 system-config-selinux.glade  | 3024 +++++++++++++++++++++++++++++++++++++++
 system-config-selinux.gladep |    7 
 system-config-selinux.py     |  187 ++
 templates/__init__.py        |   18 
 templates/boolean.py         |   40 
 templates/etc_rw.py          |  113 +
 templates/executable.py      |  382 ++++
 templates/network.py         |   80 +
 templates/rw.py              |  131 +
 templates/script.py          |  126 +
 templates/semodule.py        |   41 
 templates/tmp.py             |  102 +
 templates/user.py            |  195 ++
 templates/var_cache.py       |  133 +
 templates/var_lib.py         |  161 ++
 templates/var_log.py         |  116 +
 templates/var_run.py         |  101 +
 templates/var_spool.py       |  133 +
 usersPage.py                 |  150 +
 38 files changed, 13735 insertions(+)

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/pkgs/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- policycoreutils-gui.patch	15 Jun 2010 17:15:47 -0000	1.104
+++ policycoreutils-gui.patch	13 Jul 2010 17:13:03 -0000	1.105
@@ -1,6 +1,6 @@
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.82/gui/booleansPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.83/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/booleansPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/booleansPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,247 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -249,9 +249,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        self.load(self.filter)
 +        return True
 +        
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py policycoreutils-2.0.82/gui/domainsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py policycoreutils-2.0.83/gui/domainsPage.py
 --- nsapolicycoreutils/gui/domainsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/domainsPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/domainsPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,154 @@
 +## domainsPage.py - show selinux domains
 +## Copyright (C) 2009 Red Hat, Inc.
@@ -407,9 +407,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +                
 +        except ValueError, e:
 +            self.error(e.args[0])
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.82/gui/fcontextPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.83/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/fcontextPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/fcontextPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,223 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -634,9 +634,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        self.store.set_value(iter, SPEC_COL, fspec)
 +        self.store.set_value(iter, FTYPE_COL, ftype)
 +        self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls))
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.82/gui/html_util.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.83/gui/html_util.py
 --- nsapolicycoreutils/gui/html_util.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/html_util.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/html_util.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,164 @@
 +# Authors: John Dennis <jdennis at redhat.com>
 +#
@@ -802,9 +802,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +    doc += tail
 +    return doc
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.82/gui/lockdown.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.83/gui/lockdown.glade
 --- nsapolicycoreutils/gui/lockdown.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/lockdown.glade	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/lockdown.glade	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,771 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -1577,9 +1577,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.82/gui/lockdown.gladep
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.83/gui/lockdown.gladep
 --- nsapolicycoreutils/gui/lockdown.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/lockdown.gladep	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/lockdown.gladep	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,7 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
@@ -1588,11 +1588,11 @@ diff --exclude-from=exclude -N -u -r nsa
 +  <name></name>
 +  <program_name></program_name>
 +</glade-project>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.82/gui/lockdown.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.83/gui/lockdown.py
 --- nsapolicycoreutils/gui/lockdown.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/lockdown.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/lockdown.py	2010-07-13 13:10:45.000000000 -0400
 @@ -0,0 +1,382 @@
-+#!/usr/bin/python
++#!/usr/bin/python -Es
 +#
 +# lockdown.py - GUI for Booleans page in system-config-securitylevel
 +#
@@ -1974,9 +1974,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +    app = booleanWindow()
 +    app.stand_alone()
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.82/gui/loginsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.83/gui/loginsPage.py
 --- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/loginsPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/loginsPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,185 @@
 +## loginsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2163,9 +2163,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        self.store.set_value(iter, 1, seuser)
 +        self.store.set_value(iter, 2, seobject.translate(serange))
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.82/gui/Makefile
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.83/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/Makefile	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/Makefile	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,40 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -2207,9 +2207,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +indent:
 +
 +relabel:
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.82/gui/mappingsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.83/gui/mappingsPage.py
 --- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/mappingsPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/mappingsPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,56 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2267,9 +2267,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        for k in keys:
 +            print "%-25s %-25s %-25s" % (k, dict[k][0], translate(dict[k][1]))
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.82/gui/modulesPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.83/gui/modulesPage.py
 --- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/modulesPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/modulesPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,190 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -2461,9 +2461,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +                
 +        except ValueError, e:
 +            self.error(e.args[0])
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.82/gui/polgen.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.83/gui/polgen.glade
 --- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/polgen.glade	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/polgen.glade	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,3305 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -5770,9 +5770,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policycoreutils-2.0.82/gui/polgen.gladep
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policycoreutils-2.0.83/gui/polgen.gladep
 --- nsapolicycoreutils/gui/polgen.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/polgen.gladep	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/polgen.gladep	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,7 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
@@ -5781,11 +5781,11 @@ diff --exclude-from=exclude -N -u -r nsa
 +  <name></name>
 +  <program_name></program_name>
 +</glade-project>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.82/gui/polgengui.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.83/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/polgengui.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/polgengui.py	2010-07-13 13:09:52.000000000 -0400
 @@ -0,0 +1,627 @@
-+#!/usr/bin/python -E
++#!/usr/bin/python -Es
 +#
 +# polgengui.py - GUI for SELinux Config tool in system-config-selinux
 +#
@@ -6412,11 +6412,11 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +    app = childWindow()
 +    app.stand_alone()
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.82/gui/polgen.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.83/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/polgen.py	2010-06-15 12:01:00.000000000 -0400
++++ policycoreutils-2.0.83/gui/polgen.py	2010-07-13 13:10:01.000000000 -0400
 @@ -0,0 +1,1286 @@
-+#!/usr/bin/python
++#!/usr/bin/python -Es
 +#
 +# Copyright (C) 2007-2010 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7702,9 +7702,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        sys.exit(0)
 +    except ValueError, e:
 +        usage(e)
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.82/gui/portsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.83/gui/portsPage.py
 --- nsapolicycoreutils/gui/portsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/portsPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/portsPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,259 @@
 +## portsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -7965,9 +7965,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +        return True
 +        
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.82/gui/selinux.tbl
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.83/gui/selinux.tbl
 --- nsapolicycoreutils/gui/selinux.tbl	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/selinux.tbl	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/selinux.tbl	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,234 @@
 +acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon")
 +allow_daemons_dump_core _("Admin") _("Allow all daemons to write corefiles to /")
@@ -8203,9 +8203,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +webadm_manage_user_files _("HTTPD Service") _("Allow SELinux webadm user to manage unprivileged users home directories")
 +webadm_read_user_files _("HTTPD Service") _("Allow SELinux webadm user to read unprivileged users home directories")
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.82/gui/semanagePage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.83/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/semanagePage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/semanagePage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,168 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -8375,9 +8375,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        self.load(self.filter)
 +        return True
 +        
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.82/gui/statusPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.83/gui/statusPage.py
 --- nsapolicycoreutils/gui/statusPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/statusPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/statusPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,190 @@
 +# statusPage.py - show selinux status
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -8569,9 +8569,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        return self.types[self.selinuxTypeOptionMenu.get_active()]
 +
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.82/gui/system-config-selinux.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.83/gui/system-config-selinux.glade
 --- nsapolicycoreutils/gui/system-config-selinux.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/system-config-selinux.glade	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/system-config-selinux.glade	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,3024 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -11597,9 +11597,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.gladep policycoreutils-2.0.82/gui/system-config-selinux.gladep
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.gladep policycoreutils-2.0.83/gui/system-config-selinux.gladep
 --- nsapolicycoreutils/gui/system-config-selinux.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/system-config-selinux.gladep	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/system-config-selinux.gladep	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,7 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
@@ -11608,11 +11608,11 @@ diff --exclude-from=exclude -N -u -r nsa
 +  <name></name>
 +  <program_name></program_name>
 +</glade-project>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.82/gui/system-config-selinux.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.83/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/system-config-selinux.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/system-config-selinux.py	2010-07-13 13:10:11.000000000 -0400
 @@ -0,0 +1,187 @@
-+#!/usr/bin/python
++#!/usr/bin/python -Es
 +#
 +# system-config-selinux.py - GUI for SELinux Config tool in system-config-selinux
 +#
@@ -11799,9 +11799,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +    app = childWindow()
 +    app.stand_alone()
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.82/gui/templates/boolean.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.83/gui/templates/boolean.py
 --- nsapolicycoreutils/gui/templates/boolean.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/boolean.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/boolean.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,40 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11843,9 +11843,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +')
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.82/gui/templates/etc_rw.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.83/gui/templates/etc_rw.py
 --- nsapolicycoreutils/gui/templates/etc_rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/etc_rw.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/etc_rw.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,113 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11960,9 +11960,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_etc_rw_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.82/gui/templates/executable.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.83/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/executable.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/executable.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,382 @@
 +# Copyright (C) 2007-2009 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12346,9 +12346,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +EXECUTABLE	--	gen_context(system_u:object_r:TEMPLATETYPE_initrc_exec_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.82/gui/templates/__init__.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.83/gui/templates/__init__.py
 --- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/__init__.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/__init__.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -12368,9 +12368,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 +#
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.82/gui/templates/network.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.83/gui/templates/network.py
 --- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/network.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/network.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,80 @@
 +te_port_types="""
 +type TEMPLATETYPE_port_t;
@@ -12452,9 +12452,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +corenet_udp_bind_all_unreserved_ports(TEMPLATETYPE_t)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.82/gui/templates/rw.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.83/gui/templates/rw.py
 --- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/rw.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/rw.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,131 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12587,9 +12587,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_rw_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.82/gui/templates/script.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.83/gui/templates/script.py
 --- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/script.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/script.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,126 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12717,9 +12717,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +_EOF
 +fi
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.82/gui/templates/semodule.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.83/gui/templates/semodule.py
 --- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/semodule.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/semodule.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12762,9 +12762,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +semanage ports -a -t TEMPLATETYPE_port_t -p udp PORTNUM
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.82/gui/templates/tmp.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.83/gui/templates/tmp.py
 --- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/tmp.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/tmp.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,102 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12868,9 +12868,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +  	files_search_tmp($1)
 +	admin_pattern($1, TEMPLATETYPE_tmp_t)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.82/gui/templates/user.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.83/gui/templates/user.py
 --- nsapolicycoreutils/gui/templates/user.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/user.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/user.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,195 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13067,9 +13067,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +te_newrole_rules="""
 +seutil_run_newrole(TEMPLATETYPE_t, TEMPLATETYPE_r, { TEMPLATETYPE_devpts_t TEMPLATETYPE_tty_device_t })
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_cache.py policycoreutils-2.0.82/gui/templates/var_cache.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_cache.py policycoreutils-2.0.83/gui/templates/var_cache.py
 --- nsapolicycoreutils/gui/templates/var_cache.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/var_cache.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/var_cache.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,133 @@
 +# Copyright (C) 2010 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13204,9 +13204,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_cache_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.82/gui/templates/var_lib.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.83/gui/templates/var_lib.py
 --- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/var_lib.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/var_lib.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,161 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13369,9 +13369,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_var_lib_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.82/gui/templates/var_log.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.83/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/var_log.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/var_log.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,116 @@
 +# Copyright (C) 2007,2010 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13489,9 +13489,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_log_t,s0)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.82/gui/templates/var_run.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.83/gui/templates/var_run.py
 --- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/var_run.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/var_run.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,101 @@
 +# Copyright (C) 2007,2010 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13594,9 +13594,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_var_run_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.82/gui/templates/var_spool.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.83/gui/templates/var_spool.py
 --- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/templates/var_spool.py	2010-06-11 17:08:24.000000000 -0400
++++ policycoreutils-2.0.83/gui/templates/var_spool.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,133 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13731,9 +13731,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +FILENAME(/.*)?		gen_context(system_u:object_r:TEMPLATETYPE_spool_t,s0)
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.82/gui/usersPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.83/gui/usersPage.py
 --- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.82/gui/usersPage.py	2010-04-28 17:12:20.000000000 -0400
++++ policycoreutils-2.0.83/gui/usersPage.py	2010-06-16 08:22:43.000000000 -0400
 @@ -0,0 +1,150 @@
 +## usersPage.py - show selinux mappings
 +## Copyright (C) 2006,2007,2008 Red Hat, Inc.

policycoreutils-po.patch:
 Makefile            |   27 
 POTFILES            |   27 
 POTFILES.in         |    2 
 af.po               | 2431 ++++++++++++++++++++++++++--
 am.po               | 2431 ++++++++++++++++++++++++++--
 ar.po               | 2431 ++++++++++++++++++++++++++--
 as.po               | 3707 +++++++++++++++++++++++++------------------
 be.po               | 2431 ++++++++++++++++++++++++++--
 bg.po               | 3595 ++++++++++++++++++++++++-----------------
 bn.po               | 2431 ++++++++++++++++++++++++++--
 bn_IN.po            | 4012 +++++++++++++++++++++++++++-------------------
 bs.po               | 2491 ++++++++++++++++++++++++++---
 ca.po               | 2913 +++++++++++++++++++++++++++++-----
 cs.po               | 2823 +++++++++++++++++++++++++++-----
 cy.po               | 2431 ++++++++++++++++++++++++++--
 da.po               | 3124 ++++++++++++++++++++++++++++++------
 de.po               | 3904 ++++++++++++++++++++++++++-------------------
 el.po               | 2599 ++++++++++++++++++++++++++----
 en_GB.po            | 2879 +++++++++++++++++++++++++++++----
 es.po               | 3988 ++++++++++++++++++++++++++--------------------
 et.po               | 2429 ++++++++++++++++++++++++++--
 eu_ES.po            | 2431 ++++++++++++++++++++++++++--
 fa.po               | 2431 ++++++++++++++++++++++++++--
 fi.po               | 3140 +++++++++++++++++++++++++++++++-----
 fr.po               | 3838 ++++++++++++++++++++++++++------------------
 gl.po               | 2429 ++++++++++++++++++++++++++--
 gu.po               | 4076 ++++++++++++++++++++++++++---------------------
 he.po               | 2431 ++++++++++++++++++++++++++--
 hi.po               | 4091 ++++++++++++++++++++++++++---------------------
 hr.po               | 2979 ++++++++++++++++++++++------------
 hu.po               | 2916 +++++++++++++++++++++++++++++-----
 hy.po               | 2431 ++++++++++++++++++++++++++--
 id.po               | 2429 ++++++++++++++++++++++++++--
 is.po               | 2431 ++++++++++++++++++++++++++--
 it.po               | 4100 +++++++++++++++++++++++++++--------------------
 ja.po               | 4115 ++++++++++++++++++++++++++----------------------
 ka.po               | 2431 ++++++++++++++++++++++++++--
 kn.po               | 4159 +++++++++++++++++++++++++++---------------------
 ko.po               | 2940 ++++++++++++++++++++++++++++------
 ku.po               | 2431 ++++++++++++++++++++++++++--
 lo.po               | 2431 ++++++++++++++++++++++++++--
 lt.po               | 2431 ++++++++++++++++++++++++++--
 lv.po               | 2431 ++++++++++++++++++++++++++--
 mai.po              | 3477 ++++++++++++++++++++++++++++++++++++++++
 mk.po               | 2491 ++++++++++++++++++++++++++---
 ml.po               | 4194 +++++++++++++++++++++++++++---------------------
 mr.po               | 4172 +++++++++++++++++++++++++++---------------------
 ms.po               | 2484 ++++++++++++++++++++++++++---
 my.po               | 2431 ++++++++++++++++++++++++++--
 nb.po               | 2469 +++++++++++++++++++++++++---
 nl.po               | 3074 ++++++++++++++++++++++++++++-------
 nn.po               | 2431 ++++++++++++++++++++++++++--
 no.po               | 1272 --------------
 nso.po              | 2431 ++++++++++++++++++++++++++--
 or.po               | 3944 ++++++++++++++++++++++++++--------------------
 pa.po               | 4027 ++++++++++++++++++++++++++---------------------
 pl.po               | 4024 ++++++++++++++++++++++++++---------------------
 policycoreutils.pot | 2557 +++++++++++++++++++++++++++--
 pt.po               | 4076 +++++++++++++++++++++++++++--------------------
 pt_BR.po            | 4451 +++++++++++++++++++++++++++++-----------------------
 ro.po               | 2431 ++++++++++++++++++++++++++--
 ru.po               | 3473 +++++++++++++++++++++++++++-------------
 si.po               | 2431 ++++++++++++++++++++++++++--
 sk.po               | 2491 ++++++++++++++++++++++++++---
 sl.po               | 2431 ++++++++++++++++++++++++++--
 sq.po               | 2431 ++++++++++++++++++++++++++--
 sr.po               | 4125 +++++++++++++++++++++++++++---------------------
 sr at latin.po         | 4135 +++++++++++++++++++++++++++---------------------
 sv.po               | 3152 +++++++++++++++++++++++++-----------
 ta.po               | 3527 +++++++++++++++++++++++++++--------------
 te.po               | 3991 ++++++++++++++++++++++++++--------------------
 th.po               | 2431 ++++++++++++++++++++++++++--
 tr.po               | 2431 ++++++++++++++++++++++++++--
 uk.po               | 2963 +++++++++++++++++++++++++++++-----
 ur.po               | 2431 ++++++++++++++++++++++++++--
 vi.po               | 2431 ++++++++++++++++++++++++++--
 zh_CN.po            | 3856 +++++++++++++++++++++++++--------------------
 zh_TW.po            | 4142 +++++++++++++++++++++++++++---------------------
 zu.po               | 2431 ++++++++++++++++++++++++++--
 79 files changed, 173794 insertions(+), 56573 deletions(-)

View full diff with command:
/usr/bin/cvs -n -f diff -kk -u -p -N -r 1.62 -r 1.63 policycoreutils-po.patchIndex: policycoreutils-po.patch
===================================================================
RCS file: /cvs/pkgs/rpms/policycoreutils/devel/policycoreutils-po.patch,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- policycoreutils-po.patch	16 Jun 2010 20:30:27 -0000	1.62
+++ policycoreutils-po.patch	13 Jul 2010 17:13:04 -0000	1.63
@@ -1,164 +1,38 @@
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.83/po/af.po
 --- nsapolicycoreutils/po/af.po	2010-05-19 14:45:51.000000000 -0400
-+++ policycoreutils-2.0.83/po/af.po	2010-06-16 08:22:42.000000000 -0400
++++ policycoreutils-2.0.83/po/af.po	2010-07-13 13:11:20.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
  "Report-Msgid-Bugs-To: \n"
 -"POT-Creation-Date: 2009-06-24 10:53-0400\n"
-+"POT-Creation-Date: 2010-05-19 11:02-0400\n"
++"POT-Creation-Date: 2010-05-12 09:32-0400\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
  "Language-Team: LANGUAGE <LL at li.org>\n"
-@@ -77,829 +77,846 @@
- msgid "Could not set exec context to %s.\n"
- msgstr ""
- 
--#: ../audit2allow/audit2allow:217
-+#: ../audit2allow/audit2allow:230
- msgid "******************** IMPORTANT ***********************\n"
- msgstr ""
- 
--#: ../audit2allow/audit2allow:218
-+#: ../audit2allow/audit2allow:231
- msgid "To make this policy package active, execute:"
- msgstr ""
- 
--#: ../semanage/seobject.py:48
-+#: ../semanage/seobject.py:107 ../semanage/seobject.py:111
-+msgid "global"
-+msgstr ""
-+
-+#: ../semanage/seobject.py:181
- msgid "Could not create semanage handle"
- msgstr ""
- 
--#: ../semanage/seobject.py:55
-+#: ../semanage/seobject.py:189
- msgid "SELinux policy is not managed or store cannot be accessed."
- msgstr ""
- 
--#: ../semanage/seobject.py:60
-+#: ../semanage/seobject.py:194
- msgid "Cannot read policy store."
- msgstr ""
- 
--#: ../semanage/seobject.py:65
-+#: ../semanage/seobject.py:199
- msgid "Could not establish semanage connection"
- msgstr ""
- 
--#: ../semanage/seobject.py:70
-+#: ../semanage/seobject.py:204
- msgid "Could not test MLS enabled status"
- msgstr ""
- 
--#: ../semanage/seobject.py:142 ../semanage/seobject.py:146
--msgid "global"
-+#: ../semanage/seobject.py:210 ../semanage/seobject.py:224
-+msgid "Not yet implemented"
- msgstr ""
- 
--#: ../semanage/seobject.py:206
--#, python-format
--msgid "Unable to open %s: translations not supported on non-MLS machines: %s"
-+#: ../semanage/seobject.py:214
-+msgid "Semanage transaction already in progress"
- msgstr ""
- 
--#: ../semanage/seobject.py:239
--msgid "Level"
-+#: ../semanage/seobject.py:222
-+msgid "Could not start semanage transaction"
+@@ -118,7 +118,9 @@
+ msgid "Level"
  msgstr ""
  
 -#: ../semanage/seobject.py:239
--msgid "Translation"
-+#: ../semanage/seobject.py:231
-+msgid "Could not commit semanage transaction"
- msgstr ""
- 
--#: ../semanage/seobject.py:247 ../semanage/seobject.py:261
--#, python-format
--msgid "Translations can not contain spaces '%s' "
-+#: ../semanage/seobject.py:235
-+msgid "Semanage transaction not in progress"
- msgstr ""
- 
--#: ../semanage/seobject.py:250
--#, python-format
--msgid "Invalid Level '%s' "
-+#: ../semanage/seobject.py:247 ../semanage/seobject.py:329
-+msgid "Could not list SELinux modules"
- msgstr ""
- 
--#: ../semanage/seobject.py:253
--#, python-format
--msgid "%s already defined in translations"
-+#: ../semanage/seobject.py:256
-+msgid "Modules Name"
- msgstr ""
- 
--#: ../semanage/seobject.py:265
--#, python-format
--msgid "%s not defined in translations"
-+#: ../semanage/seobject.py:256 ../gui/modulesPage.py:62
-+msgid "Version"
- msgstr ""
- 
--#: ../semanage/seobject.py:290
--msgid "Not yet implemented"
-+#: ../semanage/seobject.py:259 ../gui/statusPage.py:75
-+msgid "Disabled"
- msgstr ""
- 
--#: ../semanage/seobject.py:294
--msgid "Semanage transaction already in progress"
-+#: ../semanage/seobject.py:274
-+#, python-format
-+msgid "Could not disable module %s (remove failed)"
- msgstr ""
- 
--#: ../semanage/seobject.py:303
--msgid "Could not start semanage transaction"
-+#: ../semanage/seobject.py:285
-+#, python-format
-+msgid "Could not enable module %s (remove failed)"
- msgstr ""
- 
--#: ../semanage/seobject.py:309
--msgid "Could not commit semanage transaction"
-+#: ../semanage/seobject.py:300
-+#, python-format
-+msgid "Could not remove module %s (remove failed)"
- msgstr ""
- 
--#: ../semanage/seobject.py:313
--msgid "Semanage transaction not in progress"
-+#: ../semanage/seobject.py:316
-+msgid "dontaudit requires either 'on' or 'off'"
- msgstr ""
- 
--#: ../semanage/seobject.py:325
--msgid "Could not list SELinux modules"
-+#: ../semanage/seobject.py:344
-+msgid "Builtin Permissive Types"
++#: ../semanage/seobject.py:239 ../gui/system-config-selinux.glade:651
++#: ../gui/system-config-selinux.glade:2683 ../gui/translationsPage.py:43
++#: ../gui/translationsPage.py:59
+ msgid "Translation"
  msgstr ""
  
--#: ../semanage/seobject.py:336
--msgid "Permissive Types"
-+#: ../semanage/seobject.py:350
-+msgid "Customized Permissive Types"
+@@ -170,736 +172,743 @@
+ msgid "Permissive Types"
  msgstr ""
  
 -#: ../semanage/seobject.py:378
-+#: ../semanage/seobject.py:391
++#: ../semanage/seobject.py:366
  #, python-format
  msgid "Could not set permissive domain %s (module installation failed)"
  msgstr ""
  
 -#: ../semanage/seobject.py:384
-+#: ../semanage/seobject.py:397
++#: ../semanage/seobject.py:380
  #, python-format
  msgid "Could not remove permissive domain %s (remove failed)"
  msgstr ""
@@ -169,461 +43,458 @@ diff --exclude-from=exclude -N -u -r nsa
 -#: ../semanage/seobject.py:933 ../semanage/seobject.py:1506
 -#: ../semanage/seobject.py:1570 ../semanage/seobject.py:1582
 -#: ../semanage/seobject.py:1663 ../semanage/seobject.py:1714
-+#: ../semanage/seobject.py:423 ../semanage/seobject.py:485
-+#: ../semanage/seobject.py:531 ../semanage/seobject.py:632
-+#: ../semanage/seobject.py:700 ../semanage/seobject.py:758
-+#: ../semanage/seobject.py:992 ../semanage/seobject.py:1651
-+#: ../semanage/seobject.py:1715 ../semanage/seobject.py:1734
-+#: ../semanage/seobject.py:1843 ../semanage/seobject.py:1895
++#: ../semanage/seobject.py:406 ../semanage/seobject.py:466
++#: ../semanage/seobject.py:512 ../semanage/seobject.py:594
++#: ../semanage/seobject.py:661 ../semanage/seobject.py:719
++#: ../semanage/seobject.py:929 ../semanage/seobject.py:1502
++#: ../semanage/seobject.py:1566 ../semanage/seobject.py:1578
[...246316 lines suppressed...]
-+#: ../gui/system-config-selinux.glade:1615
++#: ../gui/system-config-selinux.glade:1807
 +msgid "Toggle between Customized and All Booleans"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1633
++#: ../gui/system-config-selinux.glade:1825
 +msgid "Run booleans lockdown wizard"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1634
++#: ../gui/system-config-selinux.glade:1826
 +msgid "Lockdown..."
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1664
-+#: ../gui/system-config-selinux.glade:1869
-+#: ../gui/system-config-selinux.glade:2056
-+#: ../gui/system-config-selinux.glade:2243
-+#: ../gui/system-config-selinux.glade:2486
-+#: ../gui/system-config-selinux.glade:2711
-+#: ../gui/system-config-selinux.glade:2886
++#: ../gui/system-config-selinux.glade:1856
++#: ../gui/system-config-selinux.glade:2061
++#: ../gui/system-config-selinux.glade:2248
++#: ../gui/system-config-selinux.glade:2435
++#: ../gui/system-config-selinux.glade:2622
++#: ../gui/system-config-selinux.glade:2865
++#: ../gui/system-config-selinux.glade:3090
++#: ../gui/system-config-selinux.glade:3265
 +msgid "Filter"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1753
++#: ../gui/system-config-selinux.glade:1945
 +msgid "label50"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1790
++#: ../gui/system-config-selinux.glade:1982
 +msgid "Add File Context"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1806
++#: ../gui/system-config-selinux.glade:1998
 +msgid "Modify File Context"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1822
++#: ../gui/system-config-selinux.glade:2014
 +msgid "Delete File Context"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1838
++#: ../gui/system-config-selinux.glade:2030
 +msgid "Toggle between all and customized file context"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1958
++#: ../gui/system-config-selinux.glade:2150
 +msgid "label38"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:1995
++#: ../gui/system-config-selinux.glade:2187
 +msgid "Add SELinux User Mapping"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2011
++#: ../gui/system-config-selinux.glade:2203
 +msgid "Modify SELinux User Mapping"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2027
++#: ../gui/system-config-selinux.glade:2219
 +msgid "Delete SELinux User Mapping"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2145
++#: ../gui/system-config-selinux.glade:2337
 +msgid "label39"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2182
++#: ../gui/system-config-selinux.glade:2374
 +msgid "Add User"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2198
++#: ../gui/system-config-selinux.glade:2390
 +msgid "Modify User"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2214
++#: ../gui/system-config-selinux.glade:2406
 +msgid "Delete User"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2332
++#: ../gui/system-config-selinux.glade:2524
 +msgid "label41"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2369
++#: ../gui/system-config-selinux.glade:2561
++msgid "Add Translation"
++msgstr ""
++
++#: ../gui/system-config-selinux.glade:2577
++msgid "Modify Translation"
++msgstr ""
++
++#: ../gui/system-config-selinux.glade:2593
++msgid "Delete Translation"
++msgstr ""
++
++#: ../gui/system-config-selinux.glade:2711
++msgid "label40"
++msgstr ""
++
++#: ../gui/system-config-selinux.glade:2748
 +msgid "Add Network Port"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2385
++#: ../gui/system-config-selinux.glade:2764
 +msgid "Edit Network Port"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2401
++#: ../gui/system-config-selinux.glade:2780
 +msgid "Delete Network Port"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2437
-+#: ../gui/system-config-selinux.glade:2455
++#: ../gui/system-config-selinux.glade:2816
++#: ../gui/system-config-selinux.glade:2834
 +msgid "Toggle between Customized and All Ports"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2575
++#: ../gui/system-config-selinux.glade:2954
 +msgid "label42"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2612
++#: ../gui/system-config-selinux.glade:2991
 +msgid "Generate new policy module"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2628
++#: ../gui/system-config-selinux.glade:3007
 +msgid "Load policy module"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2644
++#: ../gui/system-config-selinux.glade:3023
 +msgid "Remove loadable policy module"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2680
++#: ../gui/system-config-selinux.glade:3059
 +msgid ""
 +"Enable/Disable additional audit rules, that are normally not reported in the "
 +"log files."
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2800
++#: ../gui/system-config-selinux.glade:3179
 +msgid "label44"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2837
++#: ../gui/system-config-selinux.glade:3216
 +msgid "Change process mode to permissive."
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2855
++#: ../gui/system-config-selinux.glade:3234
 +msgid "Change process mode to enforcing"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2947
++#: ../gui/system-config-selinux.glade:3326
 +msgid "Process Domain"
 +msgstr ""
 +
-+#: ../gui/system-config-selinux.glade:2975
++#: ../gui/system-config-selinux.glade:3354
 +msgid "label59"
 +msgstr ""
 +
++#: ../gui/translationsPage.py:53
++msgid "Sensitvity Level"
++msgstr ""
++
 +#: ../gui/usersPage.py:138
 +#, python-format
 +msgid "SELinux user '%s' is required"

policycoreutils-rhat.patch:
 Makefile                                              |    2 
 VERSION                                               |    2 
 audit2allow/audit2allow                               |   55 --
 audit2allow/audit2allow.1                             |    3 
 audit2allow/sepolgen-ifgen                            |   44 +
 newrole/newrole.c                                     |    3 
 restorecond/Makefile                                  |   24 
 restorecond/org.selinux.Restorecond.service           |    3 
 restorecond/restorecond.8                             |   15 
 restorecond/restorecond.c                             |  427 +++-------------
 restorecond/restorecond.conf                          |    5 
 restorecond/restorecond.desktop                       |    7 
 restorecond/restorecond.h                             |   19 
 restorecond/restorecond.init                          |    7 
 restorecond/restorecond_user.conf                     |    2 
 restorecond/user.c                                    |  239 +++++++++
 restorecond/watch.c                                   |  260 ++++++++++
 sandbox/Makefile                                      |    9 
 sandbox/deliverables/README                           |   32 +
 sandbox/deliverables/basicwrapper                     |    4 
 sandbox/deliverables/run-in-sandbox.py                |   49 +
 sandbox/sandbox                                       |   46 +
 sandbox/sandbox.8                                     |   16 
 sandbox/sandbox.conf                                  |    7 
 sandbox/sandbox.conf.5                                |   40 +
 sandbox/sandbox.config                                |    2 
 sandbox/seunshare.8                                   |   34 +
 sandbox/seunshare.c                                   |  259 +++++++++-
 scripts/Makefile                                      |    1 
 scripts/fixfiles                                      |   46 -
 scripts/genhomedircon.8                               |   37 +
 semanage/default_encoding/Makefile                    |    8 
 semanage/default_encoding/default_encoding.c          |   59 ++
 semanage/default_encoding/policycoreutils/__init__.py |   17 
 semanage/default_encoding/setup.py                    |   38 +
 semanage/semanage                                     |  164 +++++-
 semanage/semanage.8                                   |  128 +++--
 semanage/seobject.py                                  |  458 ++++++++++++++----
 sepolgen-ifgen/Makefile                               |   25 
 sepolgen-ifgen/sepolgen-ifgen-attr-helper.c           |  230 +++++++++
 setfiles/restore.c                                    |  109 +++-
 setfiles/restore.h                                    |    4 
 setfiles/restorecon.8                                 |    7 
 setfiles/setfiles.8                                   |    3 
 setfiles/setfiles.c                                   |   78 ---
 45 files changed, 2307 insertions(+), 720 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -p -r1.479 -r1.480
--- policycoreutils-rhat.patch	16 Jun 2010 20:30:54 -0000	1.479
+++ policycoreutils-rhat.patch	13 Jul 2010 17:13:19 -0000	1.480
@@ -1,6 +1,12 @@
 diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-2.0.83/audit2allow/audit2allow
 --- nsapolicycoreutils/audit2allow/audit2allow	2010-05-19 14:45:51.000000000 -0400
-+++ policycoreutils-2.0.83/audit2allow/audit2allow	2010-06-16 08:22:37.000000000 -0400
++++ policycoreutils-2.0.83/audit2allow/audit2allow	2010-07-13 13:09:10.000000000 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python -E
++#! /usr/bin/python -Es
+ # Authors: Karl MacMillan <kmacmillan at mentalrootkit.com>
+ #
+ # Copyright (C) 2006-2007  Red Hat
 @@ -28,6 +28,7 @@
  import sepolgen.defaults as defaults
  import sepolgen.module as module
@@ -2453,7 +2459,13 @@ diff --exclude-from=exclude --exclude=se
 +)
 diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.83/semanage/semanage
 --- nsapolicycoreutils/semanage/semanage	2010-05-19 14:45:51.000000000 -0400
-+++ policycoreutils-2.0.83/semanage/semanage	2010-06-16 08:22:37.000000000 -0400
++++ policycoreutils-2.0.83/semanage/semanage	2010-07-13 13:09:01.000000000 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python -E
++#! /usr/bin/python -E -s
+ # Copyright (C) 2005, 2006, 2007 Red Hat 
+ # see file 'COPYING' for use and warranty information
+ #
 @@ -20,6 +20,7 @@
  #                                        02111-1307  USA
  #


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -p -r1.694 -r1.695
--- policycoreutils.spec	16 Jun 2010 20:55:23 -0000	1.694
+++ policycoreutils.spec	13 Jul 2010 17:13:21 -0000	1.695
@@ -7,7 +7,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.83
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:  http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -314,6 +314,10 @@ fi
 exit 0
 
 %changelog
+* Tue Jun 15 2010 Dan Walsh <dwalsh at redhat.com> 2.0.83-2
+- Change python scripts to use -s flag
+- Update po
+
 * Tue Jun 15 2010 Dan Walsh <dwalsh at redhat.com> 2.0.83-1
 - Update to upstream
 	* Add sandbox support from Dan Walsh with modifications from Steve Lawrence.



More information about the scm-commits mailing list