[Libosinfo] [osinfo-db PATCH 21/23] rhel-8.0: Add tree information
Fabiano Fidêncio
fidencio at redhat.com
Tue Feb 26 16:06:08 UTC 2019
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
data/os/redhat.com/rhel-8.0.xml.in | 79 ++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
diff --git a/data/os/redhat.com/rhel-8.0.xml.in b/data/os/redhat.com/rhel-8.0.xml.in
index 16a4dd8..4f768ba 100644
--- a/data/os/redhat.com/rhel-8.0.xml.in
+++ b/data/os/redhat.com/rhel-8.0.xml.in
@@ -36,6 +36,13 @@
<device id="http://pcisig.com/pci/8086/293e"/> <!-- ich9-hda -->
</devices>
+ <variant id="baseos">
+ <name>Red Hat Enterprise Linux 8.0 (BaseOS)</name>
+ </variant>
+ <variant id="appstream">
+ <name>Red Hat Enterprise Linux 8.0 (AppStream)</name>
+ </variant>
+
<media arch="x86_64">
<iso>
<system-id>LINUX</system-id>
@@ -68,11 +75,83 @@
</iso>
</media>
+ <tree arch="aarch64">
+ <variant id="appstream"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>aarch64</arch>
+ <variant>AppStream</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="ppc64le">
+ <variant id="appstream"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>ppc64le</arch>
+ <variant>AppStream</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="s390x">
+ <variant id="appstream"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>s390x</arch>
+ <variant>AppStream</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="x86_64">
+ <variant id="appstream"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>x86_64</arch>
+ <variant>AppStream</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="aarch64">
+ <variant id="baseos"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>aarch64</arch>
+ <variant>BaseOS</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="ppc64le">
+ <variant id="baseos"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>ppc64le</arch>
+ <variant>BaseOS</variant>
+ </treeinfo>
+ </tree>
+
+ <tree arch="s390x">
+ <variant id="baseos"/>
+ <treeinfo>
+ <family>Red Hat Enterprise Linux</family>
+ <version>8.0$</version>
+ <arch>s390x</arch>
+ <variant>BaseOS</variant>
+ </treeinfo>
+ </tree>
+
<tree arch="x86_64">
+ <variant id="baseos"/>
<treeinfo>
<family>Red Hat Enterprise Linux</family>
<version>8.0$</version>
<arch>x86_64</arch>
+ <variant>BaseOS</variant>
</treeinfo>
</tree>
--
2.20.1
More information about the Libosinfo
mailing list