-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rawhide: 20210814: rpm-ostree install $pkg failing #925
Comments
Here's a clue in
|
I guess the Next thing I'm looking at:
Maybe |
This is probably that libdnf doesn't understand that space separated syntax, I bet one would hit the same issue with |
Er, it may be libdnf isn't substituting |
Set of package diff since last successful run:
DNF didn't get an update so probably not that? |
More info.. microdnf barfs:
|
I thought so too, but that change has been in place for 6 months. I don't think it's the problem here. I'm pretty sure it's the file format change of the new key (introduced in https://src.fedoraproject.org/rpms/fedora-repos/c/688de4b2d4bf3411433d7e0978030b3a2cb37795?branch=rawhide) |
Ahhh wow, actually it looks like dnf uses gpg/gpgme in https://github.com/rpm-software-management/dnf/blob/395541fbf8f87f81cdca7567f22be1182e55bea7/dnf/crypto.py but libdnf uses rpm's bespoke PGP code. (ostree uses gpgme) |
We'll workaround the issue by removing the F37 key from the list of gpgkeys to load. We'll also add a test that fails if the f37 entry isn't put back in place and we'll snooze that test. This gives us a reminder to followup on this issue if we don't get it resolved in upstream libdnf/rpm in the immediate future. coreos/fedora-coreos-tracker#925
PR to workaround issue for now so we can keep rawhide building: coreos/fedora-coreos-config#1163 |
We'll workaround the issue by removing the F37 key from the list of gpgkeys to load. We'll also add a test that fails if the f37 entry isn't put back in place and we'll snooze that test. This gives us a reminder to followup on this issue if we don't get it resolved in upstream libdnf/rpm in the immediate future. coreos/fedora-coreos-tracker#925
We'll workaround the issue by removing the F37 key from the list of gpgkeys to load. We'll also add a test that fails if the f37 entry isn't put back in place and we'll snooze that test. This gives us a reminder to followup on this issue if we don't get it resolved in upstream libdnf/rpm in the immediate future. coreos/fedora-coreos-tracker#925
This reverts commit df0c12d. It's no longer needed since the format of the gpgkey in fedora-repos was updated. coreos/fedora-coreos-tracker#925
going to close this since coreos/fedora-coreos-config@e160b58 landed. |
This reverts commit df0c12d. It's no longer needed since the format of the gpgkey in fedora-repos was updated. coreos/fedora-coreos-tracker#925
We'll workaround the issue by removing the F37 key from the list of gpgkeys to load. We'll also add a test that fails if the f37 entry isn't put back in place and we'll snooze that test. This gives us a reminder to followup on this issue if we don't get it resolved in upstream libdnf/rpm in the immediate future. coreos/fedora-coreos-tracker#925
This reverts commit df0c12d. It's no longer needed since the format of the gpgkey in fedora-repos was updated. coreos/fedora-coreos-tracker#925
We'll workaround the issue by removing the F37 key from the list of gpgkeys to load. We'll also add a test that fails if the f37 entry isn't put back in place and we'll snooze that test. This gives us a reminder to followup on this issue if we don't get it resolved in upstream libdnf/rpm in the immediate future. coreos/fedora-coreos-tracker#925
This reverts commit df0c12d. It's no longer needed since the format of the gpgkey in fedora-repos was updated. coreos/fedora-coreos-tracker#925
Rawhide builds based on the
20210814
rpm package set starting failing over the weekend. linkNot really sure why it's trying to use the Fedora 37 key instead of 36 but the key for x86_64 does seem to be a public key:
The text was updated successfully, but these errors were encountered: