Commit 3d75a22
committed
dom0-updates: disarm protected packages in updatevm
DNF in updatevm doesn't have full knowledge to properly evaluate
protected packages - especially it doesn't have full config, but also
older DNF version (like in Debian / Whonix) may have different defaults.
This for example leads to R4.2->R4.3 upgrade issue, when `dnf` removal is
refused, while it should be allowed (as part of migration to `dnf5`).
Fix this by setting empty list of protected packages. Dom0's DNF will
enforce protected packages on its own.
QubesOS/qubes-issues#10256 (comment)
https://forum.qubes-os.org/t/qubes-dist-upgrade-script-error-4-3-rc-2/364351 parent 448290f commit 3d75a22
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments