Resolves: #2009906
Rebase to tzdata-2021c - Revert most 2021b changes to the 'backward' file. - Fix 'zic -b fat' bug in pre-1970 32-bit data reported in tzdata-2021b. - Fix two Link line typos from tzdata-2021b. - Distribute the new SECURITY file.
This commit is contained in:
parent
c1c7aed646
commit
591834e67e
2
.gitignore
vendored
2
.gitignore
vendored
@ -186,3 +186,5 @@ noarch/
|
||||
/tzdata2021a.tar.gz
|
||||
/tzcode2021b.tar.gz
|
||||
/tzdata2021b.tar.gz
|
||||
/tzcode2021c.tar.gz
|
||||
/tzdata2021c.tar.gz
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||
SHA512 (tzcode2021b.tar.gz) = 00fca7508cfbc42123065fe8087397c9dd2acbdda96f3bb0936187825348cf13538f1893f2d02bd8bfa3465427ca7a9a65451baffe39889bc58ba0a77a047806
|
||||
SHA512 (tzdata2021b.tar.gz) = ca61d64af5ae791f337533c09d2b4f7caa645ecab7b9d13e9bcafc47c7c68535abe7c103c56bbd41d6bd913a8607f9c5187c8ce8a91b4891a750a643f89c8b51
|
||||
SHA512 (tzcode2021c.tar.gz) = 9ed7677744058c58656b47d77d464bad6ef503f2892b53c6abe694e68e73fa123dfc5c11bbcbbb7798f0a6bf1da72b81f8f1c63670839b967e15e58d6d36adad
|
||||
SHA512 (tzdata2021c.tar.gz) = e8de3a17c38f530b2ec39605699742dd32da5ee92ecf64accaaa5b012a1dac51d1f594adc52660602c3425016520346ab6ad614fa475eb310e17ccdcae93e6ca
|
||||
|
15
tzdata.spec
15
tzdata.spec
@ -1,15 +1,14 @@
|
||||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2021b
|
||||
%define tzdata_version 2021b
|
||||
%define tzcode_version 2021b
|
||||
Version: 2021c
|
||||
%define tzdata_version 2021c
|
||||
%define tzcode_version 2021c
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://www.iana.org/time-zones
|
||||
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
||||
Source1: ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz
|
||||
|
||||
Patch001: 0001-Fix-Jan-Mayen-typo.patch
|
||||
Patch002: 0002-Fix-have-snprintf-error.patch
|
||||
%if 0%{?rhel} || 0%{?eln}
|
||||
Patch003: 0003-continue-to-ship-posixrules.patch
|
||||
@ -42,7 +41,6 @@ This package contains timezone information for use by Java runtimes.
|
||||
%prep
|
||||
%setup -q -c -a 1
|
||||
|
||||
%patch001 -p1
|
||||
%patch002 -p1
|
||||
%if 0%{?rhel} || 0%{?eln}
|
||||
%patch003 -p1
|
||||
@ -153,6 +151,13 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
||||
%{_datadir}/javazi-1.8
|
||||
|
||||
%changelog
|
||||
* Thu Oct 07 2021 Patsy Griffin <patsy@redhat.com> - 2021c-1
|
||||
- Rebase to tzdata-2021c
|
||||
- Revert most 2021b changes to the 'backward' file.
|
||||
- Fix 'zic -b fat' bug in pre-1970 32-bit data reported in tzdata-2021b.
|
||||
- Fix two Link line typos from tzdata-2021b.
|
||||
- Distribute the new SECURITY file.
|
||||
|
||||
* Sat Sep 25 2021 Patsy Griffin <patsy@redhat.com> - 2021b-1
|
||||
- Rebase to tzdata-2021b
|
||||
- Jordan now starts DST on February's last Thursday.
|
||||
|
Loading…
Reference in New Issue
Block a user