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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux