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

fedy fails to install on Fedora 41 #144

Open
gfoutris opened this issue Jan 3, 2025 · 2 comments
Open

fedy fails to install on Fedora 41 #144

gfoutris opened this issue Jan 3, 2025 · 2 comments

Comments

@gfoutris
Copy link

gfoutris commented Jan 3, 2025

Describe the bug
trying to dnf install fedy, fails with Transaction failed: Signature verification failed.

To Reproduce
Steps to reproduce the behavior:

  1. Open a terminal
  2. su - or sudo su - or just sudo
  3. dnf install fedy
  4. Transaction failed: Signature verification failed.
    OpenPGP check for package "fedy-5.0.51-1.fc41.noarch" (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:kwizart:fedy-8f2fd395ea3c7964/packages/fedy-5.0.51-1.fc41.noarch.rpm) from repo "copr:copr.fedorainfracloud.org:kwizart:fedy" has failed: Problem occurred when opening the package.

Expected behavior
It should just be installed

Screenshots
If applicable, add screenshots to help explain your problem.

Version Information:
Please run the following commands in the terminal and provide the output after the colon:

  • rpm -qi fedy:package fedy is not installed
  • rpm -E %fedora:41
  • uname -a:Linux myhostname 6.12.7-200.fc41.x86_64 Use rpmfusion dropbox #1 SMP PREEMPT_DYNAMIC Fri Dec 27 17:05:33 UTC 2024 x86_64 GNU/Linux

Additional context
Add any other context about the problem here.

@rendier
Copy link

rendier commented Jan 3, 2025

Fedu doesn't update either:
sudo dnf update fedy
Updating and loading repositories:
Copr repo for fedy owned by kwizart
....
Warning: skipped OpenPGP checks for 1 package from repository: copr:copr.fedorainfracloud.org:kwizart:fedy

  • package fedy-5.0.51-1.fc41.noarch does not verify: Header V4 RSA/SHA256 Signature, key ID 2da862e5: NOTTRUSTED

@kwizart
Copy link
Member

kwizart commented Jan 3, 2025

You might have experienced an issue with copr gpg key been expired if you have upgraded from a previous fedora version.

sudo rpm -e $(rpm -qa gpg-pub* |grep 2da862e5) might fix it
(
Now I'm not sure about why this is still an issue with dnf5 copr, I thought experired gpg keys should be gracefully handled ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants