rpms/policycoreutils/devel policycoreutils-gui.patch, 1.59, 1.60 policycoreutils.spec, 1.516, 1.517

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Apr 18 22:56:29 UTC 2008


Author: mclasen

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

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
Uninvasive HIG approximations


policycoreutils-gui.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.59 -r 1.60 policycoreutils-gui.patch
Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- policycoreutils-gui.patch	8 Apr 2008 13:54:34 -0000	1.59
+++ policycoreutils-gui.patch	18 Apr 2008 22:56:24 -0000	1.60
@@ -1,6 +1,6 @@
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.46/gui/booleansPage.py
---- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/booleansPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/booleansPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/booleansPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,230 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -232,9 +232,9 @@
 +        self.load(self.filter)
 +        return True
 +        
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.46/gui/fcontextPage.py
---- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/fcontextPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/fcontextPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/fcontextPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,217 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -453,9 +453,9 @@
 +        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/loginsPage.py policycoreutils-2.0.46/gui/loginsPage.py
---- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/loginsPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/loginsPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/loginsPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,185 @@
 +## loginsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -642,9 +642,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.46/gui/Makefile
---- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/Makefile	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/Makefile
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/Makefile	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,34 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -680,9 +680,9 @@
 +indent:
 +
 +relabel:
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.46/gui/mappingsPage.py
---- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/mappingsPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/mappingsPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/mappingsPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,56 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -740,9 +740,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.46/gui/modulesPage.py
---- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/modulesPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/modulesPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/modulesPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,195 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -939,10 +939,10 @@
 +        
 +
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.46/gui/polgen.glade
---- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/polgen.glade	2008-04-06 08:09:08.000000000 -0400
-@@ -0,0 +1,3221 @@
+diff -up /dev/null policycoreutils-2.0.46/gui/polgen.glade
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/polgen.glade	2008-04-18 18:50:51.000000000 -0400
+@@ -0,0 +1,3282 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 +
@@ -1031,6 +1031,7 @@
 +</widget>
 +
 +<widget class="GtkWindow" id="main_window">
++  <property name="border_width">12</property>
 +  <property name="visible">True</property>
 +  <property name="title" translatable="yes">SELinux Policy Generation Tool</property>
 +  <property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -1050,13 +1051,13 @@
 +    <widget class="GtkVBox" id="vbox11">
 +      <property name="visible">True</property>
 +      <property name="homogeneous">False</property>
-+      <property name="spacing">0</property>
++      <property name="spacing">18</property>
 +
 +      <child>
 +	<widget class="GtkNotebook" id="notebook1">
 +	  <property name="visible">True</property>
 +	  <property name="show_tabs">False</property>
-+	  <property name="show_border">True</property>
++	  <property name="show_border">False</property>
 +	  <property name="tab_pos">GTK_POS_TOP</property>
 +	  <property name="scrollable">False</property>
 +	  <property name="enable_popup">False</property>
@@ -1065,7 +1066,7 @@
 +	    <widget class="GnomeDruidPageEdge" id="start_page">
 +	      <property name="visible">True</property>
 +	      <property name="position">GNOME_EDGE_START</property>
-+	      <property name="title" translatable="yes">SELinux Policy Generation Druid</property>
++	      <property name="title" translatable="yes">SELinux Policy Generation Tool</property>
 +	      <property name="text" translatable="yes">This tool can be used to generate a policy framework, to confine applications or users using SELinux.   
 +
 +The tool generates:
@@ -1083,7 +1084,7 @@
 +	  <child>
 +	    <widget class="GtkLabel" id="label25">
 +	      <property name="visible">True</property>
-+	      <property name="label" translatable="yes">label25</property>
++	      <property name="label">label25</property>
 +	      <property name="use_underline">False</property>
 +	      <property name="use_markup">False</property>
 +	      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1111,7 +1112,7 @@
 +
 +	      <child internal-child="vbox">
 +		<widget class="GtkVBox" id="druid-vbox17">
-+		  <property name="border_width">16</property>
++		  <property name="border_width">18</property>
 +		  <property name="visible">True</property>
 +		  <property name="homogeneous">False</property>
 +		  <property name="spacing">6</property>
@@ -1126,32 +1127,75 @@
 +			<widget class="GtkHBox" id="hbox16">
 +			  <property name="visible">True</property>
 +			  <property name="homogeneous">False</property>
-+			  <property name="spacing">0</property>
++			  <property name="spacing">12</property>
 +
 +			  <child>
-+			    <widget class="GtkFrame" id="frame9">
++			    <widget class="GtkVBox" id="vbox18">
 +			      <property name="visible">True</property>
-+			      <property name="label_xalign">0</property>
-+			      <property name="label_yalign">0.5</property>
-+			      <property name="shadow_type">GTK_SHADOW_NONE</property>
++			      <property name="homogeneous">False</property>
++			      <property name="spacing">6</property>
 +
 +			      <child>
-+				<widget class="GtkAlignment" id="alignment15">
++				<widget class="GtkLabel" id="label41">
 +				  <property name="visible">True</property>
-+				  <property name="xalign">0.5</property>
++				  <property name="label" translatable="yes"><b>Applications</b></property>
++				  <property name="use_underline">False</property>
++				  <property name="use_markup">True</property>
++				  <property name="justify">GTK_JUSTIFY_LEFT</property>
++				  <property name="wrap">False</property>
++				  <property name="selectable">False</property>
++				  <property name="xalign">0</property>
 +				  <property name="yalign">0.5</property>
-+				  <property name="xscale">1</property>
-+				  <property name="yscale">1</property>
-+				  <property name="top_padding">0</property>
-+				  <property name="bottom_padding">0</property>
-+				  <property name="left_padding">12</property>
-+				  <property name="right_padding">0</property>
++				  <property name="xpad">0</property>
++				  <property name="ypad">0</property>
++				  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
++				  <property name="width_chars">-1</property>
++				  <property name="single_line_mode">False</property>
++				  <property name="angle">0</property>
++				</widget>
++				<packing>
++				  <property name="padding">0</property>
++				  <property name="expand">False</property>
++				  <property name="fill">False</property>
++				</packing>
++			      </child>
++
++			      <child>
[...2475 lines suppressed...]
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/boolean.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,40 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10035,9 +10096,9 @@
 +')
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.46/gui/templates/etc_rw.py
---- nsapolicycoreutils/gui/templates/etc_rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/etc_rw.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/etc_rw.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/etc_rw.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10168,9 +10229,9 @@
 +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.46/gui/templates/executable.py
---- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/executable.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/executable.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/executable.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,328 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10500,9 +10561,9 @@
 +EXECUTABLE	--	gen_context(system_u:object_r:TEMPLATETYPE_script_exec_t,s0)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.46/gui/templates/__init__.py
---- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/__init__.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/__init__.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/__init__.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -10522,9 +10583,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.46/gui/templates/network.py
---- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/network.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/network.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/network.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,80 @@
 +te_port_types="""
 +type TEMPLATETYPE_port_t;
@@ -10606,9 +10667,9 @@
 +corenet_udp_bind_all_unreserved_ports(TEMPLATETYPE_t)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.46/gui/templates/rw.py
---- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/rw.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/rw.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/rw.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,128 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10738,9 +10799,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.46/gui/templates/script.py
---- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/script.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/script.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/script.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,91 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10833,9 +10894,9 @@
 +users="""\
 +/usr/sbin/semanage user -a -P  TEMPLATETYPE -R "TEMPLATETYPE_rROLES" TEMPLATETYPE_u
 +"""
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.46/gui/templates/semodule.py
---- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/semodule.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/semodule.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/semodule.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10878,9 +10939,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.46/gui/templates/tmp.py
---- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/tmp.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/tmp.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/tmp.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,97 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -10979,9 +11040,9 @@
 +	TEMPLATETYPE_manage_tmp($1)
 +"""
 +
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.46/gui/templates/user.py
---- nsapolicycoreutils/gui/templates/user.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/user.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/user.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/user.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,182 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11165,9 +11226,9 @@
 +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.46/gui/templates/var_lib.py
---- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/var_lib.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/var_lib.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/var_lib.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,158 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11327,9 +11388,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.46/gui/templates/var_log.py
---- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/var_log.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/var_log.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/var_log.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,110 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11441,9 +11502,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.46/gui/templates/var_run.py
---- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/var_run.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/var_run.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/var_run.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,118 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11563,9 +11624,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.46/gui/templates/var_spool.py
---- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/templates/var_spool.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/templates/var_spool.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/templates/var_spool.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,129 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11696,9 +11757,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.46/gui/translationsPage.py
---- nsapolicycoreutils/gui/translationsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/translationsPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/translationsPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/translationsPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,118 @@
 +## translationsPage.py - show selinux translations
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -11818,9 +11879,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.46/gui/usersPage.py
---- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.46/gui/usersPage.py	2008-04-06 08:09:08.000000000 -0400
+diff -up /dev/null policycoreutils-2.0.46/gui/usersPage.py
+--- /dev/null	2008-04-18 15:30:34.773004687 -0400
++++ policycoreutils-2.0.46/gui/usersPage.py	2008-04-18 13:24:17.000000000 -0400
 @@ -0,0 +1,150 @@
 +## usersPage.py - show selinux mappings
 +## Copyright (C) 2006,2007,2008 Red Hat, Inc.


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -r1.516 -r1.517
--- policycoreutils.spec	18 Apr 2008 17:35:42 -0000	1.516
+++ policycoreutils.spec	18 Apr 2008 22:56:24 -0000	1.517
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.46
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -191,6 +191,10 @@
 fi
 
 %changelog
+* Fri Apr 18 2008 Matthias Clasen <mclasen at redhat.com> - 2.0.46-5
+- Uninvasive (ie no string or widget changes) HIG approximations 
+  in selinux-polgenui
+
 * Fri Apr 18 2008 Matthias Clasen <mclasen at redhat.com> - 2.0.46-4
 - Move s-c-selinux to the right menu
 




More information about the fedora-extras-commits mailing list