Skip to content
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

OpenGPG Check failed for version 1.3.0 on fc41 #27

Closed
aharivel opened this issue Feb 10, 2025 · 3 comments
Closed

OpenGPG Check failed for version 1.3.0 on fc41 #27

aharivel opened this issue Feb 10, 2025 · 3 comments
Assignees
Labels
bug Something isn't working copr Related to the build infrastructure or settings

Comments

@aharivel
Copy link

Hi,

it seems that that OpenGPG failed on Fedora 41.

$ sudo dnf update -y
<...>
OpenPGP check for package "cherrytree-future-1.3.0-1.fc41.x86_64" (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:bcotton:cherrytree-d8410de32e171337/packages/cherrytree-future-1.3.0-1.fc41.x86_64.rpm) from repo "copr:copr.fedorainfracloud.org:bcotton:cherrytree" has failed: An error occurred while opening the package.

I did not know where else to warn you.

Thanks!
Anthony

@funnelfiasco
Copy link
Owner

Thanks! I could reproduce the issue. I think maybe the GPG key expired, but it's not clear to me how Copr manages that. At any rate, you can remove the old key and upgrade successfully after that.

First, search for the key ID: rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n' | grep cherrytree

Then remove that key: sudo rpm -e gpg-pubkey-4e870b6c-5dbb436f (or whatever key name the first command returns)

@funnelfiasco funnelfiasco added the bug Something isn't working label Feb 10, 2025
@funnelfiasco funnelfiasco self-assigned this Feb 10, 2025
@funnelfiasco funnelfiasco added the copr Related to the build infrastructure or settings label Feb 10, 2025
@aharivel
Copy link
Author

Thanks @funnelfiasco the procedure has worked on my machine !

Good luck with copr!

@funnelfiasco
Copy link
Owner

Just for the record, it looks like this will continue to be an issue on F41 but should be fixed for F42 and F40: fedora-copr/copr#2894 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working copr Related to the build infrastructure or settings
Projects
None yet
Development

No branches or pull requests

2 participants