Description of problem:
buildah package has version "define.Version" instead of an actual version.
Version-Release number of selected component (if applicable):
define.Version-0.13.dev.gitc15269d.fc35
How reproducible: Easy
Steps to Reproduce:
1. $ repoquery --repo=rawhide buildah
2. $ rpmdev-vercmp 'define.Version-0.13.dev.gitc15269d.fc35' '1.19.6-2.fc33'
Actual results:
buildah-0:define.Version-0.8.dev.gita5e80a5.fc35.x86_64
define.Version-0.13.dev.gitc15269d.fc35 < 1.19.6-2.fc33
Expected results:
A numerical version that sorts higher than previous versions in Fedora.
Additional info:
You might need to introduce an epoch.
This happened because the location for version specification changed in buildah and my autobuilder wasn't aware of this change.
Anyway, I haven't bumped the epoch because I noticed the update just fine with the fixed version over the one with define.Version.
New build at https://koji.fedoraproject.org/koji/taskinfo?taskID=62897447 . Please reopen if this doesn't fix the issue.