Description of problem: Getting changelog from source RPM sometimes returns something else than what is in spec file. Version-Release number of selected component (if applicable): rpm-4.14.1-1.fc27.x86_64 How reproducible: On this particular SRPM always. Steps to Reproduce: 1. Download SRPM from https://koji.fedoraproject.org/koji/buildinfo?buildID=1078095 2. Run rpm -qp Singular-4.1.0p3-9.fc29.src.rpm --changelogs | head -n1 Actual results: * Tue May 01 2018 Jonathan Wakely <jwakely> - -9 Expected results: * Tue May 01 2018 Jonathan Wakely <jwakely> - 4.1.0p3-9
Extract the spec from the src.rpm and you'll see that for that particular version, that's exactly what was in the spec. Which you can also see here: https://src.fedoraproject.org/rpms/Singular/c/345216b6d220694fdca4a0bb219014aabdbee995?branch=master