https://bugzilla.redhat.com/show_bug.cgi?id=2176241
--- Comment #15 from Link Dupont link@sub-pop.net --- That's expected. The upstream RPM contains the %autorelease and %autochangelog macros. Those macros need to be applied to the spec file when the SRPM is built, in order to include the changelog. The spec file from the contents of an SRPM can't contain the %autochangelog macro, for example, because it doesn't have a git history to read from. So there will always be a mismatch between the upstream spec file (containing the %autorelease and %autochangelog macros) and the spec file included in the SRPM.
Would you prefer to review the upstream spec (that will eventually be committed to dist-git) or the generated spec file that includes the expanded %autorelease and %autochangelog macros?