Dnf Update issue

getting the following issue, how to fix??

Waterfox (deb/pkg.tar.xz/rpm/AppImage) (Fedora_36) 2.0 kB/s | 1.1 kB 00:00
GPG key at https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_36/repodata/repomd.xml.key (0x625A271E) is already installed
The GPG keys listed for the “Waterfox (deb/pkg.tar.xz/rpm/AppImage) (Fedora_36)” repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository… Failing package is: kwaterfoxhelper-5.0.7-91.49.x86_64
GPG Keys are configured as: https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_36/repodata/repomd.xml.key
Public key for waterfox-g-i18n-en-GB-5.1.5-115.2.x86_64.rpm is not trusted. Failing package is: waterfox-g-i18n-en-GB-5.1.5-115.2.x86_64
GPG Keys are configured as: https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_36/repodata/repomd.xml.key
Public key for waterfox-g-kpe-5.1.5-115.2.x86_64.rpm is not trusted. Failing package is: waterfox-g-kpe-5.1.5-115.2.x86_64
GPG Keys are configured as: https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_36/repodata/repomd.xml.key
Public key for waterfox-g-wayland-5.1.5-115.2.x86_64.rpm is not trusted. Failing package is: waterfox-g-wayland-5.1.5-115.2.x86_64
GPG Keys are configured as: https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_36/repodata/repomd.xml.key
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘dnf clean packages’.
Error: GPG check FAILED

sudo dnf update --enablerepo=updates-testing distribution-gpg-keys

will import the new opensuse key. Then it should work again.
see https://bodhi.fedoraproject.org/updates/FEDORA-2023-315f8a5ff1

Once it has hit the updates repo, you don’t need --enablerepo=updates-testing

Information for build distribution-gpg-keys-1.87-1.fc36
Changelog * Wed Apr 26 2023 Miroslav Suchý 1.87-1

  • update copr keys
  • update virtualbox key
  • update openSUSE-Backports key
  • update skype key

Also, don’t forget to upgrade to F37. F36 will be EOL very soon (Tue 2024-05-14).

1 Like