[Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

pavlinamv notifications at github.com
Wed Jun 5 10:19:54 UTC 2019


When building RPMs that have %changelog sections with changelog entries with full timestamps, RPM did not take the time zone into account. Now the timezone description is taken into account using function tzset(). It handles correctly timezone descriptions like: 
"Europe/London",
"GMT-5", or
"NZST-12:00:00NZDT-13:00:00,M10.1.0,M3.3.0"
but it is not able to work with time zone descriptions that do not contain all information regarding the DST like e.g. "NZST".
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/739

-- Commit Summary --

  * Include time zone in changelog time calculation (RhBug:1715412)
  * Enable using longer time zones names/abbreviations in changelogs

-- File Changes --

    M build/parseChangelog.c (22)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/739.patch
https://github.com/rpm-software-management/rpm/pull/739.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/739
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190605/b8558785/attachment.html>


More information about the Rpm-maint mailing list