Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2018-05-25 21:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone"

Fri May 25 21:34:03 2018 rev:121 rq:611352 version:2018e

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2018-05-10 
15:43:51.085465001 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes      
2018-05-25 21:34:04.495003540 +0200
@@ -1,0 +2,8 @@
+Tue May 22 15:45:39 UTC 2018 - astie...@suse.com
+
+- in SLE 15 / Leap 15.0 yast2-country stopped setting TIMEZONE in
+  /etc/sysconfig/clock and called systemd timedatectl instead.
+  No longer set /etc/localtime on timezone package updates to
+  avoid setting an incorrect timezone. bsc#1093392
+
+-------------------------------------------------------------------
timezone.changes: same change

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

Other differences:
------------------
++++++ timezone.spec ++++++
--- /var/tmp/diff_new_pack.a1YSDx/_old  2018-05-25 21:34:06.274939130 +0200
+++ /var/tmp/diff_new_pack.a1YSDx/_new  2018-05-25 21:34:06.306937972 +0200
@@ -87,21 +87,6 @@
 install -D -m 755 zic      %{buildroot}%{_sbindir}/zic
 
 %post
-if [ -f /etc/sysconfig/clock ];
-then
-    . /etc/sysconfig/clock
-    if [ -n "$TIMEZONE" -a -f /etc/localtime -a -f 
/usr/share/zoneinfo/$TIMEZONE ]; then
-%if 0%{?suse_version} >= 1230
-        ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
-%else
-        new=$(mktemp /etc/localtime.XXXXXXXX) || exit 1
-        cp -fl /usr/share/zoneinfo/$TIMEZONE $new 2>/dev/null || cp -fp 
/usr/share/zoneinfo/$TIMEZONE $new
-        mv -f $new /etc/localtime
-%endif
-    else
-       [ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime 
with new zone file" >&2
-    fi
-fi
 if [ ! -L /usr/share/zoneinfo/posixrules ]; then
    rm -f /usr/share/zoneinfo/posixrules
    ln -sf /etc/localtime /usr/share/zoneinfo/posixrules






Reply via email to