We store only size of unsigned copy in db, so checking it for signed rpms results in error.
Fixes: https://pagure.io/koji/issue/2394
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
Hi @tkopecek , thank you for the PR, this looks like it will fix the problem we are seeing. Thanks!
Commit f3563f77 fixes this pull-request
Pull-Request has been merged by tkopecek
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
We store only size of unsigned copy in db, so checking it for signed
rpms results in error.
Fixes: https://pagure.io/koji/issue/2394