[virt-tools-list] [virt-manager PATCH] virtinst: tweak distros in the 'supported' workaround

Pino Toscano ptoscano at redhat.com
Mon Apr 10 11:20:17 UTC 2017


While correct EOL dates for Fedora distros will be handled in osinfo-db
soon, let's bump the minimum supported version of Fedora to 24.
---
 virtinst/osdict.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 70fad54..b974bb4 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -370,7 +370,7 @@ class _OsVariant(object):
         # EOL date. So assume None == EOL, add some manual work arounds.
         # We should fix this in a new libosinfo version, and then drop
         # this hack
-        if self._is_related_to(["fedora20", "rhel7.0", "debian6",
+        if self._is_related_to(["fedora24", "rhel7.0", "debian6",
             "ubuntu13.04", "win8", "win2k12"],
             check_clones=False, check_derives=False):
             return True
-- 
2.9.3




More information about the virt-tools-list mailing list