Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-05-27 10:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone"

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone.changes        2013-04-22 
14:24:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2013-05-27 
10:08:33.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 29 20:47:33 UTC 2013 - [email protected]
+
+- /etc/localtime must be a symlink to /usr/share/zoneinfo/$TIMEZONE 
+  so systemd-timedated and its command line tool timedatectl 
+  can work correctly. Yast already does the right thing.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ timezone.spec ++++++
--- /var/tmp/diff_new_pack.LM5n3R/_old  2013-05-27 10:08:34.000000000 +0200
+++ /var/tmp/diff_new_pack.LM5n3R/_new  2013-05-27 10:08:34.000000000 +0200
@@ -92,9 +92,7 @@
 then
     . /etc/sysconfig/clock
     if [ -n "$TIMEZONE" -a -f /etc/localtime -a -f 
/usr/share/zoneinfo/$TIMEZONE ]; then
-       new=$(mktemp /etc/localtime.XXXXXXXX) || exit 1
-       cp -l /usr/share/zoneinfo/$TIMEZONE $new 2>/dev/null || cp -fp 
/usr/share/zoneinfo/$TIMEZONE $new
-       mv -f $new /etc/localtime
+    ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
     else
        [ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime 
with new zone file" >&2
     fi

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to