[Libosinfo] [osinfo-db PATCH 01/23] rhel-6.0: Add tree information
Cole Robinson
crobinso at redhat.com
Thu Feb 28 17:59:43 UTC 2019
On 2/26/19 11:05 AM, Fabiano Fidêncio wrote:
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> data/os/redhat.com/rhel-6.0.xml.in | 65 ++++++++++++++++++++++++++++++
> 1 file changed, 65 insertions(+)
>
> diff --git a/data/os/redhat.com/rhel-6.0.xml.in b/data/os/redhat.com/rhel-6.0.xml.in
> index 3029712..d37966f 100644
> --- a/data/os/redhat.com/rhel-6.0.xml.in
> +++ b/data/os/redhat.com/rhel-6.0.xml.in
> @@ -27,6 +27,13 @@
> <device id="http://pcisig.com/pci/8086/293e"/> <!-- ich9-hda -->
> </devices>
>
> + <variant id="server">
> + <name>Red Hat Enterprise Linux 6.0 (Server)</name>
> + </variant>
> + <variant id="workstation">
> + <name>Red Hat Enterprise Linux 6.0 (Workstation)</name>
> + </variant>
> +
> <media arch="i686">
> <iso>
> <system-id>LINUX</system-id>
> @@ -44,6 +51,64 @@
> <initrd>isolinux/initrd.img</initrd>
> </media>
>
> + <tree arch="ppc64">
> + <variant id="server"/>
> + <treeinfo>
> + <family>Red Hat Enterprise Linux</family>
> + <version>6.0</version>
> + <arch>ppc64</arch>
> + <variant>Server</variant>
> + </treeinfo>
> + </tree>
> +
> + <tree arch="s390x">
> + <variant id="server"/>
> + <treeinfo>
> + <family>Red Hat Enterprise Linux</family>
> + <version>6.0</version>
> + <arch>s390x</arch>
> + <variant>Server</variant>
> + </treeinfo>
> + </tree>
> +
> + <tree arch="i386">
The arch name from our RNG is i686, 'make check' would have caught this
Thanks,
Cole
More information about the Libosinfo
mailing list