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

GPG error on Fedora 33 after fresh install #22

Closed
billwheatley opened this issue Nov 24, 2020 · 2 comments
Closed

GPG error on Fedora 33 after fresh install #22

billwheatley opened this issue Nov 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@billwheatley
Copy link
Owner

Several GPG validation errors with Fedora 33 KDE fresh install

errors look like:

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for rpmfusion-nonfree-release-33-1.noarch"}

Places:

  • rpm fusion repos being enabled
  • every local rpm

work arounds, as they fail:

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-33.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-33.noarch.rpm
sudo rpm -i some_local_rpm.rpm

These workarounds are only need after initial install

@billwheatley
Copy link
Owner Author

Same problem on 34

Work around continues

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-34.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-34.noarch.rpm
sudo rpm -i some_local_rpm.rpm

@billwheatley billwheatley mentioned this issue May 11, 2021
@billwheatley
Copy link
Owner Author

Resolved by PR #60

Also NOTE since this has some visibility all I did was disable_gpg_check: yes in the dnf module

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

No branches or pull requests

1 participant