OpenSuse: home:uroni EXPKEYSIG 60EE7A4D9B483075 is expired

Hello,
When trying to update on Debian, I get the following message:

root@rohan:~# apt update
Hit:1 Index of /debian bookworm InRelease
Hit:2 Index of /debian bookworm-updates InRelease
Hit:3 Index of /debian-security bookworm-security InRelease
Get:4 /repositories/home:/uroni/Debian_Unstable - openSUSE Download InRelease [1515 B]
Err:4 /repositories/home:/uroni/Debian_Unstable - openSUSE Download InRelease
The following signatures were invalid: EXPKEYSIG 60EE7A4D9B483075 home:uroni OBS Project home:uroni@build.opensuse.org
Reading package lists… Done
W: GPG error: /repositories/home:/uroni/Debian_Unstable - openSUSE Download InRelease: The following signatures were invalid: EXPKEYSIG 60EE7A4D9B483075 home:uroni OBS Project home:uroni@build.opensuse.org
E: The repository “/repositories/home:/uroni/Debian_Unstable - openSUSE Download InRelease” is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@rohan:~#`

Reason is that the key was expired 2026-06-02

When I google for this, it links me to OBS key expired :grinning_face:

jdp@lorien:~$ curl -s 'https://download.opensuse.org/repositories/home:/uroni/Debian_13/Release.key' | gpg --show-keys -
pub   rsa2048 2017-08-16 [SC] [expired: 2026-06-02]
      AA0A74CA1716BDA98C7104CD60EE7A4D9B483075
uid                      home:uroni OBS Project <home:uroni@build.opensuse.org>

jdp@lorien:~$ 

Looks it is still not fixed…

I’m also encountering this issue on Ubuntu 24.04. The key at https://download.opensuse.org/repositories/home:/uroni/xUbuntu_24.04/Release.key expired on June 2, 2026.

@uroni, could you update the key? Thank you.

Triggered a rebuild. That seems to a fixed it.

1 Like

Yes, that fixed the problem for me. Thanks!