You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently rpmdb does a very basic sanity checks on headers in the db, requiring that all headers have name, version and release. Arch is missing because it's a loophole used by gpg-pubkey pseudopackages. Once we drop support for the rpmdb keystore, gpg-pubkeys should be purged out of the rpmdb. This is easily done by just adding RPMTAG_ARCH to the list of tested tags.
The text was updated successfully, but these errors were encountered:
As it seems we'll have to carry support for this further into the future, this would need to be conditionalized on rpmdb being the configured keystore. That might get a bit weird.
Currently rpmdb does a very basic sanity checks on headers in the db, requiring that all headers have name, version and release. Arch is missing because it's a loophole used by gpg-pubkey pseudopackages. Once we drop support for the rpmdb keystore, gpg-pubkeys should be purged out of the rpmdb. This is easily done by just adding RPMTAG_ARCH to the list of tested tags.
The text was updated successfully, but these errors were encountered: