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
$ 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
The text was updated successfully, but these errors were encountered:
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)
Hi,
it seems that that OpenGPG failed on Fedora 41.
I did not know where else to warn you.
Thanks!
Anthony
The text was updated successfully, but these errors were encountered: