This adds a sigkey option to getRPMHeaders. If given, the corresponding signed copy will be queried instead of the primary copy. This allows querying signature headers that have changed in the signed copy (i.e. the signatures)
Fixes https://pagure.io/koji/issue/4533
:thumbsup:
pretty please pagure-ci rebuild
Metadata Update from @mikem: - Pull-request tagged with: testing-custom
Testing notes - should be straightforward validation that you can query a signed copy. E.g. import a signature with import-sig and query the updated signature header field (likely RSAHEADER depending on how the rpm was signed).
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit cbc052c5 fixes this pull-request
Pull-Request has been merged by tkopecek
This adds a sigkey option to getRPMHeaders. If given, the corresponding signed copy will be queried instead of the primary copy. This allows querying signature headers that have changed in the signed copy (i.e. the signatures)
Fixes https://pagure.io/koji/issue/4533