Update to tzdata-2025a
- Paraguay is now permanently at -03. This impacts timestamps starting on 2025-03-22. - Includes improvements to pre-1991 data for the Philippines. - Etc/Unknown is now reserved. Resolves: RHEL-74309
This commit is contained in:
parent
f5a6440219
commit
524d097142
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
|||||||
/tzdata2024a.tar.gz
|
/tzdata2024a.tar.gz
|
||||||
/tzcode2024b.tar.gz
|
/tzcode2024b.tar.gz
|
||||||
/tzdata2024b.tar.gz
|
/tzdata2024b.tar.gz
|
||||||
|
/tzcode2025a.tar.gz
|
||||||
|
/tzdata2025a.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||||
SHA512 (tzcode2024b.tar.gz) = 0e4e872d6c6d9e2ce8c4e567fcbb7658942b8544157d1e48673d9cb989f3af3379fa58e7a71ab98f4a8f2ac6727de1f8c4cd1981053409ebd8989345dc640026
|
SHA512 (tzcode2025a.tar.gz) = 308f6a3d6ebfa18446f8296e5c799e18dccecd79ace3ba004d3f233892c7428faae152b217b22d229c59dd4e0faafee797d8b3583b58fa982b81f7cc7347f502
|
||||||
SHA512 (tzdata2024b.tar.gz) = 0d86686e215672343debb3471b7e7ccb8a27f063f085c9b532d5e0470377843daa0dfb6aee0db4fb9068dd52810c69aeee914a1a7c7e603fdecda7e855020193
|
SHA512 (tzdata2025a.tar.gz) = 93b8f939d39bdfe451e262666f9099c529c96c49d14c08e3611560ca660e12e16d08a22b145d615e00570fb194881618d6f9a0a617c119ab447be03279d747c3
|
||||||
|
19
tzdata.spec
19
tzdata.spec
@ -1,9 +1,9 @@
|
|||||||
Summary: Timezone data
|
Summary: Timezone data
|
||||||
Name: tzdata
|
Name: tzdata
|
||||||
Version: 2024b
|
Version: 2025a
|
||||||
%define tzdata_version 2024b
|
%define tzdata_version 2025a
|
||||||
%define tzcode_version 2024b
|
%define tzcode_version 2025a
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://www.iana.org/time-zones
|
URL: https://www.iana.org/time-zones
|
||||||
@ -12,8 +12,6 @@ Source1: ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz
|
|||||||
|
|
||||||
Patch002: 0002-Fix-have-snprintf.patch
|
Patch002: 0002-Fix-have-snprintf.patch
|
||||||
Patch003: 0003-continue-to-ship-posixrules.patch
|
Patch003: 0003-continue-to-ship-posixrules.patch
|
||||||
Patch004: 0004-Fix-Apr-vs-April-2024b.patch
|
|
||||||
Patch005: 0005-Improve-style-checks-for-months-2024b.patch
|
|
||||||
|
|
||||||
BuildRequires: gawk, glibc, perl-interpreter
|
BuildRequires: gawk, glibc, perl-interpreter
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
@ -49,8 +47,6 @@ This package contains timezone information for use by Java runtimes.
|
|||||||
|
|
||||||
%patch002 -p1
|
%patch002 -p1
|
||||||
%patch003 -p1
|
%patch003 -p1
|
||||||
%patch004 -p1
|
|
||||||
%patch005 -p1
|
|
||||||
|
|
||||||
# Currently tzdata is providing the "rearguard" data set for maximum
|
# Currently tzdata is providing the "rearguard" data set for maximum
|
||||||
# compatibility with existing Red Hat Enterprise Linux installs. Future releases of
|
# compatibility with existing Red Hat Enterprise Linux installs. Future releases of
|
||||||
@ -172,6 +168,13 @@ echo ============END TESTING===========
|
|||||||
%{_datadir}/javazi-1.8
|
%{_datadir}/javazi-1.8
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 21 2025 Patsy Griffin <pats@redhat.com> - 2025a-1
|
||||||
|
Update to tzdata-2025a (RHEL-74309)
|
||||||
|
- Paraguay is now permanently at -03. This impacts timestamps
|
||||||
|
starting on 2025-03-22.
|
||||||
|
- Includes improvements to pre-1991 data for the Philippines.
|
||||||
|
- Etc/Unknown is now reserved.
|
||||||
|
|
||||||
* Wed Oct 09 2024 Patsy Griffin <patsy@redhat.com> - 2024b-4
|
* Wed Oct 09 2024 Patsy Griffin <patsy@redhat.com> - 2024b-4
|
||||||
- Bump release and rebuild to fix a build issue.
|
- Bump release and rebuild to fix a build issue.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user