From 1d1bb6fa1a8247242fbdd226f50265a278a12ac8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 25 Feb 2024 09:40:38 +1000 Subject: [PATCH] pacman-key: remove lock-never from keyring configuration I'm not sure why this was originally included, but it has now become a problem with multiple processes updating the keyring (e.g. the systemd timer for WKD updates from Arch Linux). Signed-off-by: Allan McRae --- scripts/pacman-key.sh.in | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index aff930ed..f68d0767 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -237,7 +237,6 @@ initialize() { chmod 644 "$conffile" add_gpg_conf_option "$conffile" 'no-greeting' add_gpg_conf_option "$conffile" 'no-permission-warning' - add_gpg_conf_option "$conffile" 'lock-never' add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10' add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean'