Update of #2014 (py2 compatibility + variable name typo fix) Related: https://pagure.io/koji/issue/1905
:thumbsup:
By the way, rpkg does this differently. It picks first spec file that it finds in the os.listdir() list. It's confusing to me when rpkg behaves differently than Koji. Can we unify the two?
os.listdir()
It's not clear to me where the SPECS/* convention comes from.
SPECS/*
From rpmbuild I believe. That has structure like SOURCES, SPECS.
Metadata Update from @julian8628: - Pull-request tagged with: testing-ready
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit b88d87e4 fixes this pull-request
Pull-Request has been merged by mikem
Update of #2014 (py2 compatibility + variable name typo fix)
Related: https://pagure.io/koji/issue/1905