|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
Summary: Timezone data
|
|
|
|
|
Name: tzdata
|
|
|
|
|
Version: 2022g
|
|
|
|
|
%define tzdata_version 2022g
|
|
|
|
|
%define tzcode_version 2022g
|
|
|
|
|
Version: 2024a
|
|
|
|
|
%define tzdata_version 2024a
|
|
|
|
|
%define tzcode_version 2024a
|
|
|
|
|
Release: 2%{?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
|
|
|
|
|
|
|
|
|
|
Patch002: 0002-Fix-have-snprintf-error.patch
|
|
|
|
|
Patch002: 0002-Fix-have-snprintf.patch
|
|
|
|
|
%if 0%{?rhel} || 0%{?eln}
|
|
|
|
|
Patch003: 0003-continue-to-ship-posixrules.patch
|
|
|
|
|
%endif
|
|
|
|
@ -34,6 +34,7 @@ Patch101: rebase-01.patch
|
|
|
|
|
Patch102: rebase-02.patch
|
|
|
|
|
Patch103: 7090844.patch
|
|
|
|
|
Patch104: 7133138.patch
|
|
|
|
|
Patch105: 8051641.patch
|
|
|
|
|
|
|
|
|
|
%description java
|
|
|
|
|
This package contains timezone information for use by Java runtimes.
|
|
|
|
@ -82,6 +83,7 @@ find . -type f -name '*.java' -print0 \
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
tar xf %{SOURCE4}
|
|
|
|
|
%patch105
|
|
|
|
|
|
|
|
|
|
echo "%{name}%{tzdata_version}" >> VERSION
|
|
|
|
|
|
|
|
|
@ -151,9 +153,43 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
|
|
|
|
%{_datadir}/javazi-1.8
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2022g-2
|
|
|
|
|
* Thu Mar 14 2024 Patsy Griffin <patsy@redhat.com> - 2024a-2
|
|
|
|
|
- Add java patch to fix incorrect calculations for
|
|
|
|
|
Africa/Casablanca starting in 2027. (RHEL-26860)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Patsy Griffin <patsy@redhat.com> - 2024a-1
|
|
|
|
|
- Rebase to tzdata-2024a
|
|
|
|
|
- Kazakhstan will transition from UTC+6 to UTC+5 on 2024-03-01.
|
|
|
|
|
- Palestine will spring forward a week later than previously
|
|
|
|
|
predicted.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 01 2024 Patsy Griffin <patsy@redhat.com> - 2023d-1
|
|
|
|
|
- Rebase to tzdata-2023d
|
|
|
|
|
- Include time zone changes for Ittoqqortoormiit, Greenland
|
|
|
|
|
and Vostok, Antarctica.
|
|
|
|
|
- Update the expiration date for the leap-seconds.list file.
|
|
|
|
|
No new leap seconds were added.
|
|
|
|
|
|
|
|
|
|
* Thu Aug 17 2023 Patsy Griffin <patsy@redhat.com> - 2023c-2
|
|
|
|
|
- Bump release to test recent process changes. (RHEL-1323)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2023c-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
* Tue Mar 28 2023 Patsy Griffin <patsy@redhat.com> - 2023c-1
|
|
|
|
|
- Rebase to tzdata-2023c
|
|
|
|
|
- Lebanon reversed the change added in tzdata-2023b.
|
|
|
|
|
|
|
|
|
|
* Fri Mar 24 2023 Patsy Griffin <patsy@redhat.com> - 2023b-1
|
|
|
|
|
- Rebase to tzdata-2023b
|
|
|
|
|
- Lebanon will transition to DST on April 20/21, not March 25/26.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2023 Patsy Griffin <patsy@redhat.com> - 2023a-1
|
|
|
|
|
- Rebase to tzdata-2023a
|
|
|
|
|
- Egypt reintroduced DST, from April through October.
|
|
|
|
|
- Morocco springs forward April 23, not April 30.
|
|
|
|
|
- Palestine delayed the start of DST this year.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 6 2023 Patsy Griffin <patsy@redhat.com> - 2022g-2
|
|
|
|
|
- Include leap-seconds.list in tzdata install. (#2157982)
|
|
|
|
|
|
|
|
|
|