Can't update on Fedora (Signing key not found)
Fedora 41
/etc/yum.repos.d/teamviewer.repo
[teamviewer]
name=TeamViewer - $basearch
baseurl=https://linux.teamviewer.com/yum/stable/main/binary-$basearch/
gpgkey=https://linux.teamviewer.com/pubkey/currentkey.asc
gpgcheck=1
repo_gpgcheck=1
enabled=1
type=rpm-md
# rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
…
gpg-pubkey-0c1289c0-58c6ad7d TeamViewer GmbH (TeamViewer Linux 2017) support@teamviewer.com public key
…
# dnf upgrade
/var/log/dnf5.log
2024-11-18T02:13:04+0000 [6877] DEBUG Downloading metadata for repo "teamviewer"
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/teamviewer-af873e322bd64916/tmpdir.loYIjD
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_yum_download_remote: Downloading/Copying repo..
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_yum_download_repomd: Downloading repomd.xml via mirrorlist
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_download: Target: repodata/repomd.xml (-)
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x559f5d3c3240
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_prepare_lrmirrors: Mirror: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] Selecting mirror for: repodata/repomd.xml
2024-11-18T02:13:04+0000 [6877] INFO [librepo] Downloading: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_download: Downloading started
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] Transfer finished: repodata/repomd.xml (Effective url: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml)
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_download: Target: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml.asc (-)
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x559f5d3c3240
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_prepare_lrmirrors: Mirror: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] Selecting mirror for: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml.asc
2024-11-18T02:13:04+0000 [6877] INFO [librepo] Downloading: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml.asc
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_download: Downloading started
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] Transfer finished: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml.asc (Effective url: https://linux.teamviewer.com/yum/stable/main/binary-x86_64/repodata/repomd.xml.asc)
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] check_signature: Signing key not found
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_check_repomd_xml_asc_availability: GPG signature verification failed: Signing key not found
2024-11-18T02:13:04+0000 [6877] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler
2024-11-18T02:13:04+0000 [6877] WARNING Error loading repo "teamviewer" (skipping due to "skip_if_unavailable=true"):
2024-11-18T02:13:04+0000 [6877] WARNING Failed to download metadata (baseurl: "https://linux.teamviewer.com/yum/stable/main/binary-x86_64/") for repository "teamviewer"
2024-11-18T02:13:04+0000 [6877] WARNING Librepo error: repomd.xml GPG signature verification error: Signing key not found
How to fix this issue?
TIA