-
Notifications
You must be signed in to change notification settings - Fork 139
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
issue with new fedora 37 GPG key #1320
Comments
Copying over this bit coreos/fedora-coreos-tracker#925 (comment) - it looks like the real issue may be in librpm. A big difference between dnf and libdnf is that the former uses gpg to parse the key, whereas libdnf uses rpm's bespoke PGP code. I get the same error message from trying
|
ok https://src.fedoraproject.org/rpms/fedora-repos/pull-request/112 merged, but... should we try to get the underlying libraries fixed so we don't have this problem in the future? should this issue be transferred to be against rpm? |
aha, thank you for figuring this out, colin! I got around to it today and was banging my head against it. It affects anything PackageKit-based, for the record - |
Can we still drive down on this issue and fix the underlying library so we don't hit this again? |
Hi, any progress on this? I have to run a specific application for work (Keybase) on Fedora Silverblue and its repo is affected by this. So, instead of having it be updated along with the system, I have to disable the repo and every once in a while I have to manually install the rpm so it replaces the old one. Apparently this will have to be fixed for Fedora 37 anyway, but any chance it could be fixed earlier? Maybe at least in time for Fedora 36? |
Still a problem; Kubernetes gpg package key and/or repo key don't parse: https://packages.cloud.google.com/yum/doc/yum-key.gpg (this under latest Fedora CoreOS 36). |
If folks want RPM's GPG key parsing to be more tolerant of whitespace issues, then someone needs to file an issue against RPM. It can't be fixed in libdnf. |
I believe the new GPG introduced in https://src.fedoraproject.org/rpms/fedora-repos/c/688de4b2d4bf3411433d7e0978030b3a2cb37795?branch=rawhide is causing issues for microdnf and rpm-ostree (consumers of libdnf):
While
dnf
itself seems fine with the new key. Can someone look into what the issue is with the new key?Originally reported over in coreos/fedora-coreos-tracker#925
The text was updated successfully, but these errors were encountered: