rpms/policycoreutils/devel .cvsignore, 1.195, 1.196 policycoreutils-gui.patch, 1.88, 1.89 policycoreutils-po.patch, 1.52, 1.53 policycoreutils.spec, 1.611, 1.612 sources, 1.201, 1.202

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jun 26 18:49:29 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31515

Modified Files:
	.cvsignore policycoreutils-gui.patch policycoreutils-po.patch 
	policycoreutils.spec sources 
Log Message:
* Fri Jun 26 2009 Dan Walsh <dwalsh at redhat.com> 2.0.64-1
- Update to upstream
	* Keep setfiles from spamming console from Dan Walsh.
	* Fix chcat's category expansion for users from Dan Walsh.
- Update po files
- Fix sepolgen



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/.cvsignore,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -p -r1.195 -r1.196
--- .cvsignore	22 May 2009 18:00:00 -0000	1.195
+++ .cvsignore	26 Jun 2009 18:48:24 -0000	1.196
@@ -198,3 +198,4 @@ sepolgen-1.0.15.tgz
 policycoreutils-2.0.62.tgz
 sepolgen-1.0.16.tgz
 policycoreutils-2.0.63.tgz
+policycoreutils-2.0.64.tgz

policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- policycoreutils-gui.patch	4 Jun 2009 19:31:31 -0000	1.88
+++ policycoreutils-gui.patch	26 Jun 2009 18:48:24 -0000	1.89
@@ -1,6 +1,6 @@
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.63/gui/booleansPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.64/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/booleansPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/booleansPage.py	2009-06-23 16:24:31.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.63/gui/domainsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py policycoreutils-2.0.64/gui/domainsPage.py
 --- nsapolicycoreutils/gui/domainsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/domainsPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/domainsPage.py	2009-06-23 16:24:31.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.63/gui/fcontextPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.64/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/fcontextPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/fcontextPage.py	2009-06-23 16:24:31.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.63/gui/html_util.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.64/gui/html_util.py
 --- nsapolicycoreutils/gui/html_util.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/html_util.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/html_util.py	2009-06-23 16:24:31.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.63/gui/lockdown.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.64/gui/lockdown.glade
 --- nsapolicycoreutils/gui/lockdown.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/lockdown.glade	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/lockdown.glade	2009-06-23 16:24:31.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.63/gui/lockdown.gladep
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.64/gui/lockdown.gladep
 --- nsapolicycoreutils/gui/lockdown.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/lockdown.gladep	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/lockdown.gladep	2009-06-23 16:24:31.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,9 +1588,9 @@ 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.63/gui/lockdown.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.64/gui/lockdown.py
 --- nsapolicycoreutils/gui/lockdown.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/lockdown.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/lockdown.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,382 @@
 +#!/usr/bin/python
 +#
@@ -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.63/gui/loginsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.64/gui/loginsPage.py
 --- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/loginsPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/loginsPage.py	2009-06-23 16:24:31.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.63/gui/Makefile
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.64/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/Makefile	2009-06-04 15:18:28.000000000 -0400
++++ policycoreutils-2.0.64/gui/Makefile	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -2208,9 +2208,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.63/gui/mappingsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.64/gui/mappingsPage.py
 --- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/mappingsPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/mappingsPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,56 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2268,9 +2268,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.63/gui/modulesPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.64/gui/modulesPage.py
 --- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/modulesPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/modulesPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,190 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -2462,9 +2462,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.63/gui/polgen.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.64/gui/polgen.glade
 --- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/polgen.glade	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/polgen.glade	2009-06-23 16:24:31.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">
@@ -5771,9 +5771,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.63/gui/polgen.gladep
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policycoreutils-2.0.64/gui/polgen.gladep
 --- nsapolicycoreutils/gui/polgen.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/polgen.gladep	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/polgen.gladep	2009-06-23 16:24:31.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">
@@ -5782,9 +5782,9 @@ 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.63/gui/polgengui.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.64/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/polgengui.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/polgengui.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,627 @@
 +#!/usr/bin/python -E
 +#
@@ -6413,10 +6413,10 @@ 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.63/gui/polgen.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.64/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/polgen.py	2009-06-04 15:19:33.000000000 -0400
-@@ -0,0 +1,1177 @@
++++ policycoreutils-2.0.64/gui/polgen.py	2009-06-25 16:01:33.000000000 -0400
+@@ -0,0 +1,1179 @@
 +#!/usr/bin/python
 +#
 +# Copyright (C) 2007, 2008, 2009 Red Hat 
@@ -6880,7 +6880,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +                    return ""
 +
 +	def generate_manage_krb5_rcache_rules(self):
-+                if self.use_manage_krb5_rcache:
++                if self.manage_krb5_rcache:
 +                    return re.sub("TEMPLATETYPE", self.name, executable.te_manage_krb5_rcache_rules)
 +                else:
 +                    return ""
@@ -6986,14 +6986,16 @@ diff --exclude-from=exclude -N -u -r nsa
 +		
 +	def generate_capabilities(self):
 +            newte = ""
++            self.capabilities.sort()
 +            if len(self.capabilities) > 0:
-+                newte = "allow %s self:capability { %s };\n" % (self.name, " ".join(self.capabilities))
++                newte = "allow %s_t self:capability { %s };\n" % (self.name, " ".join(self.capabilities))
 +            return newte
 +
 +	def generate_process(self):
 +            newte = ""
++            self.processes.sort()
 +            if len(self.processes) > 0:
-+                newte = "allow %s self:process { %s };\n" % (self.name, " ".join(self.processes))
++                newte = "allow %s_t self:process { %s };\n" % (self.name, " ".join(self.processes))
 +            return newte
 +
 +
@@ -7566,7 +7568,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +    if len(cmds) == 0:
 +           usage(_("Executable required"))
 +
-+    name = os.path.basename(cmds[0])
++    name = os.path.basename(cmds[0]).replace("-","_")
 +    cmd = cmds[0]
 +    mypolicy = policy(name, setype)
 +    mypolicy.set_program(cmd)
@@ -7594,9 +7596,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        
 +    print mypolicy.generate()
 +    sys.exit(0)
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.63/gui/portsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.64/gui/portsPage.py
 --- nsapolicycoreutils/gui/portsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/portsPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/portsPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,259 @@
 +## portsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -7857,9 +7859,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.63/gui/selinux.tbl
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.64/gui/selinux.tbl
 --- nsapolicycoreutils/gui/selinux.tbl	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/selinux.tbl	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/selinux.tbl	2009-06-23 16:24:31.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 /")
@@ -8095,9 +8097,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.63/gui/semanagePage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.64/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/semanagePage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/semanagePage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,168 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -8267,9 +8269,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.63/gui/statusPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.64/gui/statusPage.py
 --- nsapolicycoreutils/gui/statusPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/statusPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/statusPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,190 @@
 +# statusPage.py - show selinux status
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -8461,9 +8463,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.63/gui/system-config-selinux.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.64/gui/system-config-selinux.glade
 --- nsapolicycoreutils/gui/system-config-selinux.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/system-config-selinux.glade	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/system-config-selinux.glade	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,3403 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -11868,9 +11870,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.63/gui/system-config-selinux.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.64/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/system-config-selinux.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/system-config-selinux.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,189 @@
 +#!/usr/bin/python
 +#
@@ -12061,9 +12063,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.63/gui/templates/boolean.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.64/gui/templates/boolean.py
 --- nsapolicycoreutils/gui/templates/boolean.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/boolean.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/boolean.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,40 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12105,9 +12107,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.63/gui/templates/etc_rw.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.64/gui/templates/etc_rw.py
 --- nsapolicycoreutils/gui/templates/etc_rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/etc_rw.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/etc_rw.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12238,9 +12240,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.63/gui/templates/executable.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.64/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/executable.py	2009-06-03 16:47:15.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/executable.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,376 @@
 +# Copyright (C) 2007-2009 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12618,9 +12620,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.63/gui/templates/__init__.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.64/gui/templates/__init__.py
 --- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/__init__.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/__init__.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -12640,9 +12642,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.63/gui/templates/network.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.64/gui/templates/network.py
 --- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/network.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/network.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,80 @@
 +te_port_types="""
 +type TEMPLATETYPE_port_t;
@@ -12724,9 +12726,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.63/gui/templates/rw.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.64/gui/templates/rw.py
 --- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/rw.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/rw.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,128 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12856,9 +12858,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.63/gui/templates/script.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.64/gui/templates/script.py
 --- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/script.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/script.py	2009-06-25 16:00:57.000000000 -0400
 @@ -0,0 +1,99 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12884,7 +12886,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +########################### tmp Template File #############################
 +compile="""\
-+#!/bin/sh
++#!/bin/sh -e
 +
 +DIRNAME=`dirname $0`
 +cd $DIRNAME
@@ -12959,9 +12961,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +# Adding roles to SELinux user USER
 +/usr/sbin/semanage user -m -R +TEMPLATETYPE_r USER
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.63/gui/templates/semodule.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.64/gui/templates/semodule.py
 --- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/semodule.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/semodule.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13004,9 +13006,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.63/gui/templates/tmp.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.64/gui/templates/tmp.py
 --- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/tmp.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/tmp.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,97 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13105,9 +13107,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +	TEMPLATETYPE_manage_tmp($1)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.63/gui/templates/user.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.64/gui/templates/user.py
 --- nsapolicycoreutils/gui/templates/user.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/user.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/user.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,182 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13291,9 +13293,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_lib.py policycoreutils-2.0.63/gui/templates/var_lib.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.64/gui/templates/var_lib.py
 --- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/var_lib.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/var_lib.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,158 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13453,9 +13455,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.63/gui/templates/var_log.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.64/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/var_log.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/var_log.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,110 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13567,9 +13569,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +fc_dir="""\
 +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.63/gui/templates/var_run.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.64/gui/templates/var_run.py
 --- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/var_run.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/var_run.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,118 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13689,9 +13691,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +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.63/gui/templates/var_spool.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.64/gui/templates/var_spool.py
 --- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/templates/var_spool.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/templates/var_spool.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13822,9 +13824,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/translationsPage.py policycoreutils-2.0.63/gui/translationsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.64/gui/translationsPage.py
 --- nsapolicycoreutils/gui/translationsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/translationsPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/translationsPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,118 @@
 +## translationsPage.py - show selinux translations
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -13944,9 +13946,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +        store, iter = self.view.get_selection().get_selected()
 +        self.store.set_value(iter, 0, level)
 +        self.store.set_value(iter, 1, translation)
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.63/gui/usersPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.64/gui/usersPage.py
 --- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.63/gui/usersPage.py	2009-05-22 13:40:04.000000000 -0400
++++ policycoreutils-2.0.64/gui/usersPage.py	2009-06-23 16:24:31.000000000 -0400
 @@ -0,0 +1,150 @@
 +## usersPage.py - show selinux mappings
 +## Copyright (C) 2006,2007,2008 Red Hat, Inc.

policycoreutils-po.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -p -N -r 1.52 -r 1.53 policycoreutils-po.patch
Index: policycoreutils-po.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-po.patch,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- policycoreutils-po.patch	12 May 2009 19:32:47 -0000	1.52
+++ policycoreutils-po.patch	26 Jun 2009 18:48:25 -0000	1.53
@@ -1,6 +1,6 @@
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.62/po/af.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.64/po/af.po
 --- nsapolicycoreutils/po/af.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/af.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/af.po	2009-06-26 14:46:40.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -1941,9 +1941,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-2.0.62/po/am.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-2.0.64/po/am.po
 --- nsapolicycoreutils/po/am.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/am.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/am.po	2009-06-26 14:46:40.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -3884,9 +3884,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-2.0.62/po/ar.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-2.0.64/po/ar.po
 --- nsapolicycoreutils/po/ar.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ar.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/ar.po	2009-06-26 14:46:40.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -5827,17 +5827,19 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-2.0.62/po/as.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-2.0.64/po/as.po
 --- nsapolicycoreutils/po/as.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/as.po	2009-05-12 13:25:30.000000000 -0400
-@@ -1,4 +1,4 @@
++++ policycoreutils-2.0.64/po/as.po	2009-06-26 14:46:40.000000000 -0400
+@@ -1,23 +1,23 @@
 -# translation of as.po to Assamese
 +# translation of policycoreutils.HEAD.po to Assamese
  # This file is distributed under the same license as the PACKAGE package.
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
  #
-@@ -7,10 +7,10 @@
- # Amitakhya Phukan <aphukan at fedoraproject.org>, 2008.
+ # Amitakhya Phukan <amitakhya.phukan at gmail.com>, 2006.
+ # Amitakhya Phukan <aphukan at redhat.com>, 2008.
+-# Amitakhya Phukan <aphukan at fedoraproject.org>, 2008.
++# Amitakhya Phukan <aphukan at fedoraproject.org>, 2008, 2009.
  msgid ""
  msgstr ""
 -"Project-Id-Version: as\n"
@@ -5846,11 +5848,19 @@ diff --exclude-from=exclude -N -u -r nsa
 -"POT-Creation-Date: 2008-09-09 13:24-0400\n"
 -"PO-Revision-Date: 2008-01-31 12:04+0530\n"
 +"POT-Creation-Date: 2009-01-21 17:13-0500\n"
-+"PO-Revision-Date: 2008-09-24 12:55+0530\n"
++"PO-Revision-Date: 2009-06-03 15:55+0530\n"
  "Last-Translator: Amitakhya Phukan <aphukan at fedoraproject.org>\n"
  "Language-Team: Assamese\n"
  "MIME-Version: 1.0\n"
-@@ -91,837 +91,840 @@
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+ "X-Generator: KBabel 1.11.4\n"
+-"Plural-Forms: nplurals=2; plural=(n!=1)\n"
++"Plural-Forms: nplurals=2; plural=n != 1\n"
+ 
+ #: ../run_init/run_init.c:67
+ msgid ""
+@@ -91,837 +91,835 @@
  msgid "To make this policy package active, execute:"
  msgstr "চিহ্নিত পলিচি সৰঞ্জাম সক্ৰিয় কৰাৰ বাবে, সঞ্চালন কৰক:"
  
@@ -5862,8 +5872,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#: ../semanage/seobject.py:56
 +#: ../semanage/seobject.py:55
  msgid "SELinux policy is not managed or store cannot be accessed."
- msgstr ""
- "SELinux নিয়মনীতি বৰ্তমানে পৰিচালিত নহয় অথবা সংগ্ৰহস্থল ব্যৱহাৰ কৰা সম্ভৱ নহয় ।"
+-msgstr ""
+-"SELinux নিয়মনীতি বৰ্তমানে পৰিচালিত নহয় অথবা সংগ্ৰহস্থল ব্যৱহাৰ কৰা সম্ভৱ নহয় ।"
++msgstr "SELinux নিয়মনীতি বৰ্তমানে পৰিচালিত নহয় অথবা সংগ্ৰহস্থল ব্যৱহাৰ কৰা সম্ভৱ নহয় ।"
  
 -#: ../semanage/seobject.py:61
 +#: ../semanage/seobject.py:60
@@ -5879,19 +5890,19 @@ diff --exclude-from=exclude -N -u -r nsa
 -msgid "global"
 -msgstr ""
 +#: ../semanage/seobject.py:70
-+#, fuzzy
-+msgid "Could not test MLS enabled status"
-+msgstr "%s'ৰ ক্ষেত্ৰত MLS ৰেঞ্জ নিৰ্ধাৰণ কৰা নাযায়"
  
 -#: ../semanage/seobject.py:196
 -msgid "translations not supported on non-MLS machines"
 -msgstr "MLS-বিহীন যন্ত্ৰত অনুবাদ সমৰ্থন কৰা নহয়"
-+#: ../semanage/seobject.py:142 ../semanage/seobject.py:146
-+msgid "global"
-+msgstr "আন্তৰ্জাতিক"
++msgid "Could not test MLS enabled status"
++msgstr "MLS-ৰ সক্ৰিয় অৱস্থা পৰীক্ষা কৰা নাযায়"
  
 -#: ../semanage/seobject.py:203
 -#, fuzzy, python-format
++#: ../semanage/seobject.py:142 ../semanage/seobject.py:146
++msgid "global"
++msgstr "আন্তৰ্জাতিক"
++
 +#: ../semanage/seobject.py:206
 +#, python-format
  msgid "Unable to open %s: translations not supported on non-MLS machines: %s"
@@ -5927,18 +5938,21 @@ diff --exclude-from=exclude -N -u -r nsa
 +#: ../semanage/seobject.py:253
  #, python-format
  msgid "%s already defined in translations"
- msgstr "অনুবাদত %s বৰ্তমানে ব্যাখ্যা কৰা হৈছে"
+-msgstr "অনুবাদত %s বৰ্তমানে ব্যাখ্যা কৰা হৈছে"
++msgstr "অনুবাদত %s বৰ্তমানে বেখ্যা কৰা হৈছে"
  
 -#: ../semanage/seobject.py:262
 +#: ../semanage/seobject.py:265
  #, python-format
  msgid "%s not defined in translations"
- msgstr "অনুবাদত %s'ৰ ব্যাখ্যা কৰা নহয়"
+-msgstr "অনুবাদত %s'ৰ ব্যাখ্যা কৰা নহয়"
++msgstr "অনুবাদত %s'ৰ বেখ্যা কৰা নহয়"
  
 -#: ../semanage/seobject.py:288
 +#: ../semanage/seobject.py:291
  msgid "Not yet implemented"
- msgstr ""
+-msgstr ""
++msgstr "বাস্তবায়িত নহয়"
  
 -#: ../semanage/seobject.py:295
 +#: ../semanage/seobject.py:298
@@ -5946,10 +5960,12 @@ diff --exclude-from=exclude -N -u -r nsa
  msgstr "semanage আদান-প্ৰদান আৰম্ভ কৰা নাযায়"
  
 -#: ../semanage/seobject.py:301
+-#, fuzzy
 +#: ../semanage/seobject.py:304
- #, fuzzy
++
  msgid "Could not commit semanage transaction"
- msgstr "semanage আদান-প্ৰদান আৰম্ভ কৰা নাযায়"
+-msgstr "semanage আদান-প্ৰদান আৰম্ভ কৰা নাযায়"
++msgstr "semanage আদান-প্ৰদান সমাপ্ত কৰা নাযায়"
  
 -#: ../semanage/seobject.py:311
 -#, fuzzy
@@ -5961,19 +5977,22 @@ diff --exclude-from=exclude -N -u -r nsa
 -#: ../semanage/seobject.py:322
 +#: ../semanage/seobject.py:325
  msgid "Permissive Types"
- msgstr ""
+-msgstr ""
++msgstr "Permissive (সতৰ্কতামূলক) ধৰন"
  
 -#: ../semanage/seobject.py:352
 +#: ../semanage/seobject.py:355
  #, python-format
  msgid "Could not set permissive domain %s (module installation failed)"
- msgstr ""
+-msgstr ""
++msgstr "permissive ডোমেইন %s নিৰ্ধাৰণ কৰা নাযায় (মডিউল সংস্থাপন কৰিবলৈ ব্যৰ্থ)"
  
 -#: ../semanage/seobject.py:366
 +#: ../semanage/seobject.py:369
  #, python-format
  msgid "Could not remove permissive domain %s (remove failed)"
- msgstr ""
+-msgstr ""
++msgstr "permissive ডোমেইন %s সৰিয়ে ফেলা নাযায় (অপসাৰণ কৰিবলৈ ব্যৰ্থ)"
  
 -#: ../semanage/seobject.py:392 ../semanage/seobject.py:452
 -#: ../semanage/seobject.py:498 ../semanage/seobject.py:580
@@ -6081,8 +6100,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +#: ../semanage/seobject.py:513
  #, python-format
  msgid "Login mapping for %s is defined in policy, cannot be deleted"
- msgstr ""
- "%s'ৰ বাবে প্ৰৱেশ মেপিং ব্যৱস্থা নিয়মনীতিত নিৰ্ধাৰিত হোৱাৰ ফলত আঁতৰুৱা সম্ভৱ নহয়"
+-msgstr ""
+-"%s'ৰ বাবে প্ৰৱেশ মেপিং ব্যৱস্থা নিয়মনীতিত নিৰ্ধাৰিত হোৱাৰ ফলত আঁতৰুৱা সম্ভৱ নহয়"
[...126430 lines suppressed...]
  "Project-Id-Version: policycoreutils\n"
@@ -139968,9 +150054,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Požaduje hodnotu"
  
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sl.po policycoreutils-2.0.62/po/sl.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sl.po policycoreutils-2.0.64/po/sl.po
 --- nsapolicycoreutils/po/sl.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sl.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/sl.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -141911,9 +151997,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sq.po policycoreutils-2.0.62/po/sq.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sq.po policycoreutils-2.0.64/po/sq.po
 --- nsapolicycoreutils/po/sq.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sq.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/sq.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -143854,9 +153940,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr at latin.po policycoreutils-2.0.62/po/sr at latin.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr at latin.po policycoreutils-2.0.64/po/sr at latin.po
 --- nsapolicycoreutils/po/sr at latin.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sr at latin.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/sr at latin.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,26 +1,24 @@
 -# translation of policycoreutils.HEAD.sr.po to Serbian
  # Serbian(Latin) translations for policycoreutils
@@ -146238,9 +156324,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "Primoravanje\n"
 -#~ "Dopuštanje\n"
 -#~ "Isključeno\n"
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr.po policycoreutils-2.0.62/po/sr.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr.po policycoreutils-2.0.64/po/sr.po
 --- nsapolicycoreutils/po/sr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sr.po	2009-05-12 13:25:30.000000000 -0400
++++ policycoreutils-2.0.64/po/sr.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,26 +1,24 @@
 -# translation of policycoreutils.HEAD.sr.po to Serbian
  # Serbian translations for policycoreutils
@@ -148561,9 +158647,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "Приморавање\n"
 -#~ "Допуштање\n"
 -#~ "Искључено\n"
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sv.po policycoreutils-2.0.62/po/sv.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sv.po policycoreutils-2.0.64/po/sv.po
 --- nsapolicycoreutils/po/sv.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sv.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/sv.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,16 +1,18 @@
  # Swedish messages for policycoreutils.
 -# Copyright © 2001-2008 Free Software Foundation, Inc.
@@ -148582,7 +158668,7 @@ diff --exclude-from=exclude -N -u -r nsa
 -"PO-Revision-Date: 2008-01-27 19:18-0500\n"
 -"Last-Translator: Christian Rose <menthos at menthos.com>\n"
 +"POT-Creation-Date: 2009-01-21 17:13-0500\n"
-+"PO-Revision-Date: 2009-04-08 19:21+0200\n"
++"PO-Revision-Date: 2009-05-17 18:51+0200\n"
 +"Last-Translator: Göran Uddeborg <goeran at uddeborg.se>\n"
  "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
  "MIME-Version: 1.0\n"
@@ -148855,7 +158941,8 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/system-config-selinux.glade:1107
 +#: ../gui/system-config-selinux.glade:2496 ../gui/usersPage.py:44
  msgid "SELinux User"
- msgstr "SELinux-användare"
+-msgstr "SELinux-användare"
++msgstr "SELinux-anv."
  
 -#: ../semanage/seobject.py:550 ../gui/system-config-selinux.glade:156
 +#: ../semanage/seobject.py:553 ../gui/system-config-selinux.glade:156
@@ -151753,9 +161840,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -
 -#~ msgid "Options Error: %s "
 -#~ msgstr "Flaggfel: %s "
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ta.po policycoreutils-2.0.62/po/ta.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ta.po policycoreutils-2.0.64/po/ta.po
 --- nsapolicycoreutils/po/ta.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ta.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/ta.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,22 +1,27 @@
 -# translation of ta.po to Tamil
 +# translation of policycoreutils.HEAD.ta.po to Tamil
@@ -154186,9 +164273,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ msgstr ""
 -#~ "MLS/\n"
 -#~ "MCS நிலை"
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils-2.0.62/po/te.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils-2.0.64/po/te.po
 --- nsapolicycoreutils/po/te.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/te.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/te.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,21 +1,23 @@
 -# translation of new_policycoreutils.HEAD.te.po to Telugu
 +# translation of policycoreutils.HEAD.te.po to Telugu
@@ -156472,9 +166559,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "బలవంతపు\n"
 -#~ "అనుమతిగల\n"
 -#~ "అచేతనమైన\n"
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/th.po policycoreutils-2.0.62/po/th.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/th.po policycoreutils-2.0.64/po/th.po
 --- nsapolicycoreutils/po/th.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/th.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/th.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -158415,9 +168502,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/tr.po policycoreutils-2.0.62/po/tr.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/tr.po policycoreutils-2.0.64/po/tr.po
 --- nsapolicycoreutils/po/tr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/tr.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/tr.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -160358,9 +170445,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-2.0.62/po/uk.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-2.0.64/po/uk.po
 --- nsapolicycoreutils/po/uk.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/uk.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/uk.po	2009-06-26 14:46:41.000000000 -0400
 @@ -7,7 +7,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -162341,9 +172428,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Потрібно вказати значення"
  
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-2.0.62/po/ur.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-2.0.64/po/ur.po
 --- nsapolicycoreutils/po/ur.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ur.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/ur.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -164284,9 +174371,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-2.0.62/po/vi.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-2.0.64/po/vi.po
 --- nsapolicycoreutils/po/vi.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/vi.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/vi.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -166227,9 +176314,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-2.0.62/po/zh_CN.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-2.0.64/po/zh_CN.po
 --- nsapolicycoreutils/po/zh_CN.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/zh_CN.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/zh_CN.po	2009-06-26 14:46:41.000000000 -0400
 @@ -3,13 +3,13 @@
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER, 2006.
  #
@@ -168804,9 +178891,9 @@ diff --exclude-from=exclude -N -u -r nsa
  
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-2.0.62/po/zh_TW.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-2.0.64/po/zh_TW.po
 --- nsapolicycoreutils/po/zh_TW.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/zh_TW.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/zh_TW.po	2009-06-26 14:46:41.000000000 -0400
 @@ -1,32 +1,31 @@
 -# translation of policycoreutils.HEAD.po to Traditional Chinese
 +# translation of policycoreutils.HEAD.po to
@@ -173902,9 +183989,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +msgid "SELinux user '%s' is required"
 +msgstr "需要 SELinux 用戶「%s」"
  
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zu.po policycoreutils-2.0.62/po/zu.po
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zu.po policycoreutils-2.0.64/po/zu.po
 --- nsapolicycoreutils/po/zu.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/zu.po	2009-05-12 13:25:31.000000000 -0400
++++ policycoreutils-2.0.64/po/zu.po	2009-06-26 14:46:41.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -p -r1.611 -r1.612
--- policycoreutils.spec	4 Jun 2009 19:31:31 -0000	1.611
+++ policycoreutils.spec	26 Jun 2009 18:48:40 -0000	1.612
@@ -5,8 +5,8 @@
 %define	sepolgenver	1.0.16
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
-Version: 2.0.63
-Release: 5%{?dist}
+Version: 2.0.64
+Release: 1%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -227,6 +227,13 @@ else
 fi
 
 %changelog
+* Fri Jun 26 2009 Dan Walsh <dwalsh at redhat.com> 2.0.64-1
+- Update to upstream
+	* Keep setfiles from spamming console from Dan Walsh.
+	* Fix chcat's category expansion for users from Dan Walsh.
+- Update po files
+- Fix sepolgen
+
 * Thu Jun 4 2009 Dan Walsh <dwalsh at redhat.com> 2.0.63-5
 - Add sepolgen executable
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/sources,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- sources	22 May 2009 18:00:01 -0000	1.201
+++ sources	26 Jun 2009 18:48:41 -0000	1.202
@@ -1,2 +1,2 @@
 e1b5416c3e0d76e5d702b3f54f4def45  sepolgen-1.0.16.tgz
-6a45dc84a2291dc2722fc60f18fb8393  policycoreutils-2.0.63.tgz
+d70351e2caf19dd096c3329e67f22753  policycoreutils-2.0.64.tgz




More information about the fedora-extras-commits mailing list