mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
upgrades: Use codename= in apt preferences
In the Debian bookworm-backports repository, the Suite has changed to "stable-backports". The Codename is the more specific "bookworm-backports". Bump upgrades app version to rewrite the apt preferences file. Helps: #2368. Tests: - `apt policy freedombox` shows priority 500 for package in bookworm-backports. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
655e4aff1b
commit
1b64394575
@ -53,7 +53,7 @@ class UpgradesApp(app_module.App):
|
||||
|
||||
app_id = 'upgrades'
|
||||
|
||||
_version = 16
|
||||
_version = 17
|
||||
|
||||
can_be_disabled = False
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ APT_PREFERENCES_FREEDOMBOX = \
|
||||
'''Explanation: This file is managed by FreedomBox, do not edit.
|
||||
Explanation: Allow carefully selected updates to 'freedombox' from backports.
|
||||
Package: src:freedombox
|
||||
Pin: release a={}-backports
|
||||
Pin: release n={}-backports
|
||||
Pin-Priority: 500
|
||||
'''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user