diff --git a/modules-mls.conf b/modules-mls.conf
index b4ac026..f58fd74 100644
--- a/modules-mls.conf
+++ b/modules-mls.conf
@@ -1557,13 +1557,6 @@ wine = module
 # 
 wireshark = module
 
-# Layer: admin
-# Module: tzdata
-#
-# Policy for tzdata-update
-# 
-tzdata = module
-
 # Layer: apps
 # Module: userhelper
 #
diff --git a/modules-targeted.conf b/modules-targeted.conf
index c806c9d..390ee4d 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -1880,13 +1880,6 @@ wireshark = module
 # 
 telepathy = module
 
-# Layer: admin
-# Module: tzdata
-#
-# Policy for tzdata-update
-# 
-tzdata = module
-
 # Layer: apps
 # Module: userhelper
 #
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 65fff61..3a9e0ac 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -219,7 +219,7 @@ fi;
 if [ -e /etc/selinux/%2/.rebuild ]; then \
    rm /etc/selinux/%2/.rebuild; \
    if [ %1 -ne 1 ]; then \
-	/usr/sbin/semodule -n -s %2 -r hal hotplug howl java mono moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
+	/usr/sbin/semodule -n -s %2 -r tzdata hal hotplug howl java mono moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
    fi \
    /usr/sbin/semodule -B -s %2; \
 else \