]> git.ipfire.org Git - thirdparty/systemd.git/commit
import: rename keyring extension from .gpg to .pgp and add OBS key for system:systemd...
authorLennart Poettering <lennart@poettering.net>
Tue, 24 Jun 2025 05:31:07 +0000 (07:31 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 05:31:07 +0000 (07:31 +0200)
commit7e1647ae4e33dd8354bd311a7f7f5eb701be2391
tree3e53ee010dcc4d27c81ccf9e153f7e804c08a418
parent274e2f4bb9fa14c55a971eaccd3b1487ecc05582
parent078eeac8ea50d12c73b01a6711c58b18bdb7a32c
import: rename keyring extension from .gpg to .pgp and add OBS key for system:systemd (#37927)

The format is not specific to gpg, it's defined by the pgp
protocols. Lintian even warns about it:

systemd-container: openpgp-file-has-implementation-specific-extension
[usr/lib/systemd/import-pubring.gpg]

Rename it accordingly, as new pgp implementations are slowly becoming
more popular.

Keep using /etc/systemd/import-pubring.gpg for backward compatibility.