rpms/policycoreutils/devel policycoreutils-gui.patch, 1.19, 1.20 policycoreutils.spec, 1.422, 1.423

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Mon Jun 25 10:11:00 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24148

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Mon Jun 25 2007 Dan Walsh <dwalsh at redhat.com> 2.0.22-3
- Fix spelling mistakes in GUI


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- policycoreutils-gui.patch	13 Jun 2007 20:59:11 -0000	1.19
+++ policycoreutils-gui.patch	25 Jun 2007 10:10:55 -0000	1.20
@@ -1,6 +1,6 @@
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.21/gui/booleansPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.22/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/booleansPage.py	2007-06-13 16:57:10.000000000 -0400
++++ policycoreutils-2.0.22/gui/booleansPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,227 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -229,9 +229,9 @@
 +
 +        setsebool="/usr/sbin/setsebool -P %s=%d" % (key, not val)
 +        commands.getstatusoutput(setsebool)
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.21/gui/fcontextPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.22/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/fcontextPage.py	2007-06-13 16:57:10.000000000 -0400
++++ policycoreutils-2.0.22/gui/fcontextPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,210 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -443,9 +443,9 @@
 +        self.store.set_value(iter, SPEC_COL, fspec)
 +        self.store.set_value(iter, FTYPE_COL, ftype)
 +        self.store.set_value(iter, TYPE_COL, "system_u:object_r:%s:%s" % (type, mls))
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.21/gui/loginsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.22/gui/loginsPage.py
 --- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/loginsPage.py	2007-06-13 16:57:11.000000000 -0400
++++ policycoreutils-2.0.22/gui/loginsPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,180 @@
 +## loginsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -627,9 +627,9 @@
 +        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.21/gui/Makefile
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.22/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/Makefile	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/Makefile	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,34 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -665,9 +665,9 @@
 +indent:
 +
 +relabel:
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.21/gui/mappingsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.22/gui/mappingsPage.py
 --- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/mappingsPage.py	2007-06-13 16:57:11.000000000 -0400
++++ policycoreutils-2.0.22/gui/mappingsPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,57 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -726,9 +726,9 @@
 +        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.21/gui/modulesPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.22/gui/modulesPage.py
 --- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/modulesPage.py	2007-06-13 16:57:12.000000000 -0400
++++ policycoreutils-2.0.22/gui/modulesPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,182 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -912,9 +912,9 @@
 +        
 +
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.21/gui/polgen.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.22/gui/polgen.glade
 --- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/polgen.glade	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/polgen.glade	2007-06-25 06:05:48.000000000 -0400
 @@ -0,0 +1,1168 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -1054,7 +1054,7 @@
 +		      <child>
 +			<widget class="GtkEntry" id="name_entry">
 +			  <property name="visible">True</property>
-+			  <property name="tooltip" translatable="yes">Enter unigue policy type name for confined application.</property>
++			  <property name="tooltip" translatable="yes">Enter unique policy type name for confined application.</property>
 +			  <property name="can_focus">True</property>
 +			  <property name="editable">True</property>
 +			  <property name="visibility">True</property>
@@ -1525,7 +1525,7 @@
 +			<widget class="GtkCheckButton" id="tmp_checkbutton">
 +			  <property name="visible">True</property>
 +			  <property name="can_focus">True</property>
-+			  <property name="label" translatable="yes">Applicaiton uses /tmp to Create/Manipulate temporary files</property>
++			  <property name="label" translatable="yes">Application uses /tmp to Create/Manipulate temporary files</property>
 +			  <property name="use_underline">True</property>
 +			  <property name="relief">GTK_RELIEF_NORMAL</property>
 +			  <property name="focus_on_click">True</property>
@@ -2084,9 +2084,9 @@
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.21/gui/polgengui.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.22/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/polgengui.py	2007-06-13 16:57:12.000000000 -0400
++++ policycoreutils-2.0.22/gui/polgengui.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,256 @@
 +#!/usr/bin/python
 +#
@@ -2344,9 +2344,9 @@
 +
 +    app = childWindow()
 +    app.stand_alone()
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.21/gui/polgen.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.22/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/polgen.py	2007-06-13 16:57:13.000000000 -0400
++++ policycoreutils-2.0.22/gui/polgen.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,458 @@
 +#! /usr/bin/python
 +# Copyright (C) 2007 Red Hat 
@@ -2806,9 +2806,9 @@
 +    sys.exit(0)
 +    
 +	
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.21/gui/portsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.22/gui/portsPage.py
 --- nsapolicycoreutils/gui/portsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/portsPage.py	2007-06-13 16:57:13.000000000 -0400
++++ policycoreutils-2.0.22/gui/portsPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,248 @@
 +## portsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -3058,9 +3058,9 @@
 +        self.store.set_value(iter, MLS_COL, mls)
 +
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.21/gui/selinux.tbl
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.22/gui/selinux.tbl
 --- nsapolicycoreutils/gui/selinux.tbl	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/selinux.tbl	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/selinux.tbl	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,274 @@
 +acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon")
 +allow_cvs_read_shadow  _("CVS") _("Allow cvs daemon to read shadow")
@@ -3336,9 +3336,9 @@
 +webadm_manage_users_files _("HTTPD Service") _("Allow httpd to access nfs file systems.")
 +webadm_read_users_files _("HTTPD Service") _("Allow httpd to access nfs file systems.")
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.21/gui/semanagePage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.22/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/semanagePage.py	2007-06-13 16:57:14.000000000 -0400
++++ policycoreutils-2.0.22/gui/semanagePage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,137 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -3477,9 +3477,9 @@
 +        self.dialog.hide()
 +
 +    
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.21/gui/statusPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.22/gui/statusPage.py
 --- nsapolicycoreutils/gui/statusPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/statusPage.py	2007-06-13 16:57:14.000000000 -0400
++++ policycoreutils-2.0.22/gui/statusPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,220 @@
 +## statusPage.py - show selinux status
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -3701,9 +3701,9 @@
 +        return self.types[self.selinuxTypeOptionMenu.get_active()]
 +
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.21/gui/system-config-selinux.glade
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.22/gui/system-config-selinux.glade
 --- nsapolicycoreutils/gui/system-config-selinux.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/system-config-selinux.glade	2007-06-13 16:56:35.000000000 -0400
++++ policycoreutils-2.0.22/gui/system-config-selinux.glade	2007-06-25 06:07:36.000000000 -0400
 @@ -0,0 +1,3326 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -5251,7 +5251,7 @@
 +		  <child>
 +		    <widget class="GtkTreeView" id="selectView">
 +		      <property name="visible">True</property>
-+		      <property name="tooltip" translatable="yes">Select Managment Object</property>
++		      <property name="tooltip" translatable="yes">Select Management Object</property>
 +		      <property name="can_focus">True</property>
 +		      <property name="headers_visible">False</property>
 +		      <property name="rules_hint">False</property>
@@ -5458,7 +5458,7 @@
 +		      <child>
 +			<widget class="GtkCheckButton" id="relabelCheckbutton">
 +			  <property name="visible">True</property>
-+			  <property name="tooltip" translatable="yes">Select if you wish to relabel then entire file system on next reboot.  Relabeling can take a very long time, depending on the size of the system.  If you are changing policy types or going from disabled to enforing, a relabel is required.</property>
++			  <property name="tooltip" translatable="yes">Select if you wish to relabel then entire file system on next reboot.  Relabeling can take a very long time, depending on the size of the system.  If you are changing policy types or going from disabled to enforcing, a relabel is required.</property>
 +			  <property name="can_focus">True</property>
 +			  <property name="relief">GTK_RELIEF_NORMAL</property>
 +			  <property name="focus_on_click">True</property>
@@ -7031,9 +7031,9 @@
 +</widget>
 +
 +</glade-interface>
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.21/gui/system-config-selinux.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.22/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/system-config-selinux.py	2007-06-13 16:57:15.000000000 -0400
++++ policycoreutils-2.0.22/gui/system-config-selinux.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,172 @@
 +#!/usr/bin/python
 +#
@@ -7207,9 +7207,9 @@
 +
 +    app = childWindow()
 +    app.stand_alone()
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.21/gui/templates/executable.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.22/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/executable.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/executable.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,154 @@
 +#! /usr/bin/env python
 +# Copyright (C) 2007 Red Hat 
@@ -7365,9 +7365,9 @@
 +EXECUTABLE		--	gen_context(system_u:object_r:TEMPLATETYPE_exec_t,s0)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.21/gui/templates/__init__.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.22/gui/templates/__init__.py
 --- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/__init__.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/__init__.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -7387,9 +7387,9 @@
 +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 +#
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.21/gui/templates/network.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.22/gui/templates/network.py
 --- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/network.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/network.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,44 @@
 +te_port_types="""\
 +type TEMPLATETYPE_port_t;
@@ -7435,9 +7435,9 @@
 +allow TEMPLATETYPE_t TEMPLATETYPE_port_t:udp_socket name_bind;
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.21/gui/templates/rw.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.22/gui/templates/rw.py
 --- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/rw.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/rw.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,104 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7543,9 +7543,9 @@
 +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.21/gui/templates/script.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.22/gui/templates/script.py
 --- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/script.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/script.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,42 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7589,9 +7589,9 @@
 +/usr/sbin/semanage port -a -t TEMPLATETYPE_port_t -p udp PORTNUM
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.21/gui/templates/semodule.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.22/gui/templates/semodule.py
 --- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/semodule.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/semodule.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7634,9 +7634,9 @@
 +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.21/gui/templates/tmp.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.22/gui/templates/tmp.py
 --- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/tmp.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/tmp.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,72 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7710,9 +7710,9 @@
 +	dontaudit $1 TEMPLATETYPE_tmp_t:file r_file_perms;
 +')
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.21/gui/templates/var_lib.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.22/gui/templates/var_lib.py
 --- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/var_lib.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/var_lib.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,137 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7851,9 +7851,9 @@
 +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.21/gui/templates/var_log.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.22/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/var_log.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/var_log.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,89 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7944,9 +7944,9 @@
 +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.21/gui/templates/var_run.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.22/gui/templates/var_run.py
 --- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/var_run.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/var_run.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,95 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -8043,9 +8043,9 @@
 +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.21/gui/templates/var_spool.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.22/gui/templates/var_spool.py
 --- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/templates/var_spool.py	2007-06-13 09:13:18.000000000 -0400
++++ policycoreutils-2.0.22/gui/templates/var_spool.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,105 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -8152,9 +8152,9 @@
 +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.21/gui/translationsPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.22/gui/translationsPage.py
 --- nsapolicycoreutils/gui/translationsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/translationsPage.py	2007-06-13 16:57:15.000000000 -0400
++++ policycoreutils-2.0.22/gui/translationsPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,119 @@
 +## translationsPage.py - show selinux translations
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -8275,9 +8275,9 @@
 +        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.21/gui/usersPage.py
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.22/gui/usersPage.py
 --- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.21/gui/usersPage.py	2007-06-13 16:57:16.000000000 -0400
++++ policycoreutils-2.0.22/gui/usersPage.py	2007-06-22 09:31:53.000000000 -0400
 @@ -0,0 +1,173 @@
 +## usersPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- policycoreutils.spec	22 Jun 2007 13:33:42 -0000	1.422
+++ policycoreutils.spec	25 Jun 2007 10:10:55 -0000	1.423
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.22
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Mon Jun 25 2007 Dan Walsh <dwalsh at redhat.com> 2.0.22-3
+- Fix spelling mistakes in GUI
+
 * Fri Jun 22 2007 Dan Walsh <dwalsh at redhat.com> 2.0.22-2
 - Fix else path in chcat
 




More information about the fedora-extras-commits mailing list