diff --git a/modules-targeted.conf b/modules-targeted.conf
index 8d01437..54d778b 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -75,6 +75,13 @@ mcs = base
 # 
 selinux = base
 
+# Layer: admin
+# Module: prelink
+#
+# Manage temporary directory sizes and file ages
+# 
+prelink = base
+
 # Layer: system
 # Module: files
 # Required in base
@@ -135,6 +142,13 @@ readahead = base
 # 
 kudzu = base
 
+# Layer: kernel
+# Module: bootloader
+#
+# Policy for the kernel modules, kernel image, and bootloader.
+# 
+bootloader = base
+
 # Layer: admin
 # Module: updfstab
 #
@@ -150,6 +164,13 @@ updfstab = base
 netutils = base
 
 # Layer: admin
+# Module: alsa
+#
+# Ainit ALSA configuration tool
+# 
+alsa = off
+
+# Layer: admin
 # Module: vpn
 #
 # Virtual Private Networking client
@@ -270,13 +291,6 @@ loadkeys = base
 webalizer = base
 
 # Layer: kernel
-# Module: bootloader
-#
-# Policy for the kernel modules, kernel image, and bootloader.
-# 
-bootloader = base
-
-# Layer: kernel
 # Module: storage
 #
 # Policy controlling access to storage devices
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 4df54c2..f5ede5f 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.2.29
-Release: 5
+Release: 6
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -324,6 +324,12 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
 %endif
 
 %changelog
+* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-6
+- Allow secadm_t ability to relabel all files
+- Allow ftp to search xferlog_t directories
+- Allow mysql to communicate with ldap
+- Allow rsync to bind to rsync_port_t
+
 * Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
 - Fixed mailman with Postfix #183928
 - Allowed semanage to create file_context files.