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:
Родитель
783a6b540e
Коммит
e426e26cb2
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче