From 9aeecb91f363c1e1601b1489c0806c416ab0872a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 21 Jun 2016 04:33:46 +0200 Subject: [PATCH] dom0-updates: use dnf --best --allowerasing Otherwise `dnf install` do not want to upgrade existing packages, or upgrading other packages to satisfy dependencies. Fixes QubesOS/qubes-issues#2100 --- misc/qubes-download-dom0-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qubes-download-dom0-updates.sh b/misc/qubes-download-dom0-updates.sh index 32fd87f..d946f28 100755 --- a/misc/qubes-download-dom0-updates.sh +++ b/misc/qubes-download-dom0-updates.sh @@ -53,7 +53,7 @@ fi YUM="yum" if type dnf >/dev/null 2>&1; then - YUM="dnf" + YUM="dnf --best --allowerasing" fi if ! [ -d "$DOM0_UPDATES_DIR" ]; then