Blame SOURCES/virt-manager-osdict-Mark-RHEL-7-as-supported.patch

343f27
From 041c61f611d2e4e80c3e8912f132719e22b7cae2 Mon Sep 17 00:00:00 2001
343f27
From: Martin Kletzander <mkletzan@redhat.com>
343f27
Date: Mon, 20 Jan 2014 21:27:36 +0100
343f27
Subject: [PATCH] osdict: Mark RHEL 7 as supported
343f27
343f27
https://bugzilla.redhat.com/show_bug.cgi?id=1053074
343f27
343f27
This is basically a cherry pick of
343f27
962994f72f0596fb567b702d870682faaf2be770, however upstream changed so
343f27
much that it's not even a remotely applicable on current branch.
343f27
343f27
RHEL-only
343f27
343f27
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
343f27
---
343f27
 virtinst/osdict.py | 4 ++--
343f27
 1 file changed, 2 insertions(+), 2 deletions(-)
343f27
343f27
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
343f27
index 3dc45fd..7b9c96d 100644
343f27
--- a/virtinst/osdict.py
343f27
+++ b/virtinst/osdict.py
343f27
@@ -1,7 +1,7 @@
343f27
 #
343f27
 # List of OS Specific data
343f27
 #
343f27
-# Copyright 2006-2008  Red Hat, Inc.
343f27
+# Copyright 2006-2008, 2014  Red Hat, Inc.
343f27
 # Jeremy Katz <katzj@redhat.com>
343f27
 #
343f27
 # This program is free software; you can redistribute it and/or modify
343f27
@@ -276,7 +276,7 @@ OS_TYPES = {
343f27
     "rhel7": {
343f27
         "label": "Red Hat Enterprise Linux 7",
343f27
         "distro": "rhel",
343f27
-        "supported": False,
343f27
+        "supported": True,
343f27
         "devices" : {
343f27
             DISK : VIRTIO_DISK,
343f27
             NET  : VIRTIO_NET,
343f27
-- 
343f27
1.8.4.2
343f27