Commit Graph

5 Commits

Author SHA1 Message Date
Gleb Fotengauer-Malinovskiy
6ffd67d220 parseChangelog.c: fix double timezone adjustment of RPMTAG_CHANGELOGTIME value
The RPMTAG_CHANGELOGTIME tag contains an array of UNIX times of
changelog entries, but changelog entries time lack information about
hour, minute, second, and timezone, so it was decided to assume noon
(12:00:00) UTC.
This commit fixes time adjustment from local timezone to UTC.
2022-07-06 16:01:07 +00:00
d831a6ed9a Add support for $RPM_ADD_CHANGELOG_{NAME,TEXT,TIME}
If all these environment variables are set, an entry based on their
contents is added to the changelog of source and all binary packages.
2018-09-24 18:07:32 +03:00
35877f4306 fixed spacing 2005-10-06 18:21:40 +00:00
c0a2a76a04 fix readLine() usage 2005-10-06 15:24:35 +00:00
82a4763c66 Initial revision 2002-03-25 20:16:26 +00:00