Closed bram-pkg closed 1 week ago
Which distro did this occur for?
Sorry, I forgot to mention. This is Fedora 41.
I attempted installation in a fedora41 container, and I'm not running into any signature problem.
What's the contents of your /etc/yum.repos.d/home:TheLocehiliosan:yadm.repo? Did you accept the key when prompted the first time installing?
What's the output of rpm -qa gpg-pubkey*
? I would expect "gpg-pubkey-88ebfc54-59ae0a32" to be one of the installed keys. If not, does rpm -qi gpg-pubkey-* | grep Summary
show "home:TheLocehiliosan OBS Project" in any of the output?
just for the record, I faced the same issue on fedora 40 and removing and reimporting the key seemed to help:
sudo rpm -e gpg-pubkey-88ebfc54
sudo rpm --import https://download.opensuse.org/repositories/home:/TheLocehiliosan:/yadm/Fedora_40/repodata/repomd.xml.key
My repo file is:
❯ cat /etc/yum.repos.d/home:TheLocehiliosan:yadm.repo
[home_TheLocehiliosan_yadm]
name=Yet Another Dotfiles Manager (Fedora_41)
type=rpm-md
baseurl=https://download.opensuse.org/repositories/home:/TheLocehiliosan:/yadm/Fedora_41/
gpgcheck=1
gpgkey=https://download.opensuse.org/repositories/home:/TheLocehiliosan:/yadm/Fedora_41/repodata/repomd.xml.key
enabled=1
It seems the key you mentioned is in fact listed:
❯ rpm -qa 'gpg-pubkey*' | grep 88eb
gpg-pubkey-88ebfc54-59ae0a32
And yes it is listed:
Summary : home:TheLocehiliosan OBS Project <home:TheLocehiliosan@build.opensuse.org> public key
I adjusted @avano's script to delete and re-import the Fedora 41 key, and it seems to be working fine now.
sudo rpm -e gpg-pubkey-88ebfc54-59ae0a32
sudo rpm --import https://download.opensuse.org/repositories/home:/TheLocehiliosan:/yadm/Fedora_41/repodata/repomd.xml.key
OK, I'm glad it is working. I'm not sure what might be the reason behind this.
I'm not sure either, sorry for bothering you, and thank you @avano!
This issue is about
Describe the issue
When installing
3.3.0
on Fedora 41, I get the following error:I already tried cleaning my cache using
But that did not solve the issue.