File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Signatures" : {
3- "tzdata2025c.tar.gz" : " 4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957"
3+ "tzdata2025c.tar.gz" : " 4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957" ,
4+ "tzcode2025c.tar.gz" : " 697ebe6625444aef5080f58e49d03424bbb52e08bf483d3ddb5acf10cbd15740"
45 }
56}
Original file line number Diff line number Diff line change 11Summary: Time zone data
22Name: tzdata
33Version: 2025c
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: Public Domain
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
88Group: Applications/System
99URL: https://www.iana.org/time-zones
1010Source0: https://data.iana.org/time-zones/releases/%{name }%{version }.tar.gz
11+ Source1: https://data.iana.org/time-zones/releases/tzcode%{version }.tar.gz
1112BuildArch: noarch
1213
1314%description
@@ -20,6 +21,7 @@ rm -rf %{blddir}
2021install -vdm 755 %{blddir }
2122cd %{blddir }
2223tar xf %{SOURCE0 } --no-same-owner
24+ tar xf %{SOURCE1 } --no-same-owner
2325
2426%build
2527
@@ -37,6 +39,8 @@ cp -v zone.tab iso3166.tab zone1970.tab $ZONEINFO
3739zic -d $ZONEINFO -p America/New_York
3840install -vdm 755 %{buildroot }%{_sysconfdir }
3941ln -svf %{_datarootdir }/zoneinfo/UTC %{buildroot }%{_sysconfdir }/localtime
42+ make tzdata.zi
43+ install -vpDm 644 tzdata.zi %{buildroot }%{_datadir }/zoneinfo/tzdata.zi
4044
4145%files
4246%defattr(-,root,root)
@@ -45,6 +49,10 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
4549%{_datadir }/*
4650
4751%changelog
52+ * Tue Jan 06 2026 Madhur Aggarwal <madaggarwal@microsoft.com> - 2025c-2
53+ - Added Source1 tzcode, which is required to build tzdata.zi
54+ - Packaged tzdata.zi file in /usr/share/zoneinfo
55+
4856* Thu Dec 11 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2025c-1
4957- Auto-upgrade to 2025c - upgrade to version 2025c
5058
You can’t perform that action at this time.
0 commit comments