rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.251, 1.252 policycoreutils.spec, 1.333, 1.334

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 16 19:26:23 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25591

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Thu Nov 16 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-8
- Fix display of gui


policycoreutils-rhat.patch:
 Makefile                          |    2 
 audit2allow/audit2allow           |   30 
 gui/Makefile                      |   29 
 gui/booleansPage.py               |  247 +++
 gui/fcontextPage.py               |  158 ++
 gui/loginsPage.py                 |  161 ++
 gui/mappingsPage.py               |   54 
 gui/modulesPage.py                |  157 ++
 gui/portsPage.py                  |  209 ++
 gui/semanagePage.py               |  104 +
 gui/statusPage.py                 |  230 +++
 gui/system-config-selinux.glade   | 2784 ++++++++++++++++++++++++++++++++++++++
 gui/system-config-selinux.py      |  164 ++
 gui/translationsPage.py           |  109 +
 gui/usersPage.py                  |  155 ++
 newrole/newrole.c                 |    1 
 restorecond/Makefile              |    5 
 restorecond/restorecond.conf      |    1 
 run_init/run_init.c               |    8 
 scripts/genhomedircon.8           |   39 
 semanage/semanage.8               |    5 
 semanage/seobject.py              |   26 
 semodule_expand/semodule_expand.8 |    2 
 23 files changed, 4630 insertions(+), 50 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- policycoreutils-rhat.patch	16 Nov 2006 14:43:13 -0000	1.251
+++ policycoreutils-rhat.patch	16 Nov 2006 19:26:21 -0000	1.252
@@ -4216,7 +4216,7 @@
 +</glade-interface>
 diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-1.33.1/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-1.33.1/gui/system-config-selinux.py	2006-11-15 18:22:46.000000000 -0500
++++ policycoreutils-1.33.1/gui/system-config-selinux.py	2006-11-16 14:18:35.000000000 -0500
 @@ -0,0 +1,164 @@
 +#!/usr/bin/python
 +#
@@ -4299,8 +4299,8 @@
 +        self.tabs.append(booleansPage.booleansPage(xml))
 +        self.tabs.append(fcontextPage.fcontextPage(xml))
 +        self.tabs.append(loginsPage.loginsPage(xml))
-+        self.tabs.append(translationsPage.translationsPage(xml))
 +        self.tabs.append(usersPage.usersPage(xml))
++        self.tabs.append(translationsPage.translationsPage(xml))
 +        self.tabs.append(portsPage.portsPage(xml))
 +        self.tabs.append(modulesPage.modulesPage(xml)) # modules
 +        self.tabs.append(None) # interfaces
@@ -4358,10 +4358,10 @@
 +        iter = self.store.append()
 +        self.store.set_value(iter, 0, _("SELinux User/Login Mappings"))
 +        iter = self.store.append()
-+        self.store.set_value(iter, 0, _("Translations"))
-+        iter = self.store.append()
 +        self.store.set_value(iter, 0, _("SELinux Users"))
 +        iter = self.store.append()
++        self.store.set_value(iter, 0, _("Translations"))
++        iter = self.store.append()
 +        self.store.set_value(iter, 0, _("Network Ports"))
 +        iter = self.store.append()
 +        self.store.set_value(iter, 0, _("Policy Modules"))


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- policycoreutils.spec	16 Nov 2006 14:43:13 -0000	1.333
+++ policycoreutils.spec	16 Nov 2006 19:26:21 -0000	1.334
@@ -5,7 +5,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.33.1
-Release: 7
+Release: 8%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -168,6 +168,9 @@
 [ -x /sbin/service ] && /sbin/service restorecond condrestart
 
 %changelog
+* Thu Nov 16 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-8
+- Fix display of gui
+
 * Thu Nov 16 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-7
 - Add patch by Joe Plans to make run_init use pam_acct_mgmt
 




More information about the fedora-cvs-commits mailing list