rpms/policycoreutils/F-11 policycoreutils-gui.patch, 1.85, 1.86 policycoreutils-po.patch, 1.51, 1.52 policycoreutils.spec, 1.607, 1.608

Daniel J Walsh dwalsh at fedoraproject.org
Tue May 12 17:56:20 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12033

Modified Files:
	policycoreutils-gui.patch policycoreutils-po.patch 
	policycoreutils.spec 
Log Message:
* Tue May 12 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.4
- Fix portspage and generation of init_script_file in templates


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils-gui.patch,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- policycoreutils-gui.patch	7 Mar 2009 18:03:08 -0000	1.85
+++ policycoreutils-gui.patch	12 May 2009 17:56:12 -0000	1.86
@@ -1,6 +1,6 @@
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.62/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/booleansPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/booleansPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,247 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -251,7 +251,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +        
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py policycoreutils-2.0.62/gui/domainsPage.py
 --- nsapolicycoreutils/gui/domainsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/domainsPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/domainsPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,154 @@
 +## domainsPage.py - show selinux domains
 +## Copyright (C) 2009 Red Hat, Inc.
@@ -409,7 +409,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +            self.error(e.args[0])
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.62/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/fcontextPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/fcontextPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,223 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -636,7 +636,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +        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.62/gui/html_util.py
 --- nsapolicycoreutils/gui/html_util.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/html_util.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/html_util.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,164 @@
 +# Authors: John Dennis <jdennis at redhat.com>
 +#
@@ -804,7 +804,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.62/gui/lockdown.glade
 --- nsapolicycoreutils/gui/lockdown.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/lockdown.glade	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/lockdown.glade	2009-05-04 13:40:26.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">
@@ -1579,7 +1579,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.62/gui/lockdown.gladep
 --- nsapolicycoreutils/gui/lockdown.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/lockdown.gladep	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/lockdown.gladep	2009-05-04 13:40:26.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">
@@ -1590,7 +1590,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +</glade-project>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.62/gui/lockdown.py
 --- nsapolicycoreutils/gui/lockdown.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/lockdown.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/lockdown.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,382 @@
 +#!/usr/bin/python
 +#
@@ -1976,7 +1976,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +    app.stand_alone()
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.62/gui/loginsPage.py
 --- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/loginsPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/loginsPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,185 @@
 +## loginsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2165,7 +2165,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.62/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/Makefile	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/Makefile	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,38 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -2207,7 +2207,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +relabel:
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.62/gui/mappingsPage.py
 --- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/mappingsPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/mappingsPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,56 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2267,7 +2267,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.62/gui/modulesPage.py
 --- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/modulesPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/modulesPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,190 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -2461,7 +2461,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +            self.error(e.args[0])
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.62/gui/polgen.glade
 --- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/polgen.glade	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/polgen.glade	2009-05-04 13:40:26.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,7 +5770,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policycoreutils-2.0.62/gui/polgen.gladep
 --- nsapolicycoreutils/gui/polgen.gladep	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/polgen.gladep	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/polgen.gladep	2009-05-04 13:40:26.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,8 +5781,8 @@ diff --exclude-from=exclude -N -u -r nsa
 +</glade-project>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.62/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/polgengui.py	2009-02-18 16:52:27.000000000 -0500
-@@ -0,0 +1,626 @@
++++ policycoreutils-2.0.62/gui/polgengui.py	2009-05-12 13:20:15.000000000 -0400
+@@ -0,0 +1,627 @@
 +#!/usr/bin/python -E
 +#
 +# polgengui.py - GUI for SELinux Config tool in system-config-selinux
@@ -6056,6 +6056,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +            
 +        if self.pages[type][self.current_page] in self.finish_page:
 +            self.generate_policy()
++            self.xml.get_widget ("cancel_button").set_label(gtk.STOCK_CLOSE)
 +        else:
 +            self.current_page = self.current_page + 1
 +            self.notebook.set_current_page(self.pages[type][self.current_page])
@@ -6411,7 +6412,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +    app.stand_alone()
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.62/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/polgen.py	2009-03-07 12:58:37.000000000 -0500
++++ policycoreutils-2.0.62/gui/polgen.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,954 @@
 +#!/usr/bin/python
 +#
@@ -7369,7 +7370,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +	
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.62/gui/portsPage.py
 --- nsapolicycoreutils/gui/portsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/portsPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/portsPage.py	2009-05-12 13:20:08.000000000 -0400
 @@ -0,0 +1,259 @@
 +## portsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -7497,17 +7498,17 @@ diff --exclude-from=exclude -N -u -r nsa
 +        keys.sort()
 +        self.store.clear()
 +        for k in keys:
-+            if not (self.match(str(k[0]), filter) or self.match(dict[k][0], filter) or self.match(dict[k][1], filter) or self.match(dict[k][2], filter)):
++            if not (self.match(str(k[0]), filter) or self.match(dict[k][0], filter) or self.match(k[2], filter) or self.match(dict[k][1], filter) or self.match(dict[k][1], filter)):
 +                continue
 +            iter = self.store.append()
 +            if k[0] == k[1]:
 +                self.store.set_value(iter, PORT_COL, k[0])
 +            else:
-+                rec = "%s-%s" % k
++                rec = "%s-%s" % k[:2]
 +                self.store.set_value(iter, PORT_COL, rec)
 +            self.store.set_value(iter, TYPE_COL, dict[k][0])
-+            self.store.set_value(iter, PROTOCOL_COL, dict[k][1])
-+            self.store.set_value(iter, MLS_COL, dict[k][2])
++            self.store.set_value(iter, PROTOCOL_COL, k[2])
++            self.store.set_value(iter, MLS_COL, dict[k][1])
 +        self.view.get_selection().select_path ((0,))
 +    
 +    def group_load(self, filter = ""):
@@ -7632,7 +7633,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +        
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.62/gui/selinux.tbl
 --- nsapolicycoreutils/gui/selinux.tbl	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/selinux.tbl	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/selinux.tbl	2009-05-04 13:40:26.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 /")
@@ -7870,7 +7871,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.62/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/semanagePage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/semanagePage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,168 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -8042,7 +8043,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +        
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.62/gui/statusPage.py
 --- nsapolicycoreutils/gui/statusPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/statusPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/statusPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,190 @@
 +# statusPage.py - show selinux status
 +## Copyright (C) 2006-2009 Red Hat, Inc.
@@ -8236,7 +8237,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.62/gui/system-config-selinux.glade
 --- nsapolicycoreutils/gui/system-config-selinux.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/system-config-selinux.glade	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/system-config-selinux.glade	2009-05-04 13:40:26.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">
@@ -11643,7 +11644,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.62/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/system-config-selinux.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/system-config-selinux.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,189 @@
 +#!/usr/bin/python
 +#
@@ -11836,7 +11837,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +    app.stand_alone()
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.62/gui/templates/boolean.py
 --- nsapolicycoreutils/gui/templates/boolean.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/boolean.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/boolean.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,40 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11880,7 +11881,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.62/gui/templates/etc_rw.py
 --- nsapolicycoreutils/gui/templates/etc_rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/etc_rw.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/etc_rw.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12013,7 +12014,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.62/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/executable.py	2009-03-07 12:58:20.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/executable.py	2009-05-12 13:20:40.000000000 -0400
 @@ -0,0 +1,368 @@
 +# Copyright (C) 2007-2009 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12054,7 +12055,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 +te_initscript_types="""
 +type TEMPLATETYPE_initrc_exec_t;
-+init_script_type(TEMPLATETYPE_initrc_exec_t)
++init_script_file(TEMPLATETYPE_initrc_exec_t)
 +"""
 +
 +te_dbusd_types="""\
@@ -12385,7 +12386,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.62/gui/templates/__init__.py
 --- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/__init__.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/__init__.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -12407,7 +12408,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.62/gui/templates/network.py
 --- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/network.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/network.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,80 @@
 +te_port_types="""
 +type TEMPLATETYPE_port_t;
@@ -12491,7 +12492,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.62/gui/templates/rw.py
 --- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/rw.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/rw.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,128 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12623,7 +12624,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.62/gui/templates/script.py
 --- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/script.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/script.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,99 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12726,7 +12727,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.62/gui/templates/semodule.py
 --- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/semodule.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/semodule.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12771,7 +12772,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.62/gui/templates/tmp.py
 --- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/tmp.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/tmp.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,97 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -12872,7 +12873,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.62/gui/templates/user.py
 --- nsapolicycoreutils/gui/templates/user.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/user.py	2009-03-07 12:58:11.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/user.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,182 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13058,7 +13059,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.62/gui/templates/var_lib.py
 --- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/var_lib.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/var_lib.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,158 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13220,7 +13221,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.62/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/var_log.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/var_log.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,110 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13334,7 +13335,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.62/gui/templates/var_run.py
 --- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/var_run.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/var_run.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,118 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13456,7 +13457,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.62/gui/templates/var_spool.py
 --- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/templates/var_spool.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/templates/var_spool.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -13589,7 +13590,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.62/gui/translationsPage.py
 --- nsapolicycoreutils/gui/translationsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/translationsPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/translationsPage.py	2009-05-04 13:40:26.000000000 -0400
 @@ -0,0 +1,118 @@
 +## translationsPage.py - show selinux translations
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -13711,7 +13712,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +        self.store.set_value(iter, 1, translation)
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.62/gui/usersPage.py
 --- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/gui/usersPage.py	2009-02-18 16:52:27.000000000 -0500
++++ policycoreutils-2.0.62/gui/usersPage.py	2009-05-04 13:40:26.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.51 -r 1.52 policycoreutils-po.patch
Index: policycoreutils-po.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils-po.patch,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- policycoreutils-po.patch	9 Apr 2009 02:05:21 -0000	1.51
+++ policycoreutils-po.patch	12 May 2009 17:56:13 -0000	1.52
@@ -1,7 +1,6 @@
-Binary files nsapolicycoreutils/po/af.mo and policycoreutils-2.0.62/po/af.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.62/po/af.po
 --- nsapolicycoreutils/po/af.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/af.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/af.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -1942,10 +1941,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/am.mo and policycoreutils-2.0.62/po/am.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-2.0.62/po/am.po
 --- nsapolicycoreutils/po/am.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/am.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/am.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -3886,10 +3884,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/ar.mo and policycoreutils-2.0.62/po/ar.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-2.0.62/po/ar.po
 --- nsapolicycoreutils/po/ar.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ar.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/ar.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -5830,10 +5827,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/as.mo and policycoreutils-2.0.62/po/as.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-2.0.62/po/as.po
 --- nsapolicycoreutils/po/as.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/as.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/as.po	2009-05-12 13:25:30.000000000 -0400
 @@ -1,4 +1,4 @@
 -# translation of as.po to Assamese
 +# translation of policycoreutils.HEAD.po to Assamese
@@ -8218,10 +8214,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ msgstr "স্তৰ"
 +#~ msgid "translations not supported on non-MLS machines"
 +#~ msgstr "MLS-বিহীন যন্ত্ৰত অনুবাদ সমৰ্থন কৰা নহয়"
-Binary files nsapolicycoreutils/po/be.mo and policycoreutils-2.0.62/po/be.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-2.0.62/po/be.po
 --- nsapolicycoreutils/po/be.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/be.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/be.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -10162,10 +10157,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/bg.mo and policycoreutils-2.0.62/po/bg.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-2.0.62/po/bg.po
 --- nsapolicycoreutils/po/bg.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/bg.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/bg.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -12215,10 +12209,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Изисква стойност"
  
-Binary files nsapolicycoreutils/po/bn_IN.mo and policycoreutils-2.0.62/po/bn_IN.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-2.0.62/po/bn_IN.po
 --- nsapolicycoreutils/po/bn_IN.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/bn_IN.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/bn_IN.po	2009-05-12 13:25:30.000000000 -0400
 @@ -9,7 +9,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils.HEAD\n"
@@ -14243,10 +14236,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "মান আবশ্যক"
  
-Binary files nsapolicycoreutils/po/bn.mo and policycoreutils-2.0.62/po/bn.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils-2.0.62/po/bn.po
 --- nsapolicycoreutils/po/bn.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/bn.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/bn.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -16187,10 +16179,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/bs.mo and policycoreutils-2.0.62/po/bs.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bs.po policycoreutils-2.0.62/po/bs.po
 --- nsapolicycoreutils/po/bs.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/bs.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/bs.po	2009-05-12 13:25:30.000000000 -0400
 @@ -4,7 +4,7 @@
  msgstr ""
  "Project-Id-Version: bs\n"
@@ -18170,10 +18161,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Zahtijeva vrijednost"
  
-Binary files nsapolicycoreutils/po/ca.mo and policycoreutils-2.0.62/po/ca.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils-2.0.62/po/ca.po
 --- nsapolicycoreutils/po/ca.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ca.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/ca.po	2009-05-12 13:25:30.000000000 -0400
 @@ -22,7 +22,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -20163,10 +20153,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Requereix un valor"
  
-Binary files nsapolicycoreutils/po/cs.mo and policycoreutils-2.0.62/po/cs.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils-2.0.62/po/cs.po
 --- nsapolicycoreutils/po/cs.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/cs.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/cs.po	2009-05-12 13:25:30.000000000 -0400
 @@ -9,7 +9,7 @@
  msgstr ""
  "Project-Id-Version: cs\n"
@@ -22186,10 +22175,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "<b>Device number:</b>"
  #~ msgstr "<b>Číslo zařízení:</b>"
  
-Binary files nsapolicycoreutils/po/cy.mo and policycoreutils-2.0.62/po/cy.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils-2.0.62/po/cy.po
 --- nsapolicycoreutils/po/cy.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/cy.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/cy.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -24130,10 +24118,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/da.mo and policycoreutils-2.0.62/po/da.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils-2.0.62/po/da.po
 --- nsapolicycoreutils/po/da.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/da.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/da.po	2009-05-12 13:25:30.000000000 -0400
 @@ -2,7 +2,7 @@
  # Danish messages for policycoreutils.
  # Copyright (C) 2006 Christian Rose.
@@ -26124,10 +26111,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Kræver værdi"
  
-Binary files nsapolicycoreutils/po/de.mo and policycoreutils-2.0.62/po/de.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils-2.0.62/po/de.po
 --- nsapolicycoreutils/po/de.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/de.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/de.po	2009-05-12 13:25:30.000000000 -0400
 @@ -1,30 +1,26 @@
 -# translation of policycoreutils.HEAD.de.po to German
  # German translation of policycoreutils.
@@ -29596,10 +29582,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +#~ "\n"
 +#~ "semodule -i %s\n"
 +#~ "\n"
-Binary files nsapolicycoreutils/po/el.mo and policycoreutils-2.0.62/po/el.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils-2.0.62/po/el.po
 --- nsapolicycoreutils/po/el.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/el.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/el.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: el\n"
@@ -31615,10 +31600,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Απόκρυψη τιμής"
  
-Binary files nsapolicycoreutils/po/en_GB.mo and policycoreutils-2.0.62/po/en_GB.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreutils-2.0.62/po/en_GB.po
 --- nsapolicycoreutils/po/en_GB.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/en_GB.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/en_GB.po	2009-05-12 13:25:30.000000000 -0400
 @@ -7,7 +7,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -33598,10 +33582,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Requires value"
[...2394 lines suppressed...]
-Binary files nsapolicycoreutils/po/si.mo and policycoreutils-2.0.62/po/si.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/si.po policycoreutils-2.0.62/po/si.po
 --- nsapolicycoreutils/po/si.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/si.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/si.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -137788,10 +137984,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/sk.mo and policycoreutils-2.0.62/po/sk.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sk.po policycoreutils-2.0.62/po/sk.po
 --- nsapolicycoreutils/po/sk.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sk.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/sk.po	2009-05-12 13:25:30.000000000 -0400
 @@ -7,7 +7,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -139773,10 +139968,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Požaduje hodnotu"
  
-Binary files nsapolicycoreutils/po/sl.mo and policycoreutils-2.0.62/po/sl.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sl.po policycoreutils-2.0.62/po/sl.po
 --- nsapolicycoreutils/po/sl.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sl.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/sl.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -141717,10 +141911,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/sq.mo and policycoreutils-2.0.62/po/sq.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sq.po policycoreutils-2.0.62/po/sq.po
 --- nsapolicycoreutils/po/sq.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sq.po	2009-04-08 22:03:17.000000000 -0400
++++ policycoreutils-2.0.62/po/sq.po	2009-05-12 13:25:30.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -143661,10 +143854,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/sr at latin.mo and policycoreutils-2.0.62/po/sr at latin.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr at latin.po policycoreutils-2.0.62/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-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/sr at latin.po	2009-05-12 13:25:30.000000000 -0400
 @@ -1,26 +1,24 @@
 -# translation of policycoreutils.HEAD.sr.po to Serbian
  # Serbian(Latin) translations for policycoreutils
@@ -146046,10 +146238,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "Primoravanje\n"
 -#~ "Dopuštanje\n"
 -#~ "Isključeno\n"
-Binary files nsapolicycoreutils/po/sr.mo and policycoreutils-2.0.62/po/sr.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr.po policycoreutils-2.0.62/po/sr.po
 --- nsapolicycoreutils/po/sr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sr.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/sr.po	2009-05-12 13:25:30.000000000 -0400
 @@ -1,26 +1,24 @@
 -# translation of policycoreutils.HEAD.sr.po to Serbian
  # Serbian translations for policycoreutils
@@ -148370,10 +148561,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "Приморавање\n"
 -#~ "Допуштање\n"
 -#~ "Искључено\n"
-Binary files nsapolicycoreutils/po/sv.mo and policycoreutils-2.0.62/po/sv.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sv.po policycoreutils-2.0.62/po/sv.po
 --- nsapolicycoreutils/po/sv.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/sv.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/sv.po	2009-05-12 13:25:31.000000000 -0400
 @@ -1,16 +1,18 @@
  # Swedish messages for policycoreutils.
 -# Copyright © 2001-2008 Free Software Foundation, Inc.
@@ -151563,10 +151753,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -
 -#~ msgid "Options Error: %s "
 -#~ msgstr "Flaggfel: %s "
-Binary files nsapolicycoreutils/po/ta.mo and policycoreutils-2.0.62/po/ta.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ta.po policycoreutils-2.0.62/po/ta.po
 --- nsapolicycoreutils/po/ta.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ta.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/ta.po	2009-05-12 13:25:31.000000000 -0400
 @@ -1,22 +1,27 @@
 -# translation of ta.po to Tamil
 +# translation of policycoreutils.HEAD.ta.po to Tamil
@@ -153997,10 +154186,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ msgstr ""
 -#~ "MLS/\n"
 -#~ "MCS நிலை"
-Binary files nsapolicycoreutils/po/te.mo and policycoreutils-2.0.62/po/te.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils-2.0.62/po/te.po
 --- nsapolicycoreutils/po/te.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/te.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/te.po	2009-05-12 13:25:31.000000000 -0400
 @@ -1,21 +1,23 @@
 -# translation of new_policycoreutils.HEAD.te.po to Telugu
 +# translation of policycoreutils.HEAD.te.po to Telugu
@@ -156284,10 +156472,9 @@ diff --exclude-from=exclude -N -u -r nsa
 -#~ "బలవంతపు\n"
 -#~ "అనుమతిగల\n"
 -#~ "అచేతనమైన\n"
-Binary files nsapolicycoreutils/po/th.mo and policycoreutils-2.0.62/po/th.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/th.po policycoreutils-2.0.62/po/th.po
 --- nsapolicycoreutils/po/th.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/th.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/th.po	2009-05-12 13:25:31.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -158228,10 +158415,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/tr.mo and policycoreutils-2.0.62/po/tr.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/tr.po policycoreutils-2.0.62/po/tr.po
 --- nsapolicycoreutils/po/tr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/tr.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/tr.po	2009-05-12 13:25:31.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -160172,10 +160358,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/uk.mo and policycoreutils-2.0.62/po/uk.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-2.0.62/po/uk.po
 --- nsapolicycoreutils/po/uk.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/uk.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/uk.po	2009-05-12 13:25:31.000000000 -0400
 @@ -7,7 +7,7 @@
  msgstr ""
  "Project-Id-Version: policycoreutils\n"
@@ -162156,10 +162341,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #~ msgid "Requires value"
  #~ msgstr "Потрібно вказати значення"
  
-Binary files nsapolicycoreutils/po/ur.mo and policycoreutils-2.0.62/po/ur.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-2.0.62/po/ur.po
 --- nsapolicycoreutils/po/ur.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/ur.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/ur.po	2009-05-12 13:25:31.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -164100,10 +164284,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/vi.mo and policycoreutils-2.0.62/po/vi.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-2.0.62/po/vi.po
 --- nsapolicycoreutils/po/vi.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/vi.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/vi.po	2009-05-12 13:25:31.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
@@ -166044,10 +166227,9 @@ diff --exclude-from=exclude -N -u -r nsa
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
  msgstr ""
-Binary files nsapolicycoreutils/po/zh_CN.mo and policycoreutils-2.0.62/po/zh_CN.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-2.0.62/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-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/zh_CN.po	2009-05-12 13:25:31.000000000 -0400
 @@ -3,13 +3,13 @@
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER, 2006.
  #
@@ -168622,10 +168804,9 @@ diff --exclude-from=exclude -N -u -r nsa
  
  #: ../gui/translationsPage.py:53
  msgid "Sensitvity Level"
-Binary files nsapolicycoreutils/po/zh_TW.mo and policycoreutils-2.0.62/po/zh_TW.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-2.0.62/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-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/zh_TW.po	2009-05-12 13:25:31.000000000 -0400
 @@ -1,32 +1,31 @@
 -# translation of policycoreutils.HEAD.po to Traditional Chinese
 +# translation of policycoreutils.HEAD.po to
@@ -173721,10 +173902,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +msgid "SELinux user '%s' is required"
 +msgstr "需要 SELinux 用戶「%s」"
  
-Binary files nsapolicycoreutils/po/zu.mo and policycoreutils-2.0.62/po/zu.mo differ
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zu.po policycoreutils-2.0.62/po/zu.po
 --- nsapolicycoreutils/po/zu.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.62/po/zu.po	2009-04-08 22:03:18.000000000 -0400
++++ policycoreutils-2.0.62/po/zu.po	2009-05-12 13:25:31.000000000 -0400
 @@ -8,7 +8,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils.spec,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -p -r1.607 -r1.608
--- policycoreutils.spec	5 May 2009 18:49:57 -0000	1.607
+++ policycoreutils.spec	12 May 2009 17:56:17 -0000	1.608
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.62
-Release: 12.3%{?dist}
+Release: 12.4%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -221,6 +221,9 @@ else
 fi
 
 %changelog
+* Tue May 12 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.4
+- Fix portspage and generation of init_script_file in templates
+
 * Tue May 5 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.3
 - Fix handling of .subs file
 




More information about the fedora-extras-commits mailing list