old kobo.rpmlib's make_nvr() and make_nevr() could not handle epochs as None. This results in mangled reports from compose-changelog, because packages' ENVRs are all prefixed with None:.
kobo.rpmlib
make_nvr()
make_nevr()
None
compose-changelog
None:
This was fixed in kobo 0.4.2 (f336eeeca68eec3502d5aaab3e4f3e0c9659a500). Require this newer version in the setuptools packaging.
I rebased this commit on current master and merged outside of pagure. Thanks for the patch.
Pull-Request has been closed by lsedlar
old
kobo.rpmlib'smake_nvr()andmake_nevr()could not handle epochs asNone. This results in mangled reports fromcompose-changelog, becausepackages' ENVRs are all prefixed with
None:.This was fixed in kobo 0.4.2 (f336eeeca68eec3502d5aaab3e4f3e0c9659a500). Require this newer version in the setuptools packaging.