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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to