Blame SOURCES/gnome-boxes-update-rhel-logo.patch

433382
diff --git a/data/osinfo/meson.build b/data/osinfo/meson.build
433382
index 0f4982f..c7c6017 100644
433382
--- a/data/osinfo/meson.build
433382
+++ b/data/osinfo/meson.build
433382
@@ -10,7 +10,8 @@ osinfo_db = [
433382
   ['rhel-4.0.xml', 'gnome-boxes/osinfo/os/redhat.com'],
433382
   ['rhel-5.0.xml', 'gnome-boxes/osinfo/os/redhat.com'],
433382
   ['rhel-6.0.xml', 'gnome-boxes/osinfo/os/redhat.com'],
433382
-  ['rhel-7.0.xml', 'gnome-boxes/osinfo/os/redhat.com']
433382
+  ['rhel-7.0.xml', 'gnome-boxes/osinfo/os/redhat.com'],
433382
+  ['rhel-8.0.xml', 'gnome-boxes/osinfo/os/redhat.com']
433382
 ]
433382
 
433382
 foreach os: osinfo_db
433382
diff --git a/data/osinfo/rhel-4.0.xml b/data/osinfo/rhel-4.0.xml
433382
index 2839687..318544e 100644
433382
--- a/data/osinfo/rhel-4.0.xml
433382
+++ b/data/osinfo/rhel-4.0.xml
433382
@@ -3,7 +3,7 @@
433382
   
433382
 
433382
   <os id="http://redhat.com/rhel/4.0">
433382
-    <logo>https://people.gnome.org/~zeeshanak/logos/shadownman-pill.svg</logo>
433382
+    <logo>https://gitlab.gnome.org/GNOME/gnome-boxes-logos/raw/master/logos/shadownman-pill.svg</logo>
433382
   </os>
433382
 
433382
 </libosinfo>
433382
diff --git a/data/osinfo/rhel-8.0.xml b/data/osinfo/rhel-8.0.xml
433382
new file mode 100644
433382
index 0000000..ad7a785
433382
--- /dev/null
433382
+++ b/data/osinfo/rhel-8.0.xml
433382
@@ -0,0 +1,9 @@
433382
+<libosinfo version="0.0.1">
433382
+
433382
+  
433382
+
433382
+  <os id="http://redhat.com/rhel/8.0">
433382
+    <logo>https://gitlab.gnome.org/GNOME/gnome-boxes-logos/raw/master/logos/shadownman-pill.svg</logo>
433382
+  </os>
433382
+
433382
+</libosinfo>
433382
diff --git a/data/recommended-downloads.xml b/data/recommended-downloads.xml
433382
index b389e94..f4772d7 100644
433382
--- a/data/recommended-downloads.xml
433382
+++ b/data/recommended-downloads.xml
433382
@@ -9,7 +9,8 @@
433382
   available.
433382
  -->
433382
 <list>
433382
-  <os_id>http://redhat.com/rhel/7.6</os_id>
433382
+  <os_id>http://redhat.com/rhel/8.0</os_id>
433382
+  <os_id>http://redhat.com/rhel/7.7</os_id>
433382
   <os_id>http://fedoraproject.org/fedora/29</os_id>
433382
   <os_id>http://fedoraproject.org/silverblue/29</os_id>
433382
   <os_id>http://ubuntu.com/ubuntu/18.10</os_id>