Change-Id: I7905ee3f2134d0bff8ff7a913e6a7c5c8c2f722d
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1606
Reviewed-by: suezzelur <anishs@vmware.com>
Tested-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Time zone data |
| 2 | 2 |
Name: tzdata |
| 3 |
-Version: 2016a |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 2016h |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
URL: http://www.iana.org/time-zones |
| 6 | 6 |
License: Public Domain |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://www.iana.org//time-zones/repository/releases/%{name}%{version}.tar.gz
|
| 11 |
-%define sha1 tzdata=9ba86f3bfc1c7c3470eeb6963dd6ac84c9195d69 |
|
| 11 |
+%define sha1 tzdata=2a43fc1665aab340d8d6505dff9f57b270b5dda2 |
|
| 12 | 12 |
BuildArch: noarch |
| 13 | 13 |
%description |
| 14 | 14 |
Sources for time zone and daylight saving time data |
| ... | ... |
@@ -39,9 +39,11 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
|
| 39 | 39 |
%{_sysconfdir}/localtime
|
| 40 | 40 |
%{_datadir}/*
|
| 41 | 41 |
%changelog |
| 42 |
+* Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 2016h-1 |
|
| 43 |
+- Upgrade to 2016h |
|
| 42 | 44 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2016a-2 |
| 43 | 45 |
- GA - Bump release of all rpms |
| 44 |
-* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2016a-1 |
|
| 45 |
-- Upgraded to version 2016a |
|
| 46 |
+* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2016a-1 |
|
| 47 |
+- Upgraded to version 2016a |
|
| 46 | 48 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2013i-1 |
| 47 | 49 |
- Initial build. First version |