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 <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2022-11-04 15:42:06 -04:00 committed by Sunil Mohan Adapa
parent e3c623b471
commit 3b69714e58
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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']