Dmitry V. Levin
d304554617
When hasher generates an src.rpm from pkg.tar, it sets $SOURCE_DATE_EPOCH according to pkg.tar's specfile modification time which in turn is set to the corresponding commit time. When hasher builds from an src.rpm, it sets $SOURCE_DATE_EPOCH according to the src.rpm's RPMTAG_BUILDTIME. This changes helps to connect these two stages, setting the RPMTAG_BUILDTIME of the generated src.rpm to $SOURCE_DATE_EPOCH. Co-Authored-by: Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>