[Libosinfo] [osinfo-db PATCH 19/23] rhel-7-unknown: Add tree information

Fabiano Fidêncio fidencio at redhat.com
Tue Feb 26 16:06:06 UTC 2019


Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/redhat.com/rhel-7-unknown.xml.in | 57 ++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/data/os/redhat.com/rhel-7-unknown.xml.in b/data/os/redhat.com/rhel-7-unknown.xml.in
index c436887..4708e10 100644
--- a/data/os/redhat.com/rhel-7-unknown.xml.in
+++ b/data/os/redhat.com/rhel-7-unknown.xml.in
@@ -12,6 +12,13 @@
     <upgrades id="http://redhat.com/rhel/7.6"/>
     <derives-from id="http://redhat.com/rhel/7.6"/>
 
+    <variant id="server">
+      <name>Red Hat Enterprise Linux 7 Unknown (Server)</name>
+    </variant>
+    <variant id="workstation">
+      <name>Red Hat Enterprise Linux 7 Unknown (Workstation)</name>
+    </variant>
+
     <media arch="x86_64">
       <iso>
         <system-id>LINUX</system-id>
@@ -49,6 +56,56 @@
        </iso>
      </media>
 
+    <tree arch="ppc64">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.([7-9]|[1-9][0-9])</version>
+        <arch>ppc64</arch>
+        <variant>Server</variant>
+      </treeinfo>
+    </tree>
+
+    <tree arch="ppc64le">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.([7-9]|[1-9][0-9])</version>
+        <arch>ppc64le</arch>
+        <variant>Server</variant>
+      </treeinfo>
+    </tree>
+
+    <tree arch="s390x">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.([7-9]|[1-9][0-9])</version>
+        <arch>s390x</arch>
+        <variant>Server</variant>
+      </treeinfo>
+    </tree>
+
+    <tree arch="x86_64">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.([7-9]|[1-9][0-9])</version>
+        <arch>x86_64</arch>
+        <variant>Server</variant>
+      </treeinfo>
+    </tree>
+
+    <tree arch="x86_64">
+      <variant id="workstation"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.([7-9]|[1-9][0-9])</version>
+        <arch>x86_64</arch>
+        <variant>Workstation</variant>
+      </treeinfo>
+    </tree>
+
     <resources arch="ppc64">
       <minimum>
         <n-cpus>1</n-cpus>
-- 
2.20.1




More information about the Libosinfo mailing list