Hide Forgot
Created attachment 475058 [details] Use UTC timestamps in rpm-spec-mode changelog entries by default rpm-spec-mode uses local time in changelog entry timestamps by default which is not how rpmbuild parses them; rpmbuild treats them as UTC: http://rpm.org/gitweb?p=rpm.git;a=blob;f=build/parseChangelog.c;h=36a19c3#l89 The attached patch changes the default to UTC in rpm-spec-mode.
Thank you for the patches.