Blame SOURCES/0002-rhel-Add-rhel-8-media-info.patch

b64852
From e3a28d9888b59f79d31daad75bf6b864f03060f6 Mon Sep 17 00:00:00 2001
b64852
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
b64852
Date: Mon, 10 Sep 2018 10:36:29 +0200
b64852
Subject: [PATCH] rhel: Add rhel-8 media info
b64852
MIME-Version: 1.0
b64852
Content-Type: text/plain; charset=UTF-8
b64852
Content-Transfer-Encoding: 8bit
b64852
b64852
https://bugzilla.redhat.com/show_bug.cgi?id=1580232
b64852
b64852
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
b64852
---
b64852
 os/redhat.com/rhel-8.0.xml | 75 ++++++++++++++++++++++++++++++++++++++
b64852
 1 file changed, 75 insertions(+)
b64852
 create mode 100644 os/redhat.com/rhel-8.0.xml
b64852
b64852
diff --git a/os/redhat.com/rhel-8.0.xml b/os/redhat.com/rhel-8.0.xml
b64852
new file mode 100644
b64852
index 0000000..2bea47d
b64852
--- /dev/null
b64852
+++ b/os/redhat.com/rhel-8.0.xml
b64852
@@ -0,0 +1,75 @@
b64852
+<libosinfo version="0.0.1">
b64852
+
b64852
+     See http://www.gnu.org/licenses/ for a copy of the license text -->
b64852
+  <os id="http://redhat.com/rhel/8.0">
b64852
+    <short-id>rhel8.0</short-id>
b64852
+    <name>Red Hat Enterprise Linux 8.0</name>
b64852
+    <version>8.0</version>
b64852
+    <vendor>Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="ca">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="de">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="es">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="fr">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="id">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="ja">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="pl">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="pt_BR">Red Hat, Inc</vendor>
b64852
+    <vendor xml:lang="uk">Red Hat, Inc</vendor>
b64852
+    <family>linux</family>
b64852
+    <distro>rhel</distro>
b64852
+    <upgrades id="http://redhat.com/rhel/7.5"/>
b64852
+    <derives-from id="http://redhat.com/rhel/7.5"/>
b64852
+
b64852
+    <media arch="x86_64">
b64852
+      <iso>
b64852
+        <system-id>LINUX</system-id>
b64852
+        <volume-id>RHEL-8-0-BaseOS-x86_64</volume-id>
b64852
+      </iso>
b64852
+      <kernel>isolinux/vmlinuz</kernel>
b64852
+      <initrd>isolinux/initrd.img</initrd>
b64852
+    </media>
b64852
+
b64852
+    <media arch="ppc64le">
b64852
+      <iso>
b64852
+        <system-id>PPC</system-id>
b64852
+        <volume-id>RHEL[_-]8[_-]0[_-]BaseOS[_-]ppc64le</volume-id>
b64852
+      </iso>
b64852
+      <kernel>ppc/ppc64/vmlinuz</kernel>
b64852
+      <initrd>ppc/ppc64/initrd.img</initrd>
b64852
+    </media>
b64852
+
b64852
+    <media arch="aarch64">
b64852
+      <iso>
b64852
+        <system-id>LINUX</system-id>
b64852
+        <volume-id>RHEL-8-0-BaseOS-aarch64</volume-id>
b64852
+      </iso>
b64852
+    </media>
b64852
+
b64852
+    <media arch="s390x">
b64852
+      <iso>
b64852
+        <system-id>LINUX</system-id>
b64852
+        <volume-id>RHEL-8-0-BaseOS-s390x</volume-id>
b64852
+      </iso>
b64852
+    </media>
b64852
+
b64852
+    <resources arch="all">
b64852
+      <minimum>
b64852
+        <n-cpus>1</n-cpus>
b64852
+        <cpu>1000000000</cpu>
b64852
+        <ram>1073741824</ram>
b64852
+        <storage>10737418240</storage>
b64852
+      </minimum>
b64852
+
b64852
+      <recommended>
b64852
+        <cpu>1000000000</cpu>
b64852
+        <ram>1073741824</ram>
b64852
+        <storage>10737418240</storage>
b64852
+      </recommended>
b64852
+    </resources>
b64852
+
b64852
+    <installer>
b64852
+      <script id='http://redhat.com/rhel/kickstart/jeos'/>
b64852
+      <script id='http://redhat.com/rhel/kickstart/desktop'/>
b64852
+    </installer>
b64852
+  </os>
b64852
+</libosinfo>
b64852
-- 
b64852
2.19.1
b64852