When using rpmautospec, I get:
$ fedpkg build Building python-TestSlide-2.6.4-1.fc35 for rawhide Created task: 71832791 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=71832791 [...]
which shows an incorrect release (-1 instead of -11). This is likely a side effect of how rpmautospec works, as the release is correct in the actual package that gets built by koji, it's just the output here that's wrong.
I filed this at https://pagure.io/koji/issue/2948 originally.
Which version of rpkg do you have installed? Only recently, rpkg-1.62-6 landed which contains the necessary changes. With it installed, it works for me in this test build in staging:
nils@makake:~/dist-git/stg/fedora/rpms/python-arrow (rawhide)> fedpkg build Building python-arrow-0.17.0-8.fc35 for rawhide Created task: 72000420 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=72000420 Watching tasks (this may be safely interrupted)...
Metadata Update from @nphilipp: - Issue assigned to nphilipp
Ah yes, I can confirm it's working correctly now with rpkg 1.62-6. Thanks!
Metadata Update from @nphilipp: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)