Blame SOURCES/0002-rhel-7.8-Add-entry.patch

e21293
From bcce4c7bd04a9ebf0aec0e83b7137972c4bc4dec Mon Sep 17 00:00:00 2001
e21293
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
e21293
Date: Mon, 12 Aug 2019 14:42:48 +0200
e21293
Subject: [PATCH] rhel-7.8: Add entry
e21293
MIME-Version: 1.0
e21293
Content-Type: text/plain; charset=UTF-8
e21293
Content-Transfer-Encoding: 8bit
e21293
e21293
Together with this change, also update the rhel-7-unknown entry to match
e21293
7.9+.
e21293
e21293
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
e21293
---
e21293
 os/redhat.com/rhel-7-unknown.xml |  22 ++---
e21293
 os/redhat.com/rhel-7.8.xml       | 154 +++++++++++++++++++++++++++++++
e21293
 2 files changed, 165 insertions(+), 11 deletions(-)
e21293
 create mode 100644 os/redhat.com/rhel-7.8.xml
e21293
e21293
diff --git a/os/redhat.com/rhel-7-unknown.xml b/os/redhat.com/rhel-7-unknown.xml
e21293
index 5da2bec..189994a 100644
e21293
--- a/os/redhat.com/rhel-7-unknown.xml
e21293
+++ b/os/redhat.com/rhel-7-unknown.xml
e21293
@@ -19,13 +19,13 @@
e21293
     <family>linux</family>
e21293
     <distro>rhel</distro>
e21293
     <codename>Maipo</codename>
e21293
-    <upgrades id="http://redhat.com/rhel/7.7"/>
e21293
-    <derives-from id="http://redhat.com/rhel/7.7"/>
e21293
+    <upgrades id="http://redhat.com/rhel/7.8"/>
e21293
+    <derives-from id="http://redhat.com/rhel/7.8"/>
e21293
 
e21293
     <media arch="x86_64">
e21293
       <iso>
e21293
         <system-id>LINUX</system-id>
e21293
-        <volume-id>.*RHEL-7.([89]|[1-9][0-9]).*x86_64.*</volume-id>
e21293
+        <volume-id>.*RHEL-7.(9|[1-9][0-9]).*x86_64.*</volume-id>
e21293
       </iso>
e21293
       <kernel>isolinux/vmlinuz</kernel>
e21293
       <initrd>isolinux/initrd.img</initrd>
e21293
@@ -34,35 +34,35 @@
e21293
     <media arch="aarch64">
e21293
        <iso>
e21293
          <system-id>LINUX</system-id>
e21293
-         <volume-id>RHEL-7.([89]|[1-9][0-9]).*aarch64$</volume-id>
e21293
+         <volume-id>RHEL-7.(9|[1-9][0-9]).*aarch64$</volume-id>
e21293
        </iso>
e21293
      </media>
e21293
 
e21293
     <media arch="ppc64">
e21293
        <iso>
e21293
          <system-id>PPC</system-id>
e21293
-         <volume-id>RHEL[-_]7.([89]|[1-9][0-9]).*ppc64$</volume-id>
e21293
+         <volume-id>RHEL[-_]7.(9|[1-9][0-9]).*ppc64$</volume-id>
e21293
        </iso>
e21293
      </media>
e21293
 
e21293
     <media arch="ppc64le">
e21293
        <iso>
e21293
          <system-id>PPC</system-id>
e21293
-         <volume-id>RHEL[-_]7.([89]|[1-9][0-9]).*ppc64le$</volume-id>
e21293
+         <volume-id>RHEL[-_]7.(9|[1-9][0-9]).*ppc64le$</volume-id>
e21293
        </iso>
e21293
      </media>
e21293
 
e21293
     <media arch="s390x">
e21293
        <iso>
e21293
          <system-id>LINUX</system-id>
e21293
-         <volume-id>RHEL-7.([89]|[1-9][0-9]).*s390x$</volume-id>
e21293
+         <volume-id>RHEL-7.(9|[1-9][0-9]).*s390x$</volume-id>
e21293
        </iso>
e21293
      </media>
e21293
 
e21293
     <tree arch="ppc64">
e21293
       <treeinfo>
e21293
         <family>Red Hat Enterprise Linux</family>
e21293
-        <version>^7.([89]|[1-9][0-9])$</version>
e21293
+        <version>^7.(9|[1-9][0-9])$</version>
e21293
         <arch>ppc64</arch>
e21293
       </treeinfo>
e21293
     </tree>
e21293
@@ -70,7 +70,7 @@
e21293
     <tree arch="ppc64le">
e21293
       <treeinfo>
e21293
         <family>Red Hat Enterprise Linux</family>
e21293
-        <version>^7.([89]|[1-9][0-9])$</version>
e21293
+        <version>^7.(9|[1-9][0-9])$</version>
e21293
         <arch>ppc64le</arch>
e21293
       </treeinfo>
e21293
     </tree>
e21293
@@ -78,7 +78,7 @@
e21293
     <tree arch="s390x">
e21293
       <treeinfo>
e21293
         <family>Red Hat Enterprise Linux</family>
e21293
-        <version>^7.([89]|[1-9][0-9])$</version>
e21293
+        <version>^7.(9|[1-9][0-9])$</version>
e21293
         <arch>s390x</arch>
e21293
       </treeinfo>
e21293
     </tree>
e21293
@@ -86,7 +86,7 @@
e21293
     <tree arch="x86_64">
e21293
       <treeinfo>
e21293
         <family>Red Hat Enterprise Linux</family>
e21293
-        <version>^7.([89]|[1-9][0-9])$</version>
e21293
+        <version>^7.(9|[1-9][0-9])$</version>
e21293
         <arch>x86_64</arch>
e21293
       </treeinfo>
e21293
     </tree>
e21293
diff --git a/os/redhat.com/rhel-7.8.xml b/os/redhat.com/rhel-7.8.xml
e21293
new file mode 100644
e21293
index 0000000..e75ddee
e21293
--- /dev/null
e21293
+++ b/os/redhat.com/rhel-7.8.xml
e21293
@@ -0,0 +1,154 @@
e21293
+
e21293
+<libosinfo version="0.0.1">
e21293
+
e21293
+  <os id="http://redhat.com/rhel/7.8">
e21293
+    <short-id>rhel7.8</short-id>
e21293
+    <name>Red Hat Enterprise Linux 7.8</name>
e21293
+    <version>7.8</version>
e21293
+    <vendor>Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="ca">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="de">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="es">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="fr">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="id">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="it">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="ja">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="pl">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="pt_BR">Red Hat, Inc</vendor>
e21293
+    <vendor xml:lang="uk">Red Hat, Inc</vendor>
e21293
+    <family>linux</family>
e21293
+    <distro>rhel</distro>
e21293
+    <codename>Maipo</codename>
e21293
+    <upgrades id="http://redhat.com/rhel/7.7"/>
e21293
+    <derives-from id="http://redhat.com/rhel/7.7"/>
e21293
+
e21293
+    <release-date>2019-08-06</release-date>
e21293
+
e21293
+    <media arch="x86_64">
e21293
+      <iso>
e21293
+        <system-id>LINUX</system-id>
e21293
+        <volume-id>.*RHEL-7.8.*x86_64.*</volume-id>
e21293
+      </iso>
e21293
+      <kernel>isolinux/vmlinuz</kernel>
e21293
+      <initrd>isolinux/initrd.img</initrd>
e21293
+    </media>
e21293
+
e21293
+    <media arch="aarch64">
e21293
+       <iso>
e21293
+         <system-id>LINUX</system-id>
e21293
+         <volume-id>RHEL-7.8.*aarch64$</volume-id>
e21293
+       </iso>
e21293
+     </media>
e21293
+
e21293
+    <media arch="ppc64">
e21293
+       <iso>
e21293
+         <system-id>PPC</system-id>
e21293
+         <volume-id>RHEL[-_]7.8.*ppc64$</volume-id>
e21293
+       </iso>
e21293
+     </media>
e21293
+
e21293
+    <media arch="ppc64le">
e21293
+       <iso>
e21293
+         <system-id>PPC</system-id>
e21293
+         <volume-id>RHEL[-_]7.8.*ppc64le$</volume-id>
e21293
+       </iso>
e21293
+     </media>
e21293
+
e21293
+    <media arch="s390x">
e21293
+       <iso>
e21293
+         <system-id>LINUX</system-id>
e21293
+         <volume-id>RHEL-7.8.*s390x$</volume-id>
e21293
+       </iso>
e21293
+     </media>
e21293
+
e21293
+    <tree arch="ppc64">
e21293
+      <treeinfo>
e21293
+        <family>Red Hat Enterprise Linux$</family>
e21293
+        <version>^7.8$</version>
e21293
+        <arch>ppc64$</arch>
e21293
+      </treeinfo>
e21293
+    </tree>
e21293
+
e21293
+    <tree arch="ppc64le">
e21293
+      <treeinfo>
e21293
+        <family>Red Hat Enterprise Linux$</family>
e21293
+        <version>^7.8$</version>
e21293
+        <arch>ppc64le</arch>
e21293
+      </treeinfo>
e21293
+    </tree>
e21293
+
e21293
+    <tree arch="s390x">
e21293
+      <treeinfo>
e21293
+        <family>Red Hat Enterprise Linux$</family>
e21293
+        <version>^7.8$</version>
e21293
+        <arch>s390x</arch>
e21293
+      </treeinfo>
e21293
+    </tree>
e21293
+
e21293
+    <tree arch="x86_64">
e21293
+      <treeinfo>
e21293
+        <family>Red Hat Enterprise Linux$</family>
e21293
+        <version>^7.8$</version>
e21293
+        <arch>x86_64</arch>
e21293
+      </treeinfo>
e21293
+    </tree>
e21293
+
e21293
+    <resources arch="ppc64">
e21293
+      <minimum>
e21293
+        <n-cpus>1</n-cpus>
e21293
+        <cpu>1000000000</cpu>
e21293
+        <ram>2147483648</ram>
e21293
+        <storage>10737418240</storage>
e21293
+      </minimum>
e21293
+
e21293
+      <recommended>
e21293
+        <cpu>4000000000</cpu>
e21293
+        <ram>2147483648</ram>
e21293
+        <storage>21474836480</storage>
e21293
+      </recommended>
e21293
+    </resources>
e21293
+
e21293
+    <resources arch="ppc64le">
e21293
+      <minimum>
e21293
+        <n-cpus>1</n-cpus>
e21293
+        <cpu>1000000000</cpu>
e21293
+        <ram>2147483648</ram>
e21293
+        <storage>10737418240</storage>
e21293
+      </minimum>
e21293
+
e21293
+      <recommended>
e21293
+        <cpu>4000000000</cpu>
e21293
+        <ram>2147483648</ram>
e21293
+        <storage>21474836480</storage>
e21293
+      </recommended>
e21293
+    </resources>
e21293
+
e21293
+    <resources arch="all">
e21293
+      <minimum>
e21293
+        <n-cpus>1</n-cpus>
e21293
+        <cpu>1000000000</cpu>
e21293
+        <ram>1073741824</ram>
e21293
+        <storage>10737418240</storage>
e21293
+      </minimum>
e21293
+
e21293
+      <recommended>
e21293
+        <cpu>1000000000</cpu>
e21293
+        <ram>1073741824</ram>
e21293
+        <storage>10737418240</storage>
e21293
+      </recommended>
e21293
+
e21293
+      <maximum>
e21293
+        <ram>13194139533312</ram>
e21293
+      </maximum>
e21293
+
e21293
+      <network-install>
e21293
+        <ram>1610612736</ram>
e21293
+      </network-install>
e21293
+    </resources>
e21293
+
e21293
+    <installer>
e21293
+      <script id='http://redhat.com/rhel/kickstart/jeos'/>
e21293
+      <script id='http://redhat.com/rhel/kickstart/desktop'/>
e21293
+    </installer>
e21293
+  </os>
e21293
+</libosinfo>
e21293
-- 
e21293
2.21.0
e21293