]> git.ipfire.org Git - thirdparty/mkosi.git/commit
dnf: Always specify --best again
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 12 Sep 2025 21:28:10 +0000 (23:28 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 13 Sep 2025 00:39:46 +0000 (01:39 +0100)
commit6a48f83dda314e3cd2949aae73d4afd9110536d1
tree68dd92b8e2ac0b39277b92cb9430e5c7d1667414
parent97b071f5642dd1d9163397f3e821135ca921c3fd
dnf: Always specify --best again

dnf install will not upgrade packages unless --best is specified.
While this might also break downgrades, not upgrading is worse than
not downgrading, so let's specify --best unconditionally again so we
make sure we always upgrade if a newer version is available.
mkosi/installer/dnf.py