summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 9b50fac96..bbc6caded 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1124,6 +1124,9 @@ class YumBackend(AnacondaBackend):
f.close()
def checkSupportedUpgrade(self, anaconda):
+ if anaconda.dir == DISPATCH_BACK:
+ return
+
# Figure out current version for upgrade nag and for determining weird
# upgrade cases
supportedUpgradeVersion = -1