Automatic update of the `tzdata` package. (#835)

* Automatic package update.

* Updated parsed zone info to match the source.

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
This commit is contained in:
CBL-Mariner-Bot 2021-04-05 15:41:50 -07:00 коммит произвёл GitHub
Родитель 783a6b540e
Коммит e426e26cb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"tzdata2019c.tar.gz": "79c7806dab09072308da0e3d22c37d3b245015a591891ea147d3b133b60ffc7c"
"tzdata2021a.tar.gz": "39e7d2ba08c68cbaefc8de3227aab0dec2521be8042cf56855f7dc3a9fb14e08"
}
}

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Time zone data
Name: tzdata
Version: 2019c
Release: 3%{?dist}
Version: 2021a
Release: 1%{?dist}
URL: https://www.iana.org/time-zones
License: Public Domain
Group: Applications/System
@ -26,7 +26,7 @@ cd %{blddir}
ZONEINFO=%{buildroot}%{_datarootdir}/zoneinfo
install -vdm 755 $ZONEINFO/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
asia australasia backward pacificnew systemv; do
asia australasia backward; do
zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz}
zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
@ -43,6 +43,10 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
%{_datadir}/*
%changelog
* Mon Apr 05 2021 CBL-Mariner Service Account <cblmargh@microsoft.com> - 2021a-1
- Update to version "2021a".
- Removed 'pacificnew' and 'systemv' from parsed zone info, since they have been removed from the sources.
* Sat May 09 00:21:12 PST 2020 Nick Samson <nisamson@microsoft.com> - 2019c-3
- Added %%license line automatically

Просмотреть файл

@ -6865,8 +6865,8 @@
"type": "other",
"other": {
"name": "tzdata",
"version": "2019c",
"downloadUrl": "https://data.iana.org/time-zones/releases/tzdata2019c.tar.gz"
"version": "2021a",
"downloadUrl": "https://data.iana.org/time-zones/releases/tzdata2021a.tar.gz"
}
}
},