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
Newer (dnf) versions seems to require both a V3 and V4 signature header.
The absence of a V3 header (or full payload digest tag) fails the
signature checks and so the RPM can be installed using plain `rpm`, but
not using `dnf install` from a repository.
This change adds support for V3 (header and payload) signatures, as well
as support for full payload digests (raw and compressed).
Closes: #42Closes: #43
Originating from: ctron/rpm-builder#64
Allow adding a signature of payload and header, which seems to be required for
rpmkeys
and DNF.The text was updated successfully, but these errors were encountered: