From 3b69714e583de5d3ea9a017c2c08d4c9e2653ae5 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 4 Nov 2022 15:42:06 -0400 Subject: [PATCH] upgrades: Update list of holds during dist upgrade Add bind9, minetest-server, minidlna. This matches the set of apps that implement force_upgrade. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/upgrades/privileged.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/upgrades/privileged.py b/plinth/modules/upgrades/privileged.py index 9d2783373..17c044603 100644 --- a/plinth/modules/upgrades/privileged.py +++ b/plinth/modules/upgrades/privileged.py @@ -83,8 +83,8 @@ Pin-Priority: 500 DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = [] DIST_UPGRADE_PACKAGES_WITH_PROMPTS = [ - 'firewalld', 'janus', 'mumble-server', 'radicale', 'roundcube-core', - 'tt-rss' + 'bind9', 'firewalld', 'janus', 'minetest-server', 'minidlna', + 'mumble-server', 'radicale', 'roundcube-core', 'tt-rss' ] DIST_UPGRADE_PRE_INSTALL_PACKAGES = ['base-files']