aplinfo: ensure keyring is in binary format
GnuPG chokes on it otherwise...
Fixes: 00ea2e4b
("aplinfo: use sequioa for key ring generation")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
63c8b37122
commit
085cf362bd
@ -21,7 +21,7 @@ update:
|
||||
mv aplinfo.dat.tmp aplinfo.dat
|
||||
|
||||
trustedkeys.gpg: $(TRUSTED_KEYS)
|
||||
sq keyring join -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
|
||||
sq keyring join --binary -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
|
||||
mv $@.tmp $@
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user