Blob Blame History Raw
From 041c61f611d2e4e80c3e8912f132719e22b7cae2 Mon Sep 17 00:00:00 2001
From: Martin Kletzander <mkletzan@redhat.com>
Date: Mon, 20 Jan 2014 21:27:36 +0100
Subject: [PATCH] osdict: Mark RHEL 7 as supported

https://bugzilla.redhat.com/show_bug.cgi?id=1053074

This is basically a cherry pick of
962994f72f0596fb567b702d870682faaf2be770, however upstream changed so
much that it's not even a remotely applicable on current branch.

RHEL-only

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 virtinst/osdict.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 3dc45fd..7b9c96d 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -1,7 +1,7 @@
 #
 # List of OS Specific data
 #
-# Copyright 2006-2008  Red Hat, Inc.
+# Copyright 2006-2008, 2014  Red Hat, Inc.
 # Jeremy Katz <katzj@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -276,7 +276,7 @@ OS_TYPES = {
     "rhel7": {
         "label": "Red Hat Enterprise Linux 7",
         "distro": "rhel",
-        "supported": False,
+        "supported": True,
         "devices" : {
             DISK : VIRTIO_DISK,
             NET  : VIRTIO_NET,
-- 
1.8.4.2