Author: schizo
Date: 2008-11-01 23:55:24 +0000 (Sat, 01 Nov 2008)
New Revision: 3181

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/postinst
Log:
2008i-2

Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog       2008-10-31 18:39:06 UTC (rev 3180)
+++ tzdata/trunk/debian/changelog       2008-11-01 23:55:24 UTC (rev 3181)
@@ -1,5 +1,6 @@
-tzdata (2008i-2) UNRELEASED; urgency=low
+tzdata (2008i-2) unstable; urgency=low
 
+  [ Christian Perrier ]
   * Debconf translations:
   * French
   * Belarusian. Closes: #503969
@@ -11,8 +12,12 @@
   * German. Closes: #504038
   * Catalan. Closes: #504074
 
- -- Christian Perrier <[EMAIL PROTECTED]>  Wed, 29 Oct 2008 22:36:23 +0100
+  [ Clint Adams ]
+  * debian/postinst: apply patch from Martin Orr to restore SELinux
+    context of /etc/localtime.  closes: #503028.
 
+ -- Clint Adams <[EMAIL PROTECTED]>  Sat, 01 Nov 2008 19:45:54 -0400
+
 tzdata (2008i-1) unstable; urgency=low
 
   * New upstream version.

Modified: tzdata/trunk/debian/postinst
===================================================================
--- tzdata/trunk/debian/postinst        2008-10-31 18:39:06 UTC (rev 3180)
+++ tzdata/trunk/debian/postinst        2008-11-01 23:55:24 UTC (rev 3181)
@@ -29,6 +29,7 @@
         echo $AREA/$ZONE > /etc/timezone
         rm -f /etc/localtime && \
             cp -f /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime
+       which restorecon >/dev/null 2>&1 && restorecon /etc/localtime
     
         echo 
         echo "Current default timezone: '$AREA/$ZONE'"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to