diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index 64f4334..80d1b57 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -4216,7 +4216,7 @@ diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolic + 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 @@ diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolic + 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 @@ diff --exclude-from=exclude --exclude='*.po' --exclude='*.pot' -N -u -r nsapolic + 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")) diff --git a/policycoreutils.spec b/policycoreutils.spec index 93663db..d17c0f2 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -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 @@ fi [ -x /sbin/service ] && /sbin/service restorecond condrestart %changelog +* Thu Nov 16 2006 Dan Walsh 1.33.1-8 +- Fix display of gui + * Thu Nov 16 2006 Dan Walsh 1.33.1-7 - Add patch by Joe Plans to make run_init use pam_acct_mgmt