[Buildroot] [PATCH 2/2] package/tzdata: bump version to 2020f

Romain Naour romain.naour at gmail.com
Sun Feb 14 15:06:12 UTC 2021


Hello,

Le 12/01/2021 à 18:40, Peter Korsgaard a écrit :
>>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:
> 
>  > Release notes:
>  > https://mm.icann.org/pipermail/tz-announce/2020-December/000064.html
> 
>  > Upstream removed timezones pacificnew and systemv:
>  > https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
> 
>  > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> 
> Committed to 2020.02.x and 2020.11.x, thanks.
> 

This version bump seems introduce a regression in the Buildroot testsuite for
timezone tests TestGlibcAllTimezone and TestGlibcNonDefaultLimitedTimezone.

See:
https://gitlab.com/buildroot.org/buildroot/-/pipelines/253940390/failures

The Buildroot configuration was:
        BR2_TARGET_TZ_INFO=y
        BR2_TARGET_TZ_ZONELIST="northamerica"
        BR2_TARGET_LOCALTIME="America/New_York"

And the test is checking "date" output:

        tz, _ = self.emulator.run("date +%Z")
        self.assertEqual(tz[0].strip(), "EST")

        tz, _ = self.emulator.run("TZ=UTC date +%Z")
        self.assertEqual(tz[0].strip(), "UTC")

        tz, _ = self.emulator.run("TZ=America/Los_Angeles date +%Z")
        self.assertEqual(tz[0].strip(), "PST")

        tz, _ = self.emulator.run("TZ=Europe/Paris date +%Z")
        self.assertEqual(tz[0].strip(), "Europe")

This patch has been backported to stable version 2020.11.2 and 2020.02.10.
Can you have a look?

Best regards,
Romain


More information about the buildroot mailing list