]> git.proxmox.com Git - pve-manager.git/commitdiff
aplinfo: ensure keyring is in binary format
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 09:49:33 +0000 (11:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 09:41:51 +0000 (11:41 +0200)
GnuPG chokes on it otherwise...

Fixes: 00ea2e4b ("aplinfo: use sequioa for key ring generation")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
aplinfo/Makefile

index 23ab4ac0e8dfc143d035620de9a16e403915cd4c..ec82550f6127063bd21b060c83902aadff1cc0d4 100644 (file)
@@ -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