[pve-devel] [PATCH dab-pve-appliances] pmg: explicitly install gnupg

Stoiko Ivanov s.ivanov at proxmox.com
Tue Sep 30 17:47:01 CEST 2025


proxmox-spamassasin (and its use by pmg-api) needs gpg-agent to
verify downloaded rule-updates from SpamAssassin.

gnupg depends on both `gpg` and `gpg-agent` and is also recommended
by Debian upstream spamassassin.

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 debian-13-trixie-pmg-9-64/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian-13-trixie-pmg-9-64/Makefile b/debian-13-trixie-pmg-9-64/Makefile
index ab0bc6a..4683ada 100644
--- a/debian-13-trixie-pmg-9-64/Makefile
+++ b/debian-13-trixie-pmg-9-64/Makefile
@@ -13,7 +13,7 @@ all: info/init_ok ${CVD_FILES}
 	    antiword \
 	    dbus \
 	    docx2txt \
-	    gpg \
+	    gnupg \
 	    ifupdown2 \
 	    libcgi-pm-perl \
 	    libdbi-perl \
-- 
2.39.5





More information about the pve-devel mailing list