diff --git a/policycoreutils-gui.patch b/policycoreutils-gui.patch
index c8036db..ae1c703 100644
--- a/policycoreutils-gui.patch
+++ b/policycoreutils-gui.patch
@@ -941,8 +941,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py polic
+
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.42/gui/polgen.glade
--- nsapolicycoreutils/gui/polgen.glade 1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.42/gui/polgen.glade 2008-02-13 15:08:32.000000000 -0500
-@@ -0,0 +1,3222 @@
++++ policycoreutils-2.0.42/gui/polgen.glade 2008-02-13 16:14:51.000000000 -0500
+@@ -0,0 +1,3221 @@
+
+
+
@@ -1055,8 +1055,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+ True
-+ True
-+ True
++ False
+ True
+ GTK_POS_TOP
+ False
@@ -1787,6 +1786,29 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
++
++ True
++ label28
++ False
++ False
++ GTK_JUSTIFY_LEFT
++ False
++ False
++ 0.5
++ 0.5
++ 0
++ 0
++ PANGO_ELLIPSIZE_NONE
++ -1
++ False
++ 0
++
++
++ tab
++
++
++
++
+
+ True
+ Select user roles that you want to customize
@@ -1838,7 +1860,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
+ label28
+ False
@@ -1912,9 +1934,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label28
++ label30
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -1986,9 +2008,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label30
++ label31
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -2060,9 +2082,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label31
++ label32
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -2134,9 +2156,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label32
++ label33
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -2557,9 +2579,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label33
++ label34
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -2873,9 +2895,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
++
+ True
-+ label34
++ label35
+ False
+ False
+ GTK_JUSTIFY_LEFT
@@ -3081,29 +3103,6 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
+
+
+
-+
-+ True
-+ label35
-+ False
-+ False
-+ GTK_JUSTIFY_LEFT
-+ False
-+ False
-+ 0.5
-+ 0.5
-+ 0
-+ 0
-+ PANGO_ELLIPSIZE_NONE
-+ -1
-+ False
-+ 0
-+
-+
-+ tab
-+
-+
-+
-+
+
+ True
+ label51
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 93fb2e2..ac49ebc 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -6,7 +6,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.0.43
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
+* Wed Feb 13 2008 Dan Walsh 2.0.43-2
+- Don't show tabs on polgengui
+
* Wed Feb 13 2008 Dan Walsh 2.0.43-1
- Update to upstream
* Merged fix fixfiles option processing from Vaclav Ovsik.