Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2014-02-19 18:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-07 
09:14:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2014-02-19 
18:54:54.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 10 21:10:49 UTC 2014 - [email protected]
+
+- install /etc/localtime as symlink to UTC by default 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ timezone-java.spec ++++++
--- /var/tmp/diff_new_pack.7smUsI/_old  2014-02-19 18:54:55.000000000 +0100
+++ /var/tmp/diff_new_pack.7smUsI/_new  2014-02-19 18:54:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package timezone-java
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ timezone.spec ++++++
--- /var/tmp/diff_new_pack.7smUsI/_old  2014-02-19 18:54:55.000000000 +0100
+++ /var/tmp/diff_new_pack.7smUsI/_new  2014-02-19 18:54:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package timezone
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -80,7 +80,11 @@
 mkdir -p %{buildroot}/etc
 rm -f  %{buildroot}/etc/localtime
 rm -f  %{buildroot}%{_prefix}/share/zoneinfo/posixrules
+%if 0%{?suse_version} >= 1230
+ln -sf %{_prefix}/share/zoneinfo/%{AREA}/%{ZONE} %{buildroot}/etc/localtime
+%else
 cp -fp %{buildroot}%{_prefix}/share/zoneinfo/%{AREA}/%{ZONE} 
%{buildroot}/etc/localtime
+%endif
 ln -sf /etc/localtime      %{buildroot}%{_prefix}/share/zoneinfo/posixrules
 install -m 644 iso3166.tab %{buildroot}%{_prefix}/share/zoneinfo/iso3166.tab
 install -m 644 zone.tab    %{buildroot}%{_prefix}/share/zoneinfo/zone.tab

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

Reply via email to