diff --git a/policygentool b/policygentool
index da94868..3627af8 100644
--- a/policygentool
+++ b/policygentool
@@ -38,7 +38,7 @@ interface="""\
 ## </param>
 #
 interface(`TEMPLATETYPE_domtrans',`
-	gen_requires(`
+	gen_require(`
 		type TEMPLATETYPE_t, TEMPLATETYPE_exec_t;
 	')
 
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 43894de..6067022 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.2.47
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -51,7 +51,6 @@ SELinux Base package
 %dir %{_sysconfdir}/selinux
 %ghost %config(noreplace) %{_sysconfdir}/selinux/config
 %ghost %{_sysconfdir}/sysconfig/selinux
-
 %dir %{_usr}/share/selinux/devel
 %dir %{_usr}/share/selinux/devel/include
 %{_usr}/share/selinux/devel/include/*
@@ -336,6 +335,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
 %endif
 
 %changelog
+* Thu Jun 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-2
+- Fix policygentool gen_requires
+
 * Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-1
 - Update from Upstream