Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/tzdata/tzdata.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"tzdata2024a.tar.gz": "0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3"
"tzdata2024b.tar.gz": "70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550"
}
}
}
5 changes: 4 additions & 1 deletion SPECS/tzdata/tzdata.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Time zone data
Name: tzdata
Version: 2024a
Version: 2024b
Release: 1%{?dist}
License: Public Domain
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -45,6 +45,9 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
%{_datadir}/*

%changelog
* Fri Sep 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2024b-1
- Auto-upgrade to 2024b

* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2024a-1
- Auto-upgrade to 2024a - upgrade to version 2024a

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29057,8 +29057,8 @@
"type": "other",
"other": {
"name": "tzdata",
"version": "2024a",
"downloadUrl": "https://data.iana.org/time-zones/releases/tzdata2024a.tar.gz"
"version": "2024b",
"downloadUrl": "https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz"
}
}
},
Expand Down