Blame SOURCES/0001-rhel-Add-rhel-7.6-media-info.patch

b64852
From 9cf5a8c3b30c9c3e547157b10cce8c4a4ebe15f6 Mon Sep 17 00:00:00 2001
b64852
From: Felipe Borges <feborges@redhat.com>
b64852
Date: Mon, 11 Jun 2018 12:42:04 +0200
b64852
Subject: [PATCH] rhel: Add rhel-7.6 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-7.6.xml | 96 ++++++++++++++++++++++++++++++
b64852
 1 file changed, 96 insertions(+)
b64852
 create mode 100644 data/os/redhat.com/rhel-7.6.xml.in
b64852
b64852
diff --git a/os/redhat.com/rhel-7.6.xml b/os/redhat.com/rhel-7.6.xml
b64852
new file mode 100644
b64852
index 0000000..84cf718
b64852
--- /dev/null
b64852
+++ b/os/redhat.com/rhel-7.6.xml
b64852
@@ -0,0 +1,96 @@
b64852
+
b64852
+<libosinfo version="0.0.1">
b64852
+
b64852
+  <os id="http://redhat.com/rhel/7.6">
b64852
+    <short-id>rhel7.6</short-id>
b64852
+    <name>Red Hat Enterprise Linux 7.6</name>
b64852
+    <version>7.6</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
+    <codename>Maipo</codename>
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-7.6.*x86_64.*</volume-id>
b64852
+      </iso>
b64852
+      <kernel>isolinux/vmlinuz</kernel>
b64852
+      <initrd>isolinux/initrd.img</initrd>
b64852
+    </media>
b64852
+
b64852
+    <media arch="aarch64">
b64852
+       <iso>
b64852
+         <system-id>LINUX</system-id>
b64852
+         <volume-id>RHEL-7.6.*aarch64$</volume-id>
b64852
+       </iso>
b64852
+     </media>
b64852
+
b64852
+    <media arch="ppc64">
b64852
+       <iso>
b64852
+         <system-id>PPC</system-id>
b64852
+         <volume-id>RHEL[-_]7.6.*ppc64$</volume-id>
b64852
+       </iso>
b64852
+     </media>
b64852
+
b64852
+    <media arch="ppc64le">
b64852
+       <iso>
b64852
+         <system-id>PPC</system-id>
b64852
+         <volume-id>RHEL[-_]7.6.*ppc64le$</volume-id>
b64852
+       </iso>
b64852
+     </media>
b64852
+
b64852
+    <media arch="s390x">
b64852
+       <iso>
b64852
+         <system-id>LINUX</system-id>
b64852
+         <volume-id>RHEL-7.6.*s390x$</volume-id>
b64852
+       </iso>
b64852
+     </media>
b64852
+
b64852
+    <resources arch="ppc64">
b64852
+      <minimum>
b64852
+        <n-cpus>1</n-cpus>
b64852
+        <cpu>1000000000</cpu>
b64852
+        <ram>2147483648</ram>
b64852
+        <storage>10737418240</storage>
b64852
+      </minimum>
b64852
+
b64852
+      <recommended>
b64852
+        <cpu>4000000000</cpu>
b64852
+        <ram>2147483648</ram>
b64852
+        <storage>21474836480</storage>
b64852
+      </recommended>
b64852
+    </resources>
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.17.1
b64852