rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.246, 1.247 policycoreutils.spec, 1.328, 1.329

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 15 15:16:01 UTC 2006


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Wed Nov 15 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-3
- Add glade file


policycoreutils-rhat.patch:
 Makefile                          |    2 
 gui/Makefile                      |   29 
 gui/booleansPage.py               |  247 +++
 gui/fcontextPage.py               |  158 ++
 gui/loginsPage.py                 |  161 ++
 gui/mappingsPage.py               |   54 
 gui/modulesPage.py                |  133 +
 gui/portsPage.py                  |  170 ++
 gui/semanagePage.py               |  103 +
 gui/statusPage.py                 |  231 +++
 gui/system-config-selinux.glade   | 2616 ++++++++++++++++++++++++++++++++++++++
 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 
 scripts/genhomedircon.8           |   39 
 semanage/semanage.8               |    5 
 semanage/seobject.py              |    7 
 semodule_expand/semodule_expand.8 |    2 
 21 files changed, 4363 insertions(+), 29 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- policycoreutils-rhat.patch	15 Nov 2006 13:11:30 -0000	1.246
+++ policycoreutils-rhat.patch	15 Nov 2006 15:15:58 -0000	1.247
@@ -578,8 +578,8 @@
 +
 diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-1.33.1/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-1.33.1/gui/Makefile	2006-11-15 08:08:54.000000000 -0500
-@@ -0,0 +1,28 @@
++++ policycoreutils-1.33.1/gui/Makefile	2006-11-15 10:09:02.000000000 -0500
+@@ -0,0 +1,29 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
 +SHAREDIR ?= $(PREFIX)/share/system-config-selinux
@@ -593,6 +593,7 @@
 +portsPage.py \
 +semanagePage.py \
 +statusPage.py \
++system-config-selinux.glade \
 +translationsPage.py \
 +usersPage.py
 +
@@ -979,7 +980,7 @@
 +
 diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-1.33.1/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-1.33.1/gui/semanagePage.py	2006-11-14 09:54:05.000000000 -0500
++++ policycoreutils-1.33.1/gui/semanagePage.py	2006-11-15 10:15:16.000000000 -0500
 @@ -0,0 +1,103 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -1062,7 +1063,7 @@
 +        
 +    def addDialog(self):
 +        self.dialogClear()
-+        self.dialog.set_title(_("Add SELinux %s" % self.description))
++        self.dialog.set_title(_("Add %s" % self.description))
 +
 +        while self.dialog.run() ==  gtk.RESPONSE_OK:
 +            try:
@@ -1074,7 +1075,7 @@
 +
 +    def propertiesDialog(self):
 +        self.dialogInit()
-+        self.dialog.set_title(_("Modify SELinux %s" % self.description))
++        self.dialog.set_title(_("Modify %s" % self.description))
 +        while self.dialog.run() ==  gtk.RESPONSE_OK:
 +            try:
 +                self.modify()


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- policycoreutils.spec	15 Nov 2006 13:11:31 -0000	1.328
+++ policycoreutils.spec	15 Nov 2006 15:15:58 -0000	1.329
@@ -5,7 +5,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.33.1
-Release: 2
+Release: 3
 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
+* Wed Nov 15 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-3
+- Add glade file
+
 * Tue Nov 14 2006 Dan Walsh <dwalsh at redhat.com> 1.33.1-2
 - Fix Module handling in system-config-selinux
 




More information about the fedora-cvs-commits mailing list