When importing an RPM, if it is already signed by the repo key, it will not generate the "signed" copy under data/signed/KEYID/
Attempting to upload the sig later results in it being skipped as the signed header already exists.
You can create signed copy later by running koji write-signed-rpm <sigkey> <nvr>. It is intended behaviour by default - signature is stored separately as signed copy is often not needed. Maybe it makes sense to add option like koji import --write-signed-rpm to create it in the time of import.
koji write-signed-rpm <sigkey> <nvr>
koji import --write-signed-rpm
Metadata Update from @tkopecek: - Custom field Size adjusted to None
@jcpunk What do you think?
That works for me. Should probably also get the bootstrap doc updated with sime version ofthis info.
On Wed, Mar 23, 2022, 9:34 AM Tomas Kopecek pagure@pagure.io wrote:
tkopecek added a new comment to an issue you are following: @jcpunk What do you think? To reply, visit the link below or just reply to this email https://pagure.io/koji/issue/3281
tkopecek added a new comment to an issue you are following: @jcpunk What do you think?
To reply, visit the link below or just reply to this email https://pagure.io/koji/issue/3281
PR #3301
Metadata Update from @tkopecek: - Issue tagged with: doc
PR #3301 is just a doc update. Are we still planning to add an option to the command?
I think the doc update is sufficient for me.
Metadata Update from @jcupova: - Issue tagged with: no_qe
Commit 5fdaf591 fixes this issue
Commit e720df32 relates to this ticket
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3281
Please continue any further discussion there.