Comment 4 for bug 2054466

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to integ (master)

Reviewed: https://review.opendev.org/c/starlingx/integ/+/910836
Committed: https://opendev.org/starlingx/integ/commit/1bbcf7596b4e73481ebbad6ef0ae46aa9ceb9bbc
Submitter: "Zuul (22348)"
Branch: master

commit 1bbcf7596b4e73481ebbad6ef0ae46aa9ceb9bbc
Author: Scott Little <email address hidden>
Date: Tue Feb 20 15:15:46 2024 -0500

    update tzdata

    tzdata expires every 6-12 months.

    Update to the latest tzdata, valid until Dec 2024
    The new tzdata is supplied by upstream, we no longer need
    to build it ourselves. We just need to be sure it is included
    in the iso.

    Verification:
    - tzdata is no longer built
    - build-iso and make sure it contains the new package
    - check the package to ensure it contains the
      expected leap-seconds.list file
    - boot the iso and ensure nothing weird observed
      regarding the date
    - run "export TZ=/usr/share/zoneinfo/EST5EDT" followed
      by the date command and ensure that it displays the
      correct time for that timezone

    Partial-Bug: 2054466
    Change-Id: I765dc225f9b9f23799af662cd87fe94703857241
    Signed-off-by: Scott Little <email address hidden>