[Libosinfo] [osinfo-db PATCH 12/23] rhel-7.0: Add tree information

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


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

diff --git a/data/os/redhat.com/rhel-7.0.xml.in b/data/os/redhat.com/rhel-7.0.xml.in
index 1c79e35..db45d19 100644
--- a/data/os/redhat.com/rhel-7.0.xml.in
+++ b/data/os/redhat.com/rhel-7.0.xml.in
@@ -13,6 +13,13 @@
 
     <release-date>2014-06-10</release-date>
 
+    <variant id="server">
+      <name>Red Hat Enterprise Linux 7.0 (Server)</name>
+    </variant>
+    <variant id="workstation">
+      <name>Red Hat Enterprise Linux 7.0 (Workstation)</name>
+    </variant>
+
     <devices>
       <device id="http://pcisig.com/pci/1b36/0100"/> <!-- qxl -->
       <device id="http://pcisig.com/pci/8086/2415"/> <!-- ac97 -->
@@ -44,6 +51,46 @@
        <initrd>isolinux/initrd.img</initrd>
      </media>
 
+    <tree arch="ppc64">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.0</version>
+        <arch>ppc64</arch>
+        <variant>Server</variant>
+      </treeinfo>
+    </tree>
+
+    <tree arch="s390x">
+      <variant id="server"/>
+      <treeinfo>
+        <family>Red Hat Enterprise Linux</family>
+        <version>7.0</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.0</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.0</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