Browse code

Add zoneinfo1970.tab to tzdata

Change-Id: I1ec29a74aee5504c99f6c803b65df6884b0fdf4a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5602
Reviewed-by: Sharath George
Tested-by: Sharath George

suezzelur authored on 2018/09/07 08:02:51
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Time zone data
2 2
 Name:           tzdata
3 3
 Version:        2017b
4
-Release:        2%{?dist}
4
+Release:        3%{?dist}
5 5
 URL:            http://www.iana.org/time-zones
6 6
 License:        Public Domain
7 7
 Group:          Applications/System
... ...
@@ -31,7 +31,7 @@ for tz in etcetera southamerica northamerica europe africa antarctica  \
31 31
     zic -L /dev/null    -d $ZONEINFO/posix  -y "sh yearistype.sh" ${tz}
32 32
     zic -L leapseconds  -d $ZONEINFO/right  -y "sh yearistype.sh" ${tz}
33 33
 done
34
-cp -v zone.tab iso3166.tab $ZONEINFO
34
+cp -v zone.tab iso3166.tab zone1970.tab $ZONEINFO
35 35
 zic -d $ZONEINFO -p America/New_York
36 36
 install -vdm 755 %{buildroot}%{_sysconfdir}
37 37
 ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
... ...
@@ -42,6 +42,8 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
42 42
 %{_datadir}/*
43 43
 
44 44
 %changelog
45
+*   Thu Sep 06 2018 Anish Swaminathan <anishs@vmware.com> 2017b-3
46
+-   Add zone1970.tab to zoneinfo
45 47
 *   Mon May 01 2017 Bo Gan <ganb@vmware.com> 2017b-2
46 48
 -   Remove (pre/post)trans, config file as noreplace.
47 49
 *   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 2017b-1