<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2025-40186</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2025-40186</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>2</Number>
        <Date>2026-03-05T00:38:20Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-12-23T00:22:43Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T00:38:20Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2025-40186</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">In the Linux kernel, the following vulnerability has been resolved:

tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().

syzbot reported the splat below in tcp_conn_request(). [0]

If a listener is close()d while a TFO socket is being processed in
tcp_conn_request(), inet_csk_reqsk_queue_add() does not set reqsk-&gt;sk
and calls inet_child_forget(), which calls tcp_disconnect() for the
TFO socket.

After the cited commit, tcp_disconnect() calls reqsk_fastopen_remove(),
where reqsk_put() is called due to !reqsk-&gt;sk.

Then, reqsk_fastopen_remove() in tcp_conn_request() decrements the
last req-&gt;rsk_refcnt and frees reqsk, and __reqsk_free() at the
drop_and_free label causes the refcount underflow for the listener
and double-free of the reqsk.

Let's remove reqsk_fastopen_remove() in tcp_conn_request().

Note that other callers make sure tp-&gt;fastopen_rsk is not NULL.

[0]:
refcount_t: underflow; use-after-free.
WARNING: CPU: 12 PID: 5563 at lib/refcount.c:28 refcount_warn_saturate (lib/refcount.c:28)
Modules linked in:
CPU: 12 UID: 0 PID: 5563 Comm: syz-executor Not tainted syzkaller #0 PREEMPT(full)
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/12/2025
RIP: 0010:refcount_warn_saturate (lib/refcount.c:28)
Code: ab e8 8e b4 98 ff 0f 0b c3 cc cc cc cc cc 80 3d a4 e4 d6 01 00 75 9c c6 05 9b e4 d6 01 01 48 c7 c7 e8 df fb ab e8 6a b4 98 ff &lt;0f&gt; 0b e9 03 5b 76 00 cc 80 3d 7d e4 d6 01 00 0f 85 74 ff ff ff c6
RSP: 0018:ffffa79fc0304a98 EFLAGS: 00010246
RAX: d83af4db1c6b3900 RBX: ffff9f65c7a69020 RCX: d83af4db1c6b3900
RDX: 0000000000000000 RSI: 00000000ffff7fff RDI: ffffffffac78a280
RBP: 000000009d781b60 R08: 0000000000007fff R09: ffffffffac6ca280
R10: 0000000000017ffd R11: 0000000000000004 R12: ffff9f65c7b4f100
R13: ffff9f65c7d23c00 R14: ffff9f65c7d26000 R15: ffff9f65c7a64ef8
FS:  00007f9f962176c0(0000) GS:ffff9f65fcf00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000000180 CR3: 000000000dbbe006 CR4: 0000000000372ef0
Call Trace:
 &lt;IRQ&gt;
 tcp_conn_request (./include/linux/refcount.h:400 ./include/linux/refcount.h:432 ./include/linux/refcount.h:450 ./include/net/sock.h:1965 ./include/net/request_sock.h:131 net/ipv4/tcp_input.c:7301)
 tcp_rcv_state_process (net/ipv4/tcp_input.c:6708)
 tcp_v6_do_rcv (net/ipv6/tcp_ipv6.c:1670)
 tcp_v6_rcv (net/ipv6/tcp_ipv6.c:1906)
 ip6_protocol_deliver_rcu (net/ipv6/ip6_input.c:438)
 ip6_input (net/ipv6/ip6_input.c:500)
 ipv6_rcv (net/ipv6/ip6_input.c:311)
 __netif_receive_skb (net/core/dev.c:6104)
 process_backlog (net/core/dev.c:6456)
 __napi_poll (net/core/dev.c:7506)
 net_rx_action (net/core/dev.c:7569 net/core/dev.c:7696)
 handle_softirqs (kernel/softirq.c:579)
 do_softirq (kernel/softirq.c:480)
 &lt;/IRQ&gt;</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023538.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4393-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023573.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4422-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023640.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4505-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023647.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4515-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023646.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4516-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023649.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4517-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023651.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4521-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024154.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0487-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024153.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0489-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024152.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0490-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024151.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0491-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024264.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0515-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024257.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0518-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024256.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0521-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024255.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0524-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024254.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0525-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024247.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0543-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024245.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0546-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024267.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0548-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024266.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0550-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024265.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0551-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024271.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0554-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024270.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0555-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024269.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0556-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024268.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0557-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024277.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0560-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024276.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0561-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023715.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20012-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023727.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20015-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023723.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20021-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023767.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20039-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023751.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20059-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024161.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20334-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044344.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20455-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044343.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20456-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044342.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20457-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044341.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20458-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044340.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20459-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044339.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20460-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044338.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20461-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044337.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20462-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044336.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20463-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044335.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20464-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044334.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20465-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044333.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20466-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044332.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20467-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044331.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20468-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044330.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20469-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044329.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20470-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044328.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20471-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044327.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20472-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2026-February/044326.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20473-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024408.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20478-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024477.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20496-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024475.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20499-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024474.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20500-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024473.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20501-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024472.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20502-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024471.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20503-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024470.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20504-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024469.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20505-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024468.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20506-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024467.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20507-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024466.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20508-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024464.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20511-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024463.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20512-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024462.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20513-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024461.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20514-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024460.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20515-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024459.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20516-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024458.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20517-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024457.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20518-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024456.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20519-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
        <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">
        <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">
        <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">
        <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">
        <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">
        <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">
        <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">
        <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro">
      <Branch Type="Product Name" Name="Image SL-Micro">
        <FullProductName ProductID="Image SL-Micro">Image SL-Micro</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Azure">
      <Branch Type="Product Name" Name="Image SL-Micro-Azure">
        <FullProductName ProductID="Image SL-Micro-Azure">Image SL-Micro-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-Azure">
        <FullProductName ProductID="Image SL-Micro-BYOS-Azure">Image SL-Micro-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-EC2">
        <FullProductName ProductID="Image SL-Micro-BYOS-EC2">Image SL-Micro-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-GCE">
        <FullProductName ProductID="Image SL-Micro-BYOS-GCE">Image SL-Micro-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base">
      <Branch Type="Product Name" Name="Image SL-Micro-Base">
        <FullProductName ProductID="Image SL-Micro-Base">Image SL-Micro-Base</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT">
        <FullProductName ProductID="Image SL-Micro-Base-RT">Image SL-Micro-Base-RT</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall">Image SL-Micro-Base-RT-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT-encrypted">
        <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted">Image SL-Micro-Base-RT-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Base-SelfInstall">Image SL-Micro-Base-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-encrypted">
        <FullProductName ProductID="Image SL-Micro-Base-encrypted">Image SL-Micro-Base-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-qcow">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-qcow">
        <FullProductName ProductID="Image SL-Micro-Base-qcow">Image SL-Micro-Base-qcow</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default">
      <Branch Type="Product Name" Name="Image SL-Micro-Default">
        <FullProductName ProductID="Image SL-Micro-Default">Image SL-Micro-Default</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Default-SelfInstall">Image SL-Micro-Default-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-encrypted">
        <FullProductName ProductID="Image SL-Micro-Default-encrypted">Image SL-Micro-Default-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-qcow">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-qcow">
        <FullProductName ProductID="Image SL-Micro-Default-qcow">Image SL-Micro-Default-qcow</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-EC2">
      <Branch Type="Product Name" Name="Image SL-Micro-EC2">
        <FullProductName ProductID="Image SL-Micro-EC2">Image SL-Micro-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro">
      <Branch Type="Product Name" Name="Image SLE-Micro">
        <FullProductName ProductID="Image SLE-Micro">Image SLE-Micro</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-Azure">
      <Branch Type="Product Name" Name="Image SLE-Micro-Azure">
        <FullProductName ProductID="Image SLE-Micro-Azure">Image SLE-Micro-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS">
        <FullProductName ProductID="Image SLE-Micro-BYOS">Image SLE-Micro-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-Azure">
        <FullProductName ProductID="Image SLE-Micro-BYOS-Azure">Image SLE-Micro-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-EC2">
        <FullProductName ProductID="Image SLE-Micro-BYOS-EC2">Image SLE-Micro-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-GCE">
        <FullProductName ProductID="Image SLE-Micro-BYOS-GCE">Image SLE-Micro-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-EC2">
      <Branch Type="Product Name" Name="Image SLE-Micro-EC2">
        <FullProductName ProductID="Image SLE-Micro-EC2">Image SLE-Micro-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-GCE">
      <Branch Type="Product Name" Name="Image SLE-Micro-GCE">
        <FullProductName ProductID="Image SLE-Micro-GCE">Image SLE-Micro-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES-Azure-3P">
        <FullProductName ProductID="Image SLES-Azure-3P">Image SLES-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES-Azure-Basic">
        <FullProductName ProductID="Image SLES-Azure-Basic">Image SLES-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES-Azure-Standard">
        <FullProductName ProductID="Image SLES-Azure-Standard">Image SLES-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-BYOS-Azure">
        <FullProductName ProductID="Image SLES-BYOS-Azure">Image SLES-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-BYOS-EC2">
        <FullProductName ProductID="Image SLES-BYOS-EC2">Image SLES-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-BYOS-GCE">
        <FullProductName ProductID="Image SLES-BYOS-GCE">Image SLES-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun">Image SLES-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure">Image SLES-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2">Image SLES-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE">Image SLES-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC">Image SLES-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud">Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-EC2">
      <Branch Type="Product Name" Name="Image SLES-EC2">
        <FullProductName ProductID="Image SLES-EC2">Image SLES-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-GCE">
      <Branch Type="Product Name" Name="Image SLES-GCE">
        <FullProductName ProductID="Image SLES-GCE">Image SLES-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-Azure">Image SLES-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-EC2">Image SLES-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-GCE">Image SLES-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAP-Azure">
        <FullProductName ProductID="Image SLES-SAP-Azure">Image SLES-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES-SAP-Azure-3P">Image SLES-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES-SAP-BYOS-Azure">Image SLES-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES-SAP-BYOS-EC2">Image SLES-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES-SAP-BYOS-GCE">Image SLES-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAP-GCE">
        <FullProductName ProductID="Image SLES-SAP-GCE">Image SLES-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES-SAPCAL-Azure">Image SLES-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES-SAPCAL-EC2">Image SLES-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES-SAPCAL-GCE">Image SLES-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS">Image SLES12-SP5-Azure-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-HPC-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-BYOS">Image SLES12-SP5-Azure-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-SAP-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS">Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-SAP-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-SAP-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand">Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-EC2-BYOS">Image SLES12-SP5-EC2-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-ECS-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-ECS-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-EC2-ECS-On-Demand">Image SLES12-SP5-EC2-ECS-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-EC2-On-Demand">Image SLES12-SP5-EC2-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-SAP-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-SAP-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand">Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-GCE-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-GCE-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-GCE-BYOS">Image SLES12-SP5-GCE-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-GCE-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-GCE-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-GCE-On-Demand">Image SLES12-SP5-GCE-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-GCE-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-GCE-SAP-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS">Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-GCE-SAP-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-GCE-SAP-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand">Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6">
      <Branch Type="Product Name" Name="Image SLES15-SP6">
        <FullProductName ProductID="Image SLES15-SP6">Image SLES15-SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-Azure-3P">Image SLES15-SP6-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Basic">Image SLES15-SP6-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Standard">Image SLES15-SP6-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-BYOS">Image SLES15-SP6-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure">Image SLES15-SP6-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2">Image SLES15-SP6-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE">Image SLES15-SP6-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS">Image SLES15-SP6-CHOST-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun">Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure">Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2">Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE">Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC">Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2">
        <FullProductName ProductID="Image SLES15-SP6-EC2">Image SLES15-SP6-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM">Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-GCE">
        <FullProductName ProductID="Image SLES15-SP6-GCE">Image SLES15-SP6-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC">
        <FullProductName ProductID="Image SLES15-SP6-HPC">Image SLES15-SP6-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-Azure">Image SLES15-SP6-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS">Image SLES15-SP6-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure">Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2">Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE">Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-EC2">Image SLES15-SP6-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-GCE">Image SLES15-SP6-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS">Image SLES15-SP6-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure">Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2">Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE">Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP">
        <FullProductName ProductID="Image SLES15-SP6-SAP">Image SLES15-SP6-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure">Image SLES15-SP6-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P">Image SLES15-SP6-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS">Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS">Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS">Image SLES15-SP6-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure">Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2">Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE">Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-EC2">Image SLES15-SP6-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-GCE">Image SLES15-SP6-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened">Image SLES15-SP6-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure">Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS">Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2">Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE">Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL">Image SLES15-SP6-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure">Image SLES15-SP6-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2">Image SLES15-SP6-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE">Image SLES15-SP6-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-Azure-3P">Image SLES15-SP7-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Basic">Image SLES15-SP7-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Standard">Image SLES15-SP7-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure">Image SLES15-SP7-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2">Image SLES15-SP7-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE">Image SLES15-SP7-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun">Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure">Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2">Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE">Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC">Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2">
        <FullProductName ProductID="Image SLES15-SP7-EC2">Image SLES15-SP7-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM">Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE">
        <FullProductName ProductID="Image SLES15-SP7-GCE">Image SLES15-SP7-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-GCE-3P">Image SLES15-SP7-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-Azure">Image SLES15-SP7-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure">Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2">Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE">Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure">Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2">Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE">Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure">Image SLES15-SP7-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P">Image SLES15-SP7-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure">Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2">Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE">Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-EC2">Image SLES15-SP7-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE">Image SLES15-SP7-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P">Image SLES15-SP7-SAP-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure">Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE">Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure">Image SLES15-SP7-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2">Image SLES15-SP7-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE">Image SLES15-SP7-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SLES-LTSS-TERADATA 15 SP2">
      <Branch Type="Product Name" Name="SLES-LTSS-TERADATA 15 SP2">
        <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2" CPE="cpe:/o:suse:sles-ltss-teradata:15:sp2">SLES-LTSS-TERADATA 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 8">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 8">
        <FullProductName ProductID="SUSE Liberty Linux 8" CPE="cpe:/o:suse:sll:8">SUSE Liberty Linux 8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP6" CPE="cpe:/o:suse:sle-ha:15:sp6">SUSE Linux Enterprise High Availability Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7" CPE="cpe:/o:suse:sle-ha:15:sp7">SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0" CPE="cpe:/o:suse:sle-ha:16.0">SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP6" CPE="cpe:/o:suse:sle-module-legacy:15:sp6">SUSE Linux Enterprise Module for Legacy 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5" CPE="cpe:/o:suse:sle-live-patching:12:sp5">SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3" CPE="cpe:/o:suse:sle-module-live-patching:15:sp3">SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4" CPE="cpe:/o:suse:sle-module-live-patching:15:sp4">SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5" CPE="cpe:/o:suse:sle-module-live-patching:15:sp5">SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6" CPE="cpe:/o:suse:sle-module-live-patching:15:sp6">SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7" CPE="cpe:/o:suse:sle-module-live-patching:15:sp7">SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.0">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.0" CPE="cpe:/o:suse:suse-microos:5.0">SUSE Linux Enterprise Micro 5.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.1">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1" CPE="cpe:/o:suse:suse-microos:5.1">SUSE Linux Enterprise Micro 5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP6">
      <Branch Type="Product Name" Name="SUSE Real Time Module 15 SP6">
        <FullProductName ProductID="SUSE Real Time Module 15 SP6" CPE="cpe:/o:suse:sle-module-rt:15:sp6">SUSE Real Time Module 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP7">
      <Branch Type="Product Name" Name="SUSE Real Time Module 15 SP7">
        <FullProductName ProductID="SUSE Real Time Module 15 SP7" CPE="cpe:/o:suse:sle-module-rt:15:sp7">SUSE Real Time Module 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS" CPE="cpe:/o:suse:suse_sles_ltss:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE" CPE="cpe:/o:suse:suse_sles_ltss-extreme-core:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp2">SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp4">SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP6" CPE="cpe:/o:suse:sle-module-legacy:15:sp6">SUSE Linux Enterprise Module for Legacy 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP6" CPE="cpe:/o:suse:sle-module-legacy:15:sp6">SUSE Linux Enterprise Module for Legacy 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP applications 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP applications 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0" CPE="cpe:/o:suse:sles:16:16.0:server-sap">SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.2">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.2">
        <FullProductName ProductID="SUSE Linux Micro 6.2" CPE="cpe:/o:suse:sles:16:16.0:transactional">SUSE Linux Micro 6.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy LTS 4.3">
        <FullProductName ProductID="SUSE Manager Proxy LTS 4.3" CPE="cpe:/o:suse:suse-manager-proxy-lts:4.3">SUSE Manager Proxy LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server-lts:4.3">SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-server-lts:4.3">SUSE Manager Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 16.0">
      <Branch Type="Product Name" Name="openSUSE Leap 16.0">
        <FullProductName ProductID="openSUSE Leap 16.0">openSUSE Leap 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="CHOST Images">
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220715-x86-64" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220715-x86-64">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220715-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220718-x86-64">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220718-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220411-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220411-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220411-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220510-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220510-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220608-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220608-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220608-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220708-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220708-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220708-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220718-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220818-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220916-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221019-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221019-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221019-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221118-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221215-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230313-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230313-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230313-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230613-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230613-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230613-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240807-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240807-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240807-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240912-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240912-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220718-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220818-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220916-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221018-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221018-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221018-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221118-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220715-x86_64">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220715-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220718-x86_64">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220718-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220411-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220411-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220510-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220609-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220609-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220708-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220708-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220718-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220818-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220818-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220916-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220921-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220921-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221019-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221019-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221119-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221119-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221215-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230313-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230313-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230613-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230613-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240807-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240807-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240912-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240912-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220718-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220819-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220819-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220916-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220923-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220923-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221018-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221018-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221118-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221118-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-x86_64</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="NetworkManager-1.42.6-slfo.1.1_2.1">
      <FullProductName ProductID="NetworkManager-1.42.6-slfo.1.1_2.1" CPE="cpe:2.3:a:gnome:networkmanager:1.42.6:*:*:*:*:*:*:*">NetworkManager-1.42.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="NetworkManager-tui-1.42.6-slfo.1.1_2.1">
      <FullProductName ProductID="NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="NetworkManager-wwan-1.42.6-slfo.1.1_2.1">
      <FullProductName ProductID="NetworkManager-wwan-1.42.6-slfo.1.1_2.1">NetworkManager-wwan-1.42.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bpftool-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="bpftool-4.18.0-553.87.1.el8_10">bpftool-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="cluster-md-kmp-64kb-6.12.0-160000.8.1">cluster-md-kmp-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="cluster-md-kmp-64kb-6.4.0-150600.23.81.3">cluster-md-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="cluster-md-kmp-azure-6.4.0-150600.8.58.1">cluster-md-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default">
      <FullProductName ProductID="cluster-md-kmp-default">cluster-md-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-4.12.14-122.283.1">
      <FullProductName ProductID="cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-6.12.0-160000.8.1">
      <FullProductName ProductID="cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="cluster-md-kmp-rt-6.12.0-160000.8.1">cluster-md-kmp-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="cluster-md-kmp-rt-6.4.0-150600.10.61.1">cluster-md-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="cluster-md-kmp-rt-6.4.0-150700.7.25.1">cluster-md-kmp-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="dlm-kmp-64kb-6.12.0-160000.8.1">dlm-kmp-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="dlm-kmp-64kb-6.4.0-150600.23.81.3">dlm-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="dlm-kmp-azure-6.4.0-150600.8.58.1">dlm-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default">
      <FullProductName ProductID="dlm-kmp-default">dlm-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-4.12.14-122.283.1">
      <FullProductName ProductID="dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-6.12.0-160000.8.1">
      <FullProductName ProductID="dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="dlm-kmp-rt-6.12.0-160000.8.1">dlm-kmp-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="dlm-kmp-rt-6.4.0-150600.10.61.1">dlm-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="dlm-kmp-rt-6.4.0-150700.7.25.1">dlm-kmp-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-allwinner-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-allwinner-6.12.0-160000.8.1">dtb-allwinner-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-allwinner-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-allwinner-6.4.0-150600.23.81.1">dtb-allwinner-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-altera-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-altera-6.12.0-160000.8.1">dtb-altera-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-altera-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-altera-6.4.0-150600.23.81.1">dtb-altera-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amazon-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-amazon-6.12.0-160000.8.1">dtb-amazon-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amazon-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-amazon-6.4.0-150600.23.81.1">dtb-amazon-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amd-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-amd-6.12.0-160000.8.1">dtb-amd-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amd-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-amd-6.4.0-150600.23.81.1">dtb-amd-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amlogic-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-amlogic-6.12.0-160000.8.1">dtb-amlogic-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amlogic-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-amlogic-6.4.0-150600.23.81.1">dtb-amlogic-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-apm-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-apm-6.12.0-160000.8.1">dtb-apm-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-apm-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-apm-6.4.0-150600.23.81.1">dtb-apm-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-apple-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-apple-6.12.0-160000.8.1">dtb-apple-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-apple-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-apple-6.4.0-150600.23.81.1">dtb-apple-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-arm-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-arm-6.12.0-160000.8.1">dtb-arm-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-arm-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-arm-6.4.0-150600.23.81.1">dtb-arm-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-broadcom-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-broadcom-6.12.0-160000.8.1">dtb-broadcom-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-broadcom-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-broadcom-6.4.0-150600.23.81.1">dtb-broadcom-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-cavium-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-cavium-6.12.0-160000.8.1">dtb-cavium-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-cavium-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-cavium-6.4.0-150600.23.81.1">dtb-cavium-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-exynos-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-exynos-6.12.0-160000.8.1">dtb-exynos-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-exynos-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-exynos-6.4.0-150600.23.81.1">dtb-exynos-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-freescale-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-freescale-6.12.0-160000.8.1">dtb-freescale-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-freescale-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-freescale-6.4.0-150600.23.81.1">dtb-freescale-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-hisilicon-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-hisilicon-6.12.0-160000.8.1">dtb-hisilicon-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-hisilicon-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-hisilicon-6.4.0-150600.23.81.1">dtb-hisilicon-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-lg-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-lg-6.12.0-160000.8.1">dtb-lg-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-lg-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-lg-6.4.0-150600.23.81.1">dtb-lg-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-marvell-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-marvell-6.12.0-160000.8.1">dtb-marvell-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-marvell-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-marvell-6.4.0-150600.23.81.1">dtb-marvell-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-mediatek-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-mediatek-6.12.0-160000.8.1">dtb-mediatek-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-mediatek-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-mediatek-6.4.0-150600.23.81.1">dtb-mediatek-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-nvidia-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-nvidia-6.12.0-160000.8.1">dtb-nvidia-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-nvidia-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-nvidia-6.4.0-150600.23.81.1">dtb-nvidia-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-qcom-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-qcom-6.12.0-160000.8.1">dtb-qcom-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-qcom-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-qcom-6.4.0-150600.23.81.1">dtb-qcom-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-renesas-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-renesas-6.12.0-160000.8.1">dtb-renesas-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-renesas-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-renesas-6.4.0-150600.23.81.1">dtb-renesas-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-rockchip-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-rockchip-6.12.0-160000.8.1">dtb-rockchip-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-rockchip-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-rockchip-6.4.0-150600.23.81.1">dtb-rockchip-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-socionext-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-socionext-6.12.0-160000.8.1">dtb-socionext-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-socionext-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-socionext-6.4.0-150600.23.81.1">dtb-socionext-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-sprd-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-sprd-6.12.0-160000.8.1">dtb-sprd-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-sprd-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-sprd-6.4.0-150600.23.81.1">dtb-sprd-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-xilinx-6.12.0-160000.8.1">
      <FullProductName ProductID="dtb-xilinx-6.12.0-160000.8.1">dtb-xilinx-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-xilinx-6.4.0-150600.23.81.1">
      <FullProductName ProductID="dtb-xilinx-6.4.0-150600.23.81.1">dtb-xilinx-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="gfs2-kmp-64kb-6.12.0-160000.8.1">gfs2-kmp-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="gfs2-kmp-64kb-6.4.0-150600.23.81.3">gfs2-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="gfs2-kmp-azure-6.4.0-150600.8.58.1">gfs2-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default">
      <FullProductName ProductID="gfs2-kmp-default">gfs2-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-4.12.14-122.283.1">
      <FullProductName ProductID="gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-6.12.0-160000.8.1">
      <FullProductName ProductID="gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="gfs2-kmp-rt-6.12.0-160000.8.1">gfs2-kmp-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="gfs2-kmp-rt-6.4.0-150600.10.61.1">gfs2-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="gfs2-kmp-rt-6.4.0-150700.7.25.1">gfs2-kmp-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-4.18.0-553.87.1.el8_10">kernel-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-64kb-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-64kb-6.4.0-150600.23.81.3" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-64kb-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-64kb-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-64kb-devel-6.4.0-150600.23.81.3">kernel-64kb-devel-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-64kb-devel-6.4.0-150700.53.25.1">kernel-64kb-devel-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-extra-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-64kb-extra-6.12.0-160000.8.1">kernel-64kb-extra-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-extra-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-64kb-extra-6.4.0-150600.23.81.3">kernel-64kb-extra-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-optional-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-64kb-optional-6.12.0-160000.8.1">kernel-64kb-optional-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-optional-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-64kb-optional-6.4.0-150600.23.81.3">kernel-64kb-optional-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-abi-stablelists-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-abi-stablelists-4.18.0-553.87.1.el8_10">kernel-abi-stablelists-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-azure-6.4.0-150600.8.58.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-6.4.0-150700.20.21.1">
      <FullProductName ProductID="kernel-azure-6.4.0-150700.20.21.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-azure-6.4.0-150700.20.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-devel-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-azure-devel-6.4.0-150600.8.58.1">kernel-azure-devel-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-devel-6.4.0-150700.20.21.1">
      <FullProductName ProductID="kernel-azure-devel-6.4.0-150700.20.21.1">kernel-azure-devel-6.4.0-150700.20.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-extra-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-azure-extra-6.4.0-150600.8.58.1">kernel-azure-extra-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-optional-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-azure-optional-6.4.0-150600.8.58.1">kernel-azure-optional-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-vdso-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-azure-vdso-6.4.0-150600.8.58.1">kernel-azure-vdso-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-core-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-core-4.18.0-553.87.1.el8_10">kernel-core-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-cross-headers-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-cross-headers-4.18.0-553.87.1.el8_10">kernel-cross-headers-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-debug-4.18.0-553.87.1.el8_10" CPE="cpe:2.3:a:linux:linux_kernel:4.18.0:*:*:*:*:*:*:*">kernel-debug-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-debug-6.4.0-150600.23.81.3" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-debug-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-core-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-debug-core-4.18.0-553.87.1.el8_10">kernel-debug-core-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-debug-devel-4.18.0-553.87.1.el8_10">kernel-debug-devel-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-debug-devel-6.4.0-150600.23.81.3">kernel-debug-devel-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-modules-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-debug-modules-4.18.0-553.87.1.el8_10">kernel-debug-modules-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-modules-extra-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-debug-modules-extra-4.18.0-553.87.1.el8_10">kernel-debug-modules-extra-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-vdso-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-debug-vdso-6.4.0-150600.23.81.3">kernel-debug-vdso-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default">
      <FullProductName ProductID="kernel-default" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-default-4.12.14-122.283.1" CPE="cpe:2.3:o:linux:linux_kernel:4.12.14:*:*:*:*:*:*:*">kernel-default-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-default-4.4.140-96.167.TDC.1" CPE="cpe:2.3:o:linux:linux_kernel:4.4.140:*:*:*:*:*:*:*">kernel-default-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-6.4.0-150600.23.81.3" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-default-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.4.0-38.1">
      <FullProductName ProductID="kernel-default-6.4.0-38.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base">
      <FullProductName ProductID="kernel-default-base" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-default-base</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-default-base-4.12.14-122.283.1" CPE="cpe:2.3:o:linux:linux_kernel:4.12.14:*:*:*:*:*:*:*">kernel-default-base-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-default-base-4.4.140-96.167.TDC.1" CPE="cpe:2.3:o:linux:linux_kernel:4.4.140:*:*:*:*:*:*:*">kernel-default-base-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-6.12.0-160000.8.1.160000.2.5">
      <FullProductName ProductID="kernel-default-base-6.12.0-160000.8.1.160000.2.5" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-default-base-6.12.0-160000.8.1.160000.2.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3">
      <FullProductName ProductID="kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1">
      <FullProductName ProductID="kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-6.4.0-38.1.21.15">
      <FullProductName ProductID="kernel-default-base-6.4.0-38.1.21.15" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-base-6.4.0-38.1.21.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3">
      <FullProductName ProductID="kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3">kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel">
      <FullProductName ProductID="kernel-default-devel">kernel-default-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-default-devel-4.12.14-122.283.1">kernel-default-devel-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-default-devel-4.4.140-96.167.TDC.1">kernel-default-devel-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-devel-6.4.0-150600.23.81.3">kernel-default-devel-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-default-devel-6.4.0-150700.53.25.1">kernel-default-devel-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.4.0-38.1">
      <FullProductName ProductID="kernel-default-devel-6.4.0-38.1">kernel-default-devel-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-extra-6.4.0-150600.23.81.3">kernel-default-extra-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-default-extra-6.4.0-150700.53.25.1">kernel-default-extra-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch">
      <FullProductName ProductID="kernel-default-livepatch">kernel-default-livepatch</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-livepatch-6.12.0-160000.8.1">kernel-default-livepatch-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-livepatch-6.4.0-150600.23.81.3">kernel-default-livepatch-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-6.4.0-38.1">
      <FullProductName ProductID="kernel-default-livepatch-6.4.0-38.1">kernel-default-livepatch-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-devel">
      <FullProductName ProductID="kernel-default-livepatch-devel">kernel-default-livepatch-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-devel-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-livepatch-devel-6.4.0-150600.23.81.3">kernel-default-livepatch-devel-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man">
      <FullProductName ProductID="kernel-default-man">kernel-default-man</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-default-man-4.12.14-122.283.1">kernel-default-man-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-optional-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-optional-6.12.0-160000.8.1">kernel-default-optional-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-optional-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-optional-6.4.0-150600.23.81.3">kernel-default-optional-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-vdso-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-default-vdso-6.12.0-160000.8.1">kernel-default-vdso-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-vdso-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-default-vdso-6.4.0-150600.23.81.3">kernel-default-vdso-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel">
      <FullProductName ProductID="kernel-devel" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-devel-4.12.14-122.283.1" CPE="cpe:2.3:o:linux:linux_kernel:4.12.14:*:*:*:*:*:*:*">kernel-devel-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-devel-4.18.0-553.87.1.el8_10" CPE="cpe:2.3:o:linux:linux_kernel:4.18.0:*:*:*:*:*:*:*">kernel-devel-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-devel-4.4.140-96.167.TDC.1" CPE="cpe:2.3:o:linux:linux_kernel:4.4.140:*:*:*:*:*:*:*">kernel-devel-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-devel-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-devel-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.4.0-150600.23.81.2">
      <FullProductName ProductID="kernel-devel-6.4.0-150600.23.81.2" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-devel-6.4.0-150600.23.81.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-devel-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-devel-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.4.0-38.1">
      <FullProductName ProductID="kernel-devel-6.4.0-38.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-devel-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-devel-azure-6.4.0-150600.8.58.1">kernel-devel-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-azure-6.4.0-150700.20.21.1">
      <FullProductName ProductID="kernel-devel-azure-6.4.0-150700.20.21.1">kernel-devel-azure-6.4.0-150700.20.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt">
      <FullProductName ProductID="kernel-devel-rt">kernel-devel-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-devel-rt-6.4.0-150600.10.61.1">kernel-devel-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="kernel-devel-rt-6.4.0-150700.7.25.1">kernel-devel-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt-6.4.0-39.1">
      <FullProductName ProductID="kernel-devel-rt-6.4.0-39.1">kernel-devel-rt-6.4.0-39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-doc-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-doc-4.18.0-553.87.1.el8_10">kernel-doc-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-docs-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-docs-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-6.4.0-150600.23.81.1">
      <FullProductName ProductID="kernel-docs-6.4.0-150600.23.81.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-docs-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-6.4.0-150700.53.25.2">
      <FullProductName ProductID="kernel-docs-6.4.0-150700.53.25.2" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-docs-6.4.0-150700.53.25.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-docs-html-6.12.0-160000.8.1">kernel-docs-html-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-6.4.0-150600.23.81.1">
      <FullProductName ProductID="kernel-docs-html-6.4.0-150600.23.81.1">kernel-docs-html-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-headers-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-headers-4.18.0-553.87.1.el8_10">kernel-headers-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-kvmsmall-6.12.0-160000.8.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-kvmsmall-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-kvmsmall-6.4.0-150600.23.81.3" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-kvmsmall-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-6.4.0-38.1">
      <FullProductName ProductID="kernel-kvmsmall-6.4.0-38.1" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-kvmsmall-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-kvmsmall-devel-6.12.0-160000.8.1">kernel-kvmsmall-devel-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-kvmsmall-devel-6.4.0-150600.23.81.3">kernel-kvmsmall-devel-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-vdso-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-kvmsmall-vdso-6.12.0-160000.8.1">kernel-kvmsmall-vdso-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-vdso-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-kvmsmall-vdso-6.4.0-150600.23.81.3">kernel-kvmsmall-vdso-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3">
      <FullProductName ProductID="kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3">kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1">
      <FullProductName ProductID="kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1">kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1">kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1">kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1">kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1">kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1">kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1">kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1">kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1">kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1">kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1">kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1">kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1">kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1">kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1">kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1">kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1">kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1">kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1">kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1">kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1">kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1">kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1">kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1">kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1">kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-24-default-17-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-24-default-17-1.2">kernel-livepatch-6_4_0-24-default-17-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-25-default-15-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-25-default-15-1.2">kernel-livepatch-6_4_0-25-default-15-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-25-rt-14-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-25-rt-14-1.1">kernel-livepatch-6_4_0-25-rt-14-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-28-default-13-3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-28-default-13-3.1">kernel-livepatch-6_4_0-28-default-13-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-28-rt-12-3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-28-rt-12-3.1">kernel-livepatch-6_4_0-28-rt-12-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-29-default-12-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-29-default-12-1.2">kernel-livepatch-6_4_0-29-default-12-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-30-default-12-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-30-default-12-1.2">kernel-livepatch-6_4_0-30-default-12-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-30-rt-12-1.3">
      <FullProductName ProductID="kernel-livepatch-6_4_0-30-rt-12-1.3">kernel-livepatch-6_4_0-30-rt-12-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-31-default-12-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-31-default-12-1.2">kernel-livepatch-6_4_0-31-default-12-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-31-rt-11-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-31-rt-11-1.2">kernel-livepatch-6_4_0-31-rt-11-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-32-default-6-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-32-default-6-1.1">kernel-livepatch-6_4_0-32-default-6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-33-rt-10-1.2">
      <FullProductName ProductID="kernel-livepatch-6_4_0-33-rt-10-1.2">kernel-livepatch-6_4_0-33-rt-10-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-34-default-5-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-34-default-5-1.1">kernel-livepatch-6_4_0-34-default-5-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-34-rt-10-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-34-rt-10-1.1">kernel-livepatch-6_4_0-34-rt-10-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-35-default-5-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-35-default-5-1.1">kernel-livepatch-6_4_0-35-default-5-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-35-rt-6-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-35-rt-6-1.1">kernel-livepatch-6_4_0-35-rt-6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-36-default-3-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-36-default-3-1.1">kernel-livepatch-6_4_0-36-default-3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-36-rt-5-1.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-36-rt-5-1.1">kernel-livepatch-6_4_0-36-rt-5-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros">
      <FullProductName ProductID="kernel-macros">kernel-macros</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-macros-4.12.14-122.283.1">kernel-macros-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-macros-4.4.140-96.167.TDC.1">kernel-macros-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.4.0-150600.23.81.2">
      <FullProductName ProductID="kernel-macros-6.4.0-150600.23.81.2">kernel-macros-6.4.0-150600.23.81.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-macros-6.4.0-150700.53.25.1">kernel-macros-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.4.0-38.1">
      <FullProductName ProductID="kernel-macros-6.4.0-38.1">kernel-macros-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-modules-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-modules-4.18.0-553.87.1.el8_10">kernel-modules-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-modules-extra-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-modules-extra-4.18.0-553.87.1.el8_10">kernel-modules-extra-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-obs-build-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-obs-build-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-obs-build-6.4.0-150600.23.81.3" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-obs-build-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-obs-build-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-obs-build-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-obs-qa-6.12.0-160000.8.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-obs-qa-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-6.4.0-150600.23.81.1">
      <FullProductName ProductID="kernel-obs-qa-6.4.0-150600.23.81.1" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-obs-qa-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt">
      <FullProductName ProductID="kernel-rt" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-6.4.0-150600.10.61.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="kernel-rt-6.4.0-150700.7.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-6.4.0-39.1">
      <FullProductName ProductID="kernel-rt-6.4.0-39.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt-6.4.0-39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-devel-6.12.0-160000.8.1">kernel-rt-devel-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-devel-6.4.0-150600.10.61.1">kernel-rt-devel-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-6.4.0-150700.7.25.1">
      <FullProductName ProductID="kernel-rt-devel-6.4.0-150700.7.25.1">kernel-rt-devel-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-6.4.0-39.1">
      <FullProductName ProductID="kernel-rt-devel-6.4.0-39.1">kernel-rt-devel-6.4.0-39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-extra-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-extra-6.12.0-160000.8.1">kernel-rt-extra-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-extra-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-extra-6.4.0-150600.10.61.1">kernel-rt-extra-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-livepatch-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-livepatch-6.12.0-160000.8.1">kernel-rt-livepatch-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-livepatch-6.4.0-39.1">
      <FullProductName ProductID="kernel-rt-livepatch-6.4.0-39.1">kernel-rt-livepatch-6.4.0-39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-livepatch-devel-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-livepatch-devel-6.4.0-150600.10.61.1">kernel-rt-livepatch-devel-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-optional-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-optional-6.12.0-160000.8.1">kernel-rt-optional-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-optional-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-optional-6.4.0-150600.10.61.1">kernel-rt-optional-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-vdso-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-rt-vdso-6.12.0-160000.8.1">kernel-rt-vdso-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-vdso-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt-vdso-6.4.0-150600.10.61.1">kernel-rt-vdso-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_debug-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt_debug-6.4.0-150600.10.61.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt_debug-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_debug-devel-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt_debug-devel-6.4.0-150600.10.61.1">kernel-rt_debug-devel-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_debug-vdso-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-rt_debug-vdso-6.4.0-150600.10.61.1">kernel-rt_debug-vdso-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source">
      <FullProductName ProductID="kernel-source" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-source</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-source-4.12.14-122.283.1" CPE="cpe:2.3:o:linux:linux_kernel:4.12.14:*:*:*:*:*:*:*">kernel-source-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-source-4.4.140-96.167.TDC.1" CPE="cpe:2.3:o:linux:linux_kernel:4.4.140:*:*:*:*:*:*:*">kernel-source-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-source-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-source-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.4.0-150600.23.81.2">
      <FullProductName ProductID="kernel-source-6.4.0-150600.23.81.2" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-6.4.0-150600.23.81.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-source-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.4.0-38.1">
      <FullProductName ProductID="kernel-source-6.4.0-38.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-6.4.0-38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-source-azure-6.4.0-150600.8.58.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-azure-6.4.0-150700.20.21.1">
      <FullProductName ProductID="kernel-source-azure-6.4.0-150700.20.21.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-azure-6.4.0-150700.20.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt">
      <FullProductName ProductID="kernel-source-rt" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-source-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-source-rt-6.4.0-150600.10.61.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="kernel-source-rt-6.4.0-150700.7.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt-6.4.0-39.1">
      <FullProductName ProductID="kernel-source-rt-6.4.0-39.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-rt-6.4.0-39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-source-vanilla-6.12.0-160000.8.1">kernel-source-vanilla-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-6.4.0-150600.23.81.2">
      <FullProductName ProductID="kernel-source-vanilla-6.4.0-150600.23.81.2">kernel-source-vanilla-6.4.0-150600.23.81.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.12.14-122.283.1">
      <FullProductName ProductID="kernel-syms-4.12.14-122.283.1" CPE="cpe:2.3:o:linux:linux_kernel:4.12.14:*:*:*:*:*:*:*">kernel-syms-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.4.140-96.167.TDC.1">
      <FullProductName ProductID="kernel-syms-4.4.140-96.167.TDC.1" CPE="cpe:2.3:o:linux:linux_kernel:4.4.140:*:*:*:*:*:*:*">kernel-syms-4.4.140-96.167.TDC.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-syms-6.12.0-160000.8.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-syms-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-6.4.0-150600.23.81.1">
      <FullProductName ProductID="kernel-syms-6.4.0-150600.23.81.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-6.4.0-150600.23.81.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-syms-6.4.0-150700.53.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kernel-syms-azure-6.4.0-150600.8.58.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-azure-6.4.0-150700.20.21.1">
      <FullProductName ProductID="kernel-syms-azure-6.4.0-150700.20.21.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-azure-6.4.0-150700.20.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kernel-syms-rt-6.4.0-150600.10.61.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="kernel-syms-rt-6.4.0-150700.7.25.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-tools-4.18.0-553.87.1.el8_10">kernel-tools-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-libs-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-tools-libs-4.18.0-553.87.1.el8_10">kernel-tools-libs-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-libs-devel-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="kernel-tools-libs-devel-4.18.0-553.87.1.el8_10">kernel-tools-libs-devel-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-6.12.0-160000.8.1">
      <FullProductName ProductID="kernel-zfcpdump-6.12.0-160000.8.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-zfcpdump-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kernel-zfcpdump-6.4.0-150600.23.81.3" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-zfcpdump-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-6.4.0-150700.53.25.1">
      <FullProductName ProductID="kernel-zfcpdump-6.4.0-150700.53.25.1" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-zfcpdump-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_244-default-15-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_244-default-15-2.1">kgraft-patch-4_12_14-122_244-default-15-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_247-default-13-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_247-default-13-2.1">kgraft-patch-4_12_14-122_247-default-13-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_250-default-13-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_250-default-13-2.1">kgraft-patch-4_12_14-122_250-default-13-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_255-default-12-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_255-default-12-2.1">kgraft-patch-4_12_14-122_255-default-12-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_258-default-10-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_258-default-10-2.1">kgraft-patch-4_12_14-122_258-default-10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_261-default-9-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_261-default-9-2.1">kgraft-patch-4_12_14-122_261-default-9-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_266-default-9-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_266-default-9-2.1">kgraft-patch-4_12_14-122_266-default-9-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_269-default-6-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_269-default-6-2.1">kgraft-patch-4_12_14-122_269-default-6-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_272-default-5-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_272-default-5-2.1">kgraft-patch-4_12_14-122_272-default-5-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-122_275-default-3-2.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-122_275-default-3-2.1">kgraft-patch-4_12_14-122_275-default-3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="kselftests-kmp-64kb-6.12.0-160000.8.1">kselftests-kmp-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kselftests-kmp-64kb-6.4.0-150600.23.81.3">kselftests-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="kselftests-kmp-azure-6.4.0-150600.8.58.1">kselftests-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default-6.12.0-160000.8.1">
      <FullProductName ProductID="kselftests-kmp-default-6.12.0-160000.8.1">kselftests-kmp-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="kselftests-kmp-default-6.4.0-150600.23.81.3">kselftests-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="kselftests-kmp-rt-6.12.0-160000.8.1">kselftests-kmp-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="kselftests-kmp-rt-6.4.0-150600.10.61.1">kselftests-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libexslt0-1.1.38-4.1">
      <FullProductName ProductID="libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnm0-1.42.6-slfo.1.1_2.1">
      <FullProductName ProductID="libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxslt1-1.1.38-4.1">
      <FullProductName ProductID="libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-64kb-6.12.0-160000.8.1">
      <FullProductName ProductID="ocfs2-kmp-64kb-6.12.0-160000.8.1">ocfs2-kmp-64kb-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="ocfs2-kmp-64kb-6.4.0-150600.23.81.3">ocfs2-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="ocfs2-kmp-azure-6.4.0-150600.8.58.1">ocfs2-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default">
      <FullProductName ProductID="ocfs2-kmp-default">ocfs2-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-4.12.14-122.283.1">
      <FullProductName ProductID="ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-6.12.0-160000.8.1">
      <FullProductName ProductID="ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-rt-6.12.0-160000.8.1">
      <FullProductName ProductID="ocfs2-kmp-rt-6.12.0-160000.8.1">ocfs2-kmp-rt-6.12.0-160000.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="ocfs2-kmp-rt-6.4.0-150600.10.61.1">ocfs2-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-rt-6.4.0-150700.7.25.1">
      <FullProductName ProductID="ocfs2-kmp-rt-6.4.0-150700.7.25.1">ocfs2-kmp-rt-6.4.0-150700.7.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perf-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="perf-4.18.0-553.87.1.el8_10">perf-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-perf-4.18.0-553.87.1.el8_10">
      <FullProductName ProductID="python3-perf-4.18.0-553.87.1.el8_10">python3-perf-4.18.0-553.87.1.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-64kb-6.4.0-150600.23.81.3">
      <FullProductName ProductID="reiserfs-kmp-64kb-6.4.0-150600.23.81.3">reiserfs-kmp-64kb-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-azure-6.4.0-150600.8.58.1">
      <FullProductName ProductID="reiserfs-kmp-azure-6.4.0-150600.8.58.1">reiserfs-kmp-azure-6.4.0-150600.8.58.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default">
      <FullProductName ProductID="reiserfs-kmp-default">reiserfs-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default-6.4.0-150600.23.81.3">
      <FullProductName ProductID="reiserfs-kmp-default-6.4.0-150600.23.81.3">reiserfs-kmp-default-6.4.0-150600.23.81.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default-6.4.0-150700.53.25.1">
      <FullProductName ProductID="reiserfs-kmp-default-6.4.0-150700.53.25.1">reiserfs-kmp-default-6.4.0-150700.53.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-rt-6.4.0-150600.10.61.1">
      <FullProductName ProductID="reiserfs-kmp-rt-6.4.0-150600.10.61.1">reiserfs-kmp-rt-6.4.0-150600.10.61.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="runc-1.2.6-1.1">
      <FullProductName ProductID="runc-1.2.6-1.1" CPE="cpe:2.3:a:linuxfoundation:runc:1.2.6:*:*:*:*:*:*:*">runc-1.2.6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">
      <FullProductName ProductID="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-wwan-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:NetworkManager-wwan-1.42.6-slfo.1.1_2.1">NetworkManager-wwan-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-38.1.21.15" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:kernel-default-base-6.4.0-38.1.21.15">kernel-default-base-6.4.0-38.1.21.15 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:kernel-rt-6.4.0-39.1">kernel-rt-6.4.0-39.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">
      <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-wwan-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">
      <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:NetworkManager-wwan-1.42.6-slfo.1.1_2.1">NetworkManager-wwan-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3">
      <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">
      <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">
      <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80">
      <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">
      <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-38.1.21.15" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">
      <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:kernel-default-base-6.4.0-38.1.21.15">kernel-default-base-6.4.0-38.1.21.15 as a component of Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82">
      <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">
      <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">
      <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:kernel-rt-6.4.0-39.1">kernel-rt-6.4.0-39.1 as a component of Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55">
      <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1">typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexslt0-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libexslt0-1.1.38-4.1">libexslt0-1.1.38-4.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.38-4.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libxslt1-1.1.38-4.1">libxslt1-1.1.38-4.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="runc-1.2.6-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:runc-1.2.6-1.1">runc-1.2.6-1.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-3P">
      <FullProductName ProductID="Image SLES-Azure-3P:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Basic">
      <FullProductName ProductID="Image SLES-Azure-Basic:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Standard">
      <FullProductName ProductID="Image SLES-Azure-Standard:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-Azure">
      <FullProductName ProductID="Image SLES-BYOS-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-EC2">
      <FullProductName ProductID="Image SLES-BYOS-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-GCE">
      <FullProductName ProductID="Image SLES-BYOS-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-EC2">
      <FullProductName ProductID="Image SLES-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-GCE">
      <FullProductName ProductID="Image SLES-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES-SAPCAL-Azure:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES-SAPCAL-EC2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES-SAPCAL-GCE:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of Image SLES-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-HPC-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-EC2-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-ECS-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-ECS-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-ECS-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-EC2-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-BYOS:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of Image SLES12-SP5-GCE-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:kernel-azure-6.4.0-150700.20.21.1">kernel-azure-6.4.0-150700.20.21.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:kernel-azure-6.4.0-150700.20.21.1">kernel-azure-6.4.0-150700.20.21.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:kernel-azure-6.4.0-150700.20.21.1">kernel-azure-6.4.0-150700.20.21.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:kernel-azure-6.4.0-150700.20.21.1">kernel-azure-6.4.0-150700.20.21.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:NetworkManager-1.42.6-slfo.1.1_2.1">NetworkManager-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="NetworkManager-tui-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:NetworkManager-tui-1.42.6-slfo.1.1_2.1">NetworkManager-tui-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.42.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:libnm0-1.42.6-slfo.1.1_2.1">libnm0-1.42.6-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="bpftool-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:bpftool-4.18.0-553.87.1.el8_10">bpftool-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-4.18.0-553.87.1.el8_10">kernel-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-abi-stablelists-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-abi-stablelists-4.18.0-553.87.1.el8_10">kernel-abi-stablelists-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-core-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-core-4.18.0-553.87.1.el8_10">kernel-core-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-cross-headers-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-cross-headers-4.18.0-553.87.1.el8_10">kernel-cross-headers-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-debug-4.18.0-553.87.1.el8_10">kernel-debug-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-core-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-debug-core-4.18.0-553.87.1.el8_10">kernel-debug-core-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-devel-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-debug-devel-4.18.0-553.87.1.el8_10">kernel-debug-devel-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-modules-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-debug-modules-4.18.0-553.87.1.el8_10">kernel-debug-modules-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-modules-extra-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-debug-modules-extra-4.18.0-553.87.1.el8_10">kernel-debug-modules-extra-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-devel-4.18.0-553.87.1.el8_10">kernel-devel-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-doc-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-doc-4.18.0-553.87.1.el8_10">kernel-doc-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-headers-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-headers-4.18.0-553.87.1.el8_10">kernel-headers-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-modules-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-modules-4.18.0-553.87.1.el8_10">kernel-modules-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-modules-extra-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-modules-extra-4.18.0-553.87.1.el8_10">kernel-modules-extra-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-tools-4.18.0-553.87.1.el8_10">kernel-tools-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-libs-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-tools-libs-4.18.0-553.87.1.el8_10">kernel-tools-libs-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-libs-devel-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:kernel-tools-libs-devel-4.18.0-553.87.1.el8_10">kernel-tools-libs-devel-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="perf-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:perf-4.18.0-553.87.1.el8_10">perf-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-perf-4.18.0-553.87.1.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:python3-perf-4.18.0-553.87.1.el8_10">python3-perf-4.18.0-553.87.1.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP6:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise High Availability Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP6:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise High Availability Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP6:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise High Availability Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP6:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise High Availability Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default-6.4.0-150700.53.25.1">cluster-md-kmp-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default-6.4.0-150700.53.25.1">dlm-kmp-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default-6.4.0-150700.53.25.1">gfs2-kmp-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default-6.4.0-150700.53.25.1">ocfs2-kmp-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_244-default-15-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_244-default-15-2.1">kgraft-patch-4_12_14-122_244-default-15-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_247-default-13-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_247-default-13-2.1">kgraft-patch-4_12_14-122_247-default-13-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_250-default-13-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_250-default-13-2.1">kgraft-patch-4_12_14-122_250-default-13-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_255-default-12-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_255-default-12-2.1">kgraft-patch-4_12_14-122_255-default-12-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_258-default-10-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_258-default-10-2.1">kgraft-patch-4_12_14-122_258-default-10-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_261-default-9-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_261-default-9-2.1">kgraft-patch-4_12_14-122_261-default-9-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_266-default-9-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_266-default-9-2.1">kgraft-patch-4_12_14-122_266-default-9-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_269-default-6-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_269-default-6-2.1">kgraft-patch-4_12_14-122_269-default-6-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_272-default-5-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_272-default-5-2.1">kgraft-patch-4_12_14-122_272-default-5-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-122_275-default-3-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_275-default-3-2.1">kgraft-patch-4_12_14-122_275-default-3-2.1 as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1">kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1">kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1">kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1">kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1">kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1">kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1">kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1">kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1">kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1">kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1">kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1">kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1">kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1">kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1">kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1">kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1">kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1">kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1">kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1">kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1">kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1">kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1">kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1">kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-64kb-6.4.0-150600.23.81.3">kernel-64kb-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-64kb-devel-6.4.0-150600.23.81.3">kernel-64kb-devel-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3">kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-devel-6.4.0-150600.23.81.3">kernel-default-devel-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-devel-6.4.0-150600.23.81.2">kernel-devel-6.4.0-150600.23.81.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-macros-6.4.0-150600.23.81.2">kernel-macros-6.4.0-150600.23.81.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-zfcpdump-6.4.0-150600.23.81.3">kernel-zfcpdump-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-6.4.0-150700.53.25.1">kernel-64kb-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-devel-6.4.0-150700.53.25.1">kernel-64kb-devel-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-6.4.0-150700.53.25.1">kernel-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1">kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel-6.4.0-150700.53.25.1">kernel-default-devel-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel-6.4.0-150700.53.25.1">kernel-devel-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros-6.4.0-150700.53.25.1">kernel-macros-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-zfcpdump-6.4.0-150700.53.25.1">kernel-zfcpdump-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-docs-6.4.0-150600.23.81.1">kernel-docs-6.4.0-150600.23.81.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-obs-build-6.4.0-150600.23.81.3">kernel-obs-build-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-source-6.4.0-150600.23.81.2">kernel-source-6.4.0-150600.23.81.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-syms-6.4.0-150600.23.81.1">kernel-syms-6.4.0-150600.23.81.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.4.0-150700.53.25.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-docs-6.4.0-150700.53.25.2">kernel-docs-6.4.0-150700.53.25.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-obs-build-6.4.0-150700.53.25.1">kernel-obs-build-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source-6.4.0-150700.53.25.1">kernel-source-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-syms-6.4.0-150700.53.25.1">kernel-syms-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP6:reiserfs-kmp-default-6.4.0-150600.23.81.3">reiserfs-kmp-default-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Module for Legacy 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default-6.4.0-150700.53.25.1">reiserfs-kmp-default-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-devel-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-azure-devel-6.4.0-150600.8.58.1">kernel-azure-devel-6.4.0-150600.8.58.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-devel-azure-6.4.0-150600.8.58.1">kernel-devel-azure-6.4.0-150600.8.58.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-source-azure-6.4.0-150600.8.58.1">kernel-source-azure-6.4.0-150600.8.58.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-syms-azure-6.4.0-150600.8.58.1">kernel-syms-azure-6.4.0-150600.8.58.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-6.4.0-150700.20.21.1">kernel-azure-6.4.0-150700.20.21.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-devel-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-devel-6.4.0-150700.20.21.1">kernel-azure-devel-6.4.0-150700.20.21.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-devel-azure-6.4.0-150700.20.21.1">kernel-devel-azure-6.4.0-150700.20.21.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source-azure-6.4.0-150700.20.21.1">kernel-source-azure-6.4.0-150700.20.21.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-azure-6.4.0-150700.20.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-syms-azure-6.4.0-150700.20.21.1">kernel-syms-azure-6.4.0-150700.20.21.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-4.4.140-96.167.TDC.1">kernel-default-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-base-4.4.140-96.167.TDC.1">kernel-default-base-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-devel-4.4.140-96.167.TDC.1">kernel-default-devel-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-devel-4.4.140-96.167.TDC.1">kernel-devel-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-macros-4.4.140-96.167.TDC.1">kernel-macros-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-source-4.4.140-96.167.TDC.1">kernel-source-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.4.140-96.167.TDC.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-syms-4.4.140-96.167.TDC.1">kernel-syms-4.4.140-96.167.TDC.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base-4.12.14-122.283.1">kernel-default-base-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel-4.12.14-122.283.1">kernel-default-devel-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man-4.12.14-122.283.1">kernel-default-man-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel-4.12.14-122.283.1">kernel-devel-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros-4.12.14-122.283.1">kernel-macros-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source-4.12.14-122.283.1">kernel-source-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-syms-4.12.14-122.283.1">kernel-syms-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.8.1">kernel-64kb-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.8.1">kernel-64kb-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.12.0-160000.8.1.160000.2.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5">kernel-default-base-6.12.0-160000.8.1.160000.2.5 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.8.1">kernel-default-livepatch-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.8.1">kernel-default-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.8.1">kernel-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.8.1">kernel-docs-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.8.1">kernel-docs-html-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.8.1">kernel-kvmsmall-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1">kernel-kvmsmall-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1">kernel-kvmsmall-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.8.1">kernel-obs-qa-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.8.1">kernel-source-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.8.1">kernel-source-vanilla-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.8.1">kernel-syms-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.8.1">kernel-zfcpdump-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:cluster-md-kmp-default-4.12.14-122.283.1">cluster-md-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:dlm-kmp-default-4.12.14-122.283.1">dlm-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gfs2-kmp-default-4.12.14-122.283.1">gfs2-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-4.12.14-122.283.1">kernel-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-base-4.12.14-122.283.1">kernel-default-base-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-devel-4.12.14-122.283.1">kernel-default-devel-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-devel-4.12.14-122.283.1">kernel-devel-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-macros-4.12.14-122.283.1">kernel-macros-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-source-4.12.14-122.283.1">kernel-source-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-syms-4.12.14-122.283.1">kernel-syms-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-122.283.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ocfs2-kmp-default-4.12.14-122.283.1">ocfs2-kmp-default-4.12.14-122.283.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-6.12.0-160000.8.1">kernel-64kb-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-extra-6.12.0-160000.8.1">kernel-64kb-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.12.0-160000.8.1.160000.2.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5">kernel-default-base-6.12.0-160000.8.1.160000.2.5 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-livepatch-6.12.0-160000.8.1">kernel-default-livepatch-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-vdso-6.12.0-160000.8.1">kernel-default-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-devel-6.12.0-160000.8.1">kernel-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-docs-6.12.0-160000.8.1">kernel-docs-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-docs-html-6.12.0-160000.8.1">kernel-docs-html-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-6.12.0-160000.8.1">kernel-kvmsmall-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1">kernel-kvmsmall-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1">kernel-kvmsmall-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-obs-qa-6.12.0-160000.8.1">kernel-obs-qa-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-6.12.0-160000.8.1">kernel-source-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-vanilla-6.12.0-160000.8.1">kernel-source-vanilla-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-syms-6.12.0-160000.8.1">kernel-syms-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:kernel-zfcpdump-6.12.0-160000.8.1">kernel-zfcpdump-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default-extra-6.4.0-150600.23.81.3">kernel-default-extra-6.4.0-150600.23.81.3 as a component of SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.4.0-150700.53.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra-6.4.0-150700.53.25.1">kernel-default-extra-6.4.0-150700.53.25.1 as a component of SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-38.1.21.15" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-default-base-6.4.0-38.1.21.15">kernel-default-base-6.4.0-38.1.21.15 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-default-livepatch-6.4.0-38.1">kernel-default-livepatch-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-devel-6.4.0-38.1">kernel-devel-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-devel-rt-6.4.0-39.1">kernel-devel-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-kvmsmall-6.4.0-38.1">kernel-kvmsmall-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-24-default-17-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-24-default-17-1.2">kernel-livepatch-6_4_0-24-default-17-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-25-default-15-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-25-default-15-1.2">kernel-livepatch-6_4_0-25-default-15-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-25-rt-14-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-25-rt-14-1.1">kernel-livepatch-6_4_0-25-rt-14-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-28-default-13-3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-28-default-13-3.1">kernel-livepatch-6_4_0-28-default-13-3.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-28-rt-12-3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-28-rt-12-3.1">kernel-livepatch-6_4_0-28-rt-12-3.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-29-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-29-default-12-1.2">kernel-livepatch-6_4_0-29-default-12-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-30-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-30-default-12-1.2">kernel-livepatch-6_4_0-30-default-12-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-30-rt-12-1.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-30-rt-12-1.3">kernel-livepatch-6_4_0-30-rt-12-1.3 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-31-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-31-default-12-1.2">kernel-livepatch-6_4_0-31-default-12-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-31-rt-11-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-31-rt-11-1.2">kernel-livepatch-6_4_0-31-rt-11-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-32-default-6-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-32-default-6-1.1">kernel-livepatch-6_4_0-32-default-6-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-33-rt-10-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-33-rt-10-1.2">kernel-livepatch-6_4_0-33-rt-10-1.2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-34-default-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-34-default-5-1.1">kernel-livepatch-6_4_0-34-default-5-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-34-rt-10-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-34-rt-10-1.1">kernel-livepatch-6_4_0-34-rt-10-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-35-default-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-35-default-5-1.1">kernel-livepatch-6_4_0-35-default-5-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-35-rt-6-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-35-rt-6-1.1">kernel-livepatch-6_4_0-35-rt-6-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-36-default-3-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-36-default-3-1.1">kernel-livepatch-6_4_0-36-default-3-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-36-rt-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-36-rt-5-1.1">kernel-livepatch-6_4_0-36-rt-5-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-macros-6.4.0-38.1">kernel-macros-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-rt-6.4.0-39.1">kernel-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-livepatch-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-39.1">kernel-rt-livepatch-6.4.0-39.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-source-6.4.0-38.1">kernel-source-6.4.0-38.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-39.1">kernel-source-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-default-6.4.0-38.1">kernel-default-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-38.1.21.15" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-default-base-6.4.0-38.1.21.15">kernel-default-base-6.4.0-38.1.21.15 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-default-devel-6.4.0-38.1">kernel-default-devel-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-default-livepatch-6.4.0-38.1">kernel-default-livepatch-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-devel-6.4.0-38.1">kernel-devel-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-devel-rt-6.4.0-39.1">kernel-devel-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-kvmsmall-6.4.0-38.1">kernel-kvmsmall-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-24-default-17-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-24-default-17-1.2">kernel-livepatch-6_4_0-24-default-17-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-25-default-15-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-25-default-15-1.2">kernel-livepatch-6_4_0-25-default-15-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-25-rt-14-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-25-rt-14-1.1">kernel-livepatch-6_4_0-25-rt-14-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-28-default-13-3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-28-default-13-3.1">kernel-livepatch-6_4_0-28-default-13-3.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-28-rt-12-3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-28-rt-12-3.1">kernel-livepatch-6_4_0-28-rt-12-3.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-29-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-29-default-12-1.2">kernel-livepatch-6_4_0-29-default-12-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-30-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-30-default-12-1.2">kernel-livepatch-6_4_0-30-default-12-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-30-rt-12-1.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-30-rt-12-1.3">kernel-livepatch-6_4_0-30-rt-12-1.3 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-31-default-12-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-31-default-12-1.2">kernel-livepatch-6_4_0-31-default-12-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-31-rt-11-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-31-rt-11-1.2">kernel-livepatch-6_4_0-31-rt-11-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-32-default-6-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-32-default-6-1.1">kernel-livepatch-6_4_0-32-default-6-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-33-rt-10-1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-33-rt-10-1.2">kernel-livepatch-6_4_0-33-rt-10-1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-34-default-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-34-default-5-1.1">kernel-livepatch-6_4_0-34-default-5-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-34-rt-10-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-34-rt-10-1.1">kernel-livepatch-6_4_0-34-rt-10-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-35-default-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-35-default-5-1.1">kernel-livepatch-6_4_0-35-default-5-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-35-rt-6-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-35-rt-6-1.1">kernel-livepatch-6_4_0-35-rt-6-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-36-default-3-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-36-default-3-1.1">kernel-livepatch-6_4_0-36-default-3-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-36-rt-5-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-36-rt-5-1.1">kernel-livepatch-6_4_0-36-rt-5-1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-macros-6.4.0-38.1">kernel-macros-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-rt-6.4.0-39.1">kernel-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-rt-devel-6.4.0-39.1">kernel-rt-devel-6.4.0-39.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-livepatch-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-rt-livepatch-6.4.0-39.1">kernel-rt-livepatch-6.4.0-39.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-source-6.4.0-38.1">kernel-source-6.4.0-38.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-39.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-source-rt-6.4.0-39.1">kernel-source-rt-6.4.0-39.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-64kb-6.12.0-160000.8.1">kernel-64kb-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.12.0-160000.8.1.160000.2.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-default-base-6.12.0-160000.8.1.160000.2.5">kernel-default-base-6.12.0-160000.8.1.160000.2.5 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-default-livepatch-6.12.0-160000.8.1">kernel-default-livepatch-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-devel-6.12.0-160000.8.1">kernel-devel-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-rt-6.12.0-160000.8.1">kernel-rt-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-rt-devel-6.12.0-160000.8.1">kernel-rt-devel-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-livepatch-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-rt-livepatch-6.12.0-160000.8.1">kernel-rt-livepatch-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:kernel-source-6.12.0-160000.8.1">kernel-source-6.12.0-160000.8.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:cluster-md-kmp-rt-6.4.0-150600.10.61.1">cluster-md-kmp-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:dlm-kmp-rt-6.4.0-150600.10.61.1">dlm-kmp-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:gfs2-kmp-rt-6.4.0-150600.10.61.1">gfs2-kmp-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-devel-rt-6.4.0-150600.10.61.1">kernel-devel-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-rt-6.4.0-150600.10.61.1">kernel-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-rt-devel-6.4.0-150600.10.61.1">kernel-rt-devel-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-rt_debug-6.4.0-150600.10.61.1">kernel-rt_debug-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-devel-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-rt_debug-devel-6.4.0-150600.10.61.1">kernel-rt_debug-devel-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-source-rt-6.4.0-150600.10.61.1">kernel-source-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-syms-rt-6.4.0-150600.10.61.1">kernel-syms-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:ocfs2-kmp-rt-6.4.0-150600.10.61.1">ocfs2-kmp-rt-6.4.0-150600.10.61.1 as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:cluster-md-kmp-rt-6.4.0-150700.7.25.1">cluster-md-kmp-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:dlm-kmp-rt-6.4.0-150700.7.25.1">dlm-kmp-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:gfs2-kmp-rt-6.4.0-150700.7.25.1">gfs2-kmp-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-devel-rt-6.4.0-150700.7.25.1">kernel-devel-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt-6.4.0-150700.7.25.1">kernel-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt-devel-6.4.0-150700.7.25.1">kernel-rt-devel-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-source-rt-6.4.0-150700.7.25.1">kernel-source-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-syms-rt-6.4.0-150700.7.25.1">kernel-syms-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-rt-6.4.0-150700.7.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:ocfs2-kmp-rt-6.4.0-150700.7.25.1">ocfs2-kmp-rt-6.4.0-150700.7.25.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cluster-md-kmp-64kb-6.4.0-150600.23.81.3">cluster-md-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cluster-md-kmp-azure-6.4.0-150600.8.58.1">cluster-md-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cluster-md-kmp-default-6.4.0-150600.23.81.3">cluster-md-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cluster-md-kmp-rt-6.4.0-150600.10.61.1">cluster-md-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dlm-kmp-64kb-6.4.0-150600.23.81.3">dlm-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dlm-kmp-azure-6.4.0-150600.8.58.1">dlm-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dlm-kmp-default-6.4.0-150600.23.81.3">dlm-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dlm-kmp-rt-6.4.0-150600.10.61.1">dlm-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-allwinner-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-allwinner-6.4.0-150600.23.81.1">dtb-allwinner-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-altera-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-altera-6.4.0-150600.23.81.1">dtb-altera-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amazon-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-amazon-6.4.0-150600.23.81.1">dtb-amazon-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amd-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-amd-6.4.0-150600.23.81.1">dtb-amd-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amlogic-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-amlogic-6.4.0-150600.23.81.1">dtb-amlogic-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-apm-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-apm-6.4.0-150600.23.81.1">dtb-apm-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-apple-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-apple-6.4.0-150600.23.81.1">dtb-apple-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-arm-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-arm-6.4.0-150600.23.81.1">dtb-arm-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-broadcom-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-broadcom-6.4.0-150600.23.81.1">dtb-broadcom-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-cavium-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-cavium-6.4.0-150600.23.81.1">dtb-cavium-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-exynos-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-exynos-6.4.0-150600.23.81.1">dtb-exynos-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-freescale-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-freescale-6.4.0-150600.23.81.1">dtb-freescale-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-hisilicon-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-hisilicon-6.4.0-150600.23.81.1">dtb-hisilicon-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-lg-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-lg-6.4.0-150600.23.81.1">dtb-lg-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-marvell-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-marvell-6.4.0-150600.23.81.1">dtb-marvell-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-mediatek-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-mediatek-6.4.0-150600.23.81.1">dtb-mediatek-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-nvidia-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-nvidia-6.4.0-150600.23.81.1">dtb-nvidia-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-qcom-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-qcom-6.4.0-150600.23.81.1">dtb-qcom-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-renesas-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-renesas-6.4.0-150600.23.81.1">dtb-renesas-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-rockchip-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-rockchip-6.4.0-150600.23.81.1">dtb-rockchip-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-socionext-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-socionext-6.4.0-150600.23.81.1">dtb-socionext-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-sprd-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-sprd-6.4.0-150600.23.81.1">dtb-sprd-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-xilinx-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dtb-xilinx-6.4.0-150600.23.81.1">dtb-xilinx-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gfs2-kmp-64kb-6.4.0-150600.23.81.3">gfs2-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gfs2-kmp-azure-6.4.0-150600.8.58.1">gfs2-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gfs2-kmp-default-6.4.0-150600.23.81.3">gfs2-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gfs2-kmp-rt-6.4.0-150600.10.61.1">gfs2-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-64kb-6.4.0-150600.23.81.3">kernel-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-64kb-devel-6.4.0-150600.23.81.3">kernel-64kb-devel-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-64kb-extra-6.4.0-150600.23.81.3">kernel-64kb-extra-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-optional-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-64kb-optional-6.4.0-150600.23.81.3">kernel-64kb-optional-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-azure-6.4.0-150600.8.58.1">kernel-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-devel-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-azure-devel-6.4.0-150600.8.58.1">kernel-azure-devel-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-extra-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-azure-extra-6.4.0-150600.8.58.1">kernel-azure-extra-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-optional-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-azure-optional-6.4.0-150600.8.58.1">kernel-azure-optional-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-vdso-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-azure-vdso-6.4.0-150600.8.58.1">kernel-azure-vdso-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-debug-6.4.0-150600.23.81.3">kernel-debug-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-debug-devel-6.4.0-150600.23.81.3">kernel-debug-devel-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-vdso-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-debug-vdso-6.4.0-150600.23.81.3">kernel-debug-vdso-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-6.4.0-150600.23.81.3">kernel-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3">kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3">kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-devel-6.4.0-150600.23.81.3">kernel-default-devel-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-extra-6.4.0-150600.23.81.3">kernel-default-extra-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-livepatch-6.4.0-150600.23.81.3">kernel-default-livepatch-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-livepatch-devel-6.4.0-150600.23.81.3">kernel-default-livepatch-devel-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-optional-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-optional-6.4.0-150600.23.81.3">kernel-default-optional-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-vdso-6.4.0-150600.23.81.3">kernel-default-vdso-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel-6.4.0-150600.23.81.2">kernel-devel-6.4.0-150600.23.81.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel-azure-6.4.0-150600.8.58.1">kernel-devel-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel-rt-6.4.0-150600.10.61.1">kernel-devel-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-docs-6.4.0-150600.23.81.1">kernel-docs-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-docs-html-6.4.0-150600.23.81.1">kernel-docs-html-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-kvmsmall-6.4.0-150600.23.81.3">kernel-kvmsmall-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-kvmsmall-devel-6.4.0-150600.23.81.3">kernel-kvmsmall-devel-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-kvmsmall-vdso-6.4.0-150600.23.81.3">kernel-kvmsmall-vdso-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-macros-6.4.0-150600.23.81.2">kernel-macros-6.4.0-150600.23.81.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-obs-build-6.4.0-150600.23.81.3">kernel-obs-build-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-obs-qa-6.4.0-150600.23.81.1">kernel-obs-qa-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-6.4.0-150600.10.61.1">kernel-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-devel-6.4.0-150600.10.61.1">kernel-rt-devel-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-extra-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-extra-6.4.0-150600.10.61.1">kernel-rt-extra-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-livepatch-devel-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-livepatch-devel-6.4.0-150600.10.61.1">kernel-rt-livepatch-devel-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-optional-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-optional-6.4.0-150600.10.61.1">kernel-rt-optional-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-vdso-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt-vdso-6.4.0-150600.10.61.1">kernel-rt-vdso-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt_debug-6.4.0-150600.10.61.1">kernel-rt_debug-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-devel-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt_debug-devel-6.4.0-150600.10.61.1">kernel-rt_debug-devel-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-vdso-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-rt_debug-vdso-6.4.0-150600.10.61.1">kernel-rt_debug-vdso-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-6.4.0-150600.23.81.2">kernel-source-6.4.0-150600.23.81.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-azure-6.4.0-150600.8.58.1">kernel-source-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-rt-6.4.0-150600.10.61.1">kernel-source-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.4.0-150600.23.81.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-vanilla-6.4.0-150600.23.81.2">kernel-source-vanilla-6.4.0-150600.23.81.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.4.0-150600.23.81.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-syms-6.4.0-150600.23.81.1">kernel-syms-6.4.0-150600.23.81.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-syms-azure-6.4.0-150600.8.58.1">kernel-syms-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-syms-rt-6.4.0-150600.10.61.1">kernel-syms-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-zfcpdump-6.4.0-150600.23.81.3">kernel-zfcpdump-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kselftests-kmp-64kb-6.4.0-150600.23.81.3">kselftests-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kselftests-kmp-azure-6.4.0-150600.8.58.1">kselftests-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kselftests-kmp-default-6.4.0-150600.23.81.3">kselftests-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kselftests-kmp-rt-6.4.0-150600.10.61.1">kselftests-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:ocfs2-kmp-64kb-6.4.0-150600.23.81.3">ocfs2-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:ocfs2-kmp-azure-6.4.0-150600.8.58.1">ocfs2-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:ocfs2-kmp-default-6.4.0-150600.23.81.3">ocfs2-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:ocfs2-kmp-rt-6.4.0-150600.10.61.1">ocfs2-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-64kb-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:reiserfs-kmp-64kb-6.4.0-150600.23.81.3">reiserfs-kmp-64kb-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-azure-6.4.0-150600.8.58.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:reiserfs-kmp-azure-6.4.0-150600.8.58.1">reiserfs-kmp-azure-6.4.0-150600.8.58.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-6.4.0-150600.23.81.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:reiserfs-kmp-default-6.4.0-150600.23.81.3">reiserfs-kmp-default-6.4.0-150600.23.81.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-rt-6.4.0-150600.10.61.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:reiserfs-kmp-rt-6.4.0-150600.10.61.1">reiserfs-kmp-rt-6.4.0-150600.10.61.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:cluster-md-kmp-64kb-6.12.0-160000.8.1">cluster-md-kmp-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:cluster-md-kmp-default-6.12.0-160000.8.1">cluster-md-kmp-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:cluster-md-kmp-rt-6.12.0-160000.8.1">cluster-md-kmp-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dlm-kmp-64kb-6.12.0-160000.8.1">dlm-kmp-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dlm-kmp-default-6.12.0-160000.8.1">dlm-kmp-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dlm-kmp-rt-6.12.0-160000.8.1">dlm-kmp-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-allwinner-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-allwinner-6.12.0-160000.8.1">dtb-allwinner-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-altera-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-altera-6.12.0-160000.8.1">dtb-altera-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amazon-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-amazon-6.12.0-160000.8.1">dtb-amazon-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amd-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-amd-6.12.0-160000.8.1">dtb-amd-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-amlogic-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-amlogic-6.12.0-160000.8.1">dtb-amlogic-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-apm-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-apm-6.12.0-160000.8.1">dtb-apm-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-apple-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-apple-6.12.0-160000.8.1">dtb-apple-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-arm-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-arm-6.12.0-160000.8.1">dtb-arm-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-broadcom-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-broadcom-6.12.0-160000.8.1">dtb-broadcom-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-cavium-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-cavium-6.12.0-160000.8.1">dtb-cavium-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-exynos-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-exynos-6.12.0-160000.8.1">dtb-exynos-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-freescale-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-freescale-6.12.0-160000.8.1">dtb-freescale-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-hisilicon-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-hisilicon-6.12.0-160000.8.1">dtb-hisilicon-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-lg-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-lg-6.12.0-160000.8.1">dtb-lg-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-marvell-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-marvell-6.12.0-160000.8.1">dtb-marvell-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-mediatek-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-mediatek-6.12.0-160000.8.1">dtb-mediatek-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-nvidia-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-nvidia-6.12.0-160000.8.1">dtb-nvidia-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-qcom-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-qcom-6.12.0-160000.8.1">dtb-qcom-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-renesas-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-renesas-6.12.0-160000.8.1">dtb-renesas-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-rockchip-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-rockchip-6.12.0-160000.8.1">dtb-rockchip-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-socionext-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-socionext-6.12.0-160000.8.1">dtb-socionext-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-sprd-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-sprd-6.12.0-160000.8.1">dtb-sprd-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-xilinx-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:dtb-xilinx-6.12.0-160000.8.1">dtb-xilinx-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gfs2-kmp-64kb-6.12.0-160000.8.1">gfs2-kmp-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gfs2-kmp-default-6.12.0-160000.8.1">gfs2-kmp-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gfs2-kmp-rt-6.12.0-160000.8.1">gfs2-kmp-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-64kb-6.12.0-160000.8.1">kernel-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-64kb-extra-6.12.0-160000.8.1">kernel-64kb-extra-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-optional-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-64kb-optional-6.12.0-160000.8.1">kernel-64kb-optional-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.12.0-160000.8.1.160000.2.5" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5">kernel-default-base-6.12.0-160000.8.1.160000.2.5 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-optional-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-optional-6.12.0-160000.8.1">kernel-default-optional-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-default-vdso-6.12.0-160000.8.1">kernel-default-vdso-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-devel-6.12.0-160000.8.1">kernel-devel-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-docs-6.12.0-160000.8.1">kernel-docs-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-docs-html-6.12.0-160000.8.1">kernel-docs-html-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-kvmsmall-6.12.0-160000.8.1">kernel-kvmsmall-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1">kernel-kvmsmall-devel-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1">kernel-kvmsmall-vdso-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1">kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-obs-build-6.12.0-160000.8.1">kernel-obs-build-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-obs-qa-6.12.0-160000.8.1">kernel-obs-qa-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-rt-6.12.0-160000.8.1">kernel-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-rt-devel-6.12.0-160000.8.1">kernel-rt-devel-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-rt-extra-6.12.0-160000.8.1">kernel-rt-extra-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-optional-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-rt-optional-6.12.0-160000.8.1">kernel-rt-optional-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-rt-vdso-6.12.0-160000.8.1">kernel-rt-vdso-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-source-6.12.0-160000.8.1">kernel-source-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-source-vanilla-6.12.0-160000.8.1">kernel-source-vanilla-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-syms-6.12.0-160000.8.1">kernel-syms-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kernel-zfcpdump-6.12.0-160000.8.1">kernel-zfcpdump-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kselftests-kmp-64kb-6.12.0-160000.8.1">kselftests-kmp-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kselftests-kmp-default-6.12.0-160000.8.1">kselftests-kmp-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:kselftests-kmp-rt-6.12.0-160000.8.1">kselftests-kmp-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:ocfs2-kmp-64kb-6.12.0-160000.8.1">ocfs2-kmp-64kb-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:ocfs2-kmp-default-6.12.0-160000.8.1">ocfs2-kmp-default-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-rt-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:ocfs2-kmp-rt-6.12.0-160000.8.1">ocfs2-kmp-rt-6.12.0-160000.8.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.8.1">kernel-64kb-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.8.1">kernel-64kb-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.8.1">kernel-64kb-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.8.1">kernel-default-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.12.0-160000.8.1.160000.2.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5">kernel-default-base-6.12.0-160000.8.1.160000.2.5 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.8.1">kernel-default-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.8.1">kernel-default-extra-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.8.1">kernel-default-livepatch-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.8.1">kernel-default-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.8.1">kernel-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.8.1">kernel-docs-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.8.1">kernel-docs-html-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.8.1">kernel-kvmsmall-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1">kernel-kvmsmall-devel-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1">kernel-kvmsmall-vdso-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3">kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1">kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.8.1">kernel-macros-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.8.1">kernel-obs-qa-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.8.1">kernel-source-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.8.1">kernel-source-vanilla-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.8.1">kernel-syms-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.12.0-160000.8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.8.1">kernel-zfcpdump-6.12.0-160000.8.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SLES-LTSS-TERADATA 15 SP2">
      <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2:kernel-default">kernel-default as a component of SLES-LTSS-TERADATA 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SLES-LTSS-TERADATA 15 SP2">
      <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2:kernel-source">kernel-source as a component of SLES-LTSS-TERADATA 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 16.0:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Availability Extension 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.0">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.0:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-devel-rt">kernel-devel-rt as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:kernel-default">kernel-default as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:kernel-source">kernel-source as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:kernel-default">kernel-default as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:kernel-source">kernel-source as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:kernel-default">kernel-default as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:kernel-source">kernel-source as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In the Linux kernel, the following vulnerability has been resolved:

tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().

syzbot reported the splat below in tcp_conn_request(). [0]

If a listener is close()d while a TFO socket is being processed in
tcp_conn_request(), inet_csk_reqsk_queue_add() does not set reqsk-&gt;sk
and calls inet_child_forget(), which calls tcp_disconnect() for the
TFO socket.

After the cited commit, tcp_disconnect() calls reqsk_fastopen_remove(),
where reqsk_put() is called due to !reqsk-&gt;sk.

Then, reqsk_fastopen_remove() in tcp_conn_request() decrements the
last req-&gt;rsk_refcnt and frees reqsk, and __reqsk_free() at the
drop_and_free label causes the refcount underflow for the listener
and double-free of the reqsk.

Let's remove reqsk_fastopen_remove() in tcp_conn_request().

Note that other callers make sure tp-&gt;fastopen_rsk is not NULL.

[0]:
refcount_t: underflow; use-after-free.
WARNING: CPU: 12 PID: 5563 at lib/refcount.c:28 refcount_warn_saturate (lib/refcount.c:28)
Modules linked in:
CPU: 12 UID: 0 PID: 5563 Comm: syz-executor Not tainted syzkaller #0 PREEMPT(full)
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/12/2025
RIP: 0010:refcount_warn_saturate (lib/refcount.c:28)
Code: ab e8 8e b4 98 ff 0f 0b c3 cc cc cc cc cc 80 3d a4 e4 d6 01 00 75 9c c6 05 9b e4 d6 01 01 48 c7 c7 e8 df fb ab e8 6a b4 98 ff &lt;0f&gt; 0b e9 03 5b 76 00 cc 80 3d 7d e4 d6 01 00 0f 85 74 ff ff ff c6
RSP: 0018:ffffa79fc0304a98 EFLAGS: 00010246
RAX: d83af4db1c6b3900 RBX: ffff9f65c7a69020 RCX: d83af4db1c6b3900
RDX: 0000000000000000 RSI: 00000000ffff7fff RDI: ffffffffac78a280
RBP: 000000009d781b60 R08: 0000000000007fff R09: ffffffffac6ca280
R10: 0000000000017ffd R11: 0000000000000004 R12: ffff9f65c7b4f100
R13: ffff9f65c7d23c00 R14: ffff9f65c7d26000 R15: ffff9f65c7a64ef8
FS:  00007f9f962176c0(0000) GS:ffff9f65fcf00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000000180 CR3: 000000000dbbe006 CR4: 0000000000372ef0
Call Trace:
 &lt;IRQ&gt;
 tcp_conn_request (./include/linux/refcount.h:400 ./include/linux/refcount.h:432 ./include/linux/refcount.h:450 ./include/net/sock.h:1965 ./include/net/request_sock.h:131 net/ipv4/tcp_input.c:7301)
 tcp_rcv_state_process (net/ipv4/tcp_input.c:6708)
 tcp_v6_do_rcv (net/ipv6/tcp_ipv6.c:1670)
 tcp_v6_rcv (net/ipv6/tcp_ipv6.c:1906)
 ip6_protocol_deliver_rcu (net/ipv6/ip6_input.c:438)
 ip6_input (net/ipv6/ip6_input.c:500)
 ipv6_rcv (net/ipv6/ip6_input.c:311)
 __netif_receive_skb (net/core/dev.c:6104)
 process_backlog (net/core/dev.c:6456)
 __napi_poll (net/core/dev.c:7506)
 net_rx_action (net/core/dev.c:7569 net/core/dev.c:7696)
 handle_softirqs (kernel/softirq.c:579)
 do_softirq (kernel/softirq.c:480)
 &lt;/IRQ&gt;</Note>
    </Notes>
    <CVE>CVE-2025-40186</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:NetworkManager-wwan-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.31:runc-1.2.6-1.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.95:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:kernel-default-base-6.4.0-38.1.21.15</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.114:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:kernel-rt-6.4.0-39.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.116:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:NetworkManager-wwan-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-5.3:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/base-os-container:2.2.1-5.80:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:kernel-default-base-6.4.0-38.1.21.15</ProductID>
        <ProductID>Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.82:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:kernel-rt-6.4.0-39.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.55:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SL-Micro:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:typelib-1_0-NM-1_0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SLE-Micro:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libexslt0-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libxslt1-1.1.38-4.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:runc-1.2.6-1.1</ProductID>
        <ProductID>Image SLES-Azure-3P:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-Azure-Basic:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-Azure-Standard:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-BYOS-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-BYOS-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-BYOS-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Aliyun:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GDC:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-SAP-CCloud:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAPCAL-Azure:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAPCAL-EC2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES-SAPCAL-GCE:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-HPC-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-ECS-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-SAP-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-BYOS:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-BYOS:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-BYOS:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-BYOS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-BYOS:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-On-Demand:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-On-Demand:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-On-Demand:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-On-Demand:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-SAP-On-Demand:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>Image SLES15-SP6:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GDC:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:kernel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:kernel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:kernel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:kernel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:NetworkManager-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:NetworkManager-tui-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:libnm0-1.42.6-slfo.1.1_2.1</ProductID>
        <ProductID>SUSE Liberty Linux 8:bpftool-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-abi-stablelists-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-core-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-cross-headers-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-debug-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-debug-core-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-debug-devel-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-debug-modules-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-debug-modules-extra-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-devel-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-doc-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-headers-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-modules-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-modules-extra-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-tools-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-tools-libs-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:kernel-tools-libs-devel-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:perf-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:python3-perf-4.18.0-553.87.1.el8_10</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP6:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP6:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP6:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP6:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 16.0:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 16.0:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 16.0:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_244-default-15-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_247-default-13-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_250-default-13-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_255-default-12-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_258-default-10-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_261-default-9-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_266-default-9-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_269-default-6-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_272-default-5-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_275-default-3-2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_10_61-rt-1-150600.1.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_33-default-18-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_38-default-13-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_42-default-13-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_47-default-12-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_50-default-11-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_53-default-11-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_60-default-10-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_65-default-6-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_70-default-6-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-livepatch-6_4_0-150600_23_73-default-3-150600.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_5-rt-10-150700.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_51-default-10-150700.3.27.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_11-default-6-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_16-default-6-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_19-default-3-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_3-default-10-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_53_6-default-10-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_13-rt-6-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_16-rt-6-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_19-rt-3-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_25-rt-1-150700.1.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_3-rt-10-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_8-rt-10-150700.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-64kb-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-devel-6.4.0-150600.23.81.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-macros-6.4.0-150600.23.81.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-zfcpdump-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-devel-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-base-6.4.0-150700.53.25.1.150700.17.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-zfcpdump-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-docs-6.4.0-150600.23.81.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-obs-build-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-source-6.4.0-150600.23.81.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-syms-6.4.0-150600.23.81.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-docs-6.4.0-150700.53.25.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-obs-build-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-syms-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP6:reiserfs-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-azure-devel-6.4.0-150600.8.58.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-devel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-source-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-syms-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-devel-6.4.0-150700.20.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-devel-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-syms-azure-6.4.0-150700.20.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-base-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-default-devel-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-devel-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-macros-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-source-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:kernel-syms-4.4.140-96.167.TDC.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-syms-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:cluster-md-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:dlm-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-base-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-default-devel-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-devel-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-macros-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-source-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:kernel-syms-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ocfs2-kmp-default-4.12.14-122.283.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-64kb-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-livepatch-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-docs-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-docs-html-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-macros-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-obs-qa-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-vanilla-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-syms-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:kernel-zfcpdump-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default-extra-6.4.0-150600.23.81.3</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra-6.4.0-150700.53.25.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-default-base-6.4.0-38.1.21.15</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-default-livepatch-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-devel-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-devel-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-kvmsmall-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-24-default-17-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-25-default-15-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-25-rt-14-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-28-default-13-3.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-28-rt-12-3.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-29-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-30-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-30-rt-12-1.3</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-31-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-31-rt-11-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-32-default-6-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-33-rt-10-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-34-default-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-34-rt-10-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-35-default-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-35-rt-6-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-36-default-3-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-livepatch-6_4_0-36-rt-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-macros-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-source-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-default-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-default-base-6.4.0-38.1.21.15</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-default-devel-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-default-livepatch-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-devel-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-devel-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-kvmsmall-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-24-default-17-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-25-default-15-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-25-rt-14-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-28-default-13-3.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-28-rt-12-3.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-29-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-30-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-30-rt-12-1.3</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-31-default-12-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-31-rt-11-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-32-default-6-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-33-rt-10-1.2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-34-default-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-34-rt-10-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-35-default-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-35-rt-6-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-36-default-3-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-livepatch-6_4_0-36-rt-5-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-macros-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-rt-devel-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-rt-livepatch-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-source-6.4.0-38.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-source-rt-6.4.0-39.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-64kb-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-default-base-6.12.0-160000.8.1.160000.2.5</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-default-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-default-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-default-livepatch-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-macros-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-rt-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-rt-livepatch-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:kernel-source-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:cluster-md-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:dlm-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:gfs2-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-devel-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-rt-devel-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-rt_debug-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-rt_debug-devel-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-source-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-syms-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:ocfs2-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:cluster-md-kmp-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:dlm-kmp-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:gfs2-kmp-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-devel-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt-devel-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-source-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-syms-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:ocfs2-kmp-rt-6.4.0-150700.7.25.1</ProductID>
        <ProductID>openSUSE Leap 15.6:cluster-md-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:cluster-md-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:cluster-md-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:cluster-md-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dlm-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:dlm-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dlm-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:dlm-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-allwinner-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-altera-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-amazon-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-amd-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-amlogic-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-apm-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-apple-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-arm-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-broadcom-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-cavium-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-exynos-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-freescale-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-hisilicon-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-lg-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-marvell-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-mediatek-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-nvidia-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-qcom-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-renesas-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-rockchip-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-socionext-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-sprd-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dtb-xilinx-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gfs2-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:gfs2-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:gfs2-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-64kb-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-64kb-extra-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-64kb-optional-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-azure-devel-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-azure-extra-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-azure-optional-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-azure-vdso-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-debug-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-debug-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-debug-vdso-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-base-6.4.0-150600.23.81.3.150600.12.36.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-base-rebuild-6.4.0-150600.23.81.3.150600.12.36.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-extra-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-livepatch-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-livepatch-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-optional-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-vdso-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel-6.4.0-150600.23.81.2</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-docs-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-docs-html-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-kvmsmall-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-kvmsmall-devel-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-kvmsmall-vdso-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-macros-6.4.0-150600.23.81.2</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-obs-build-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-obs-qa-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-devel-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-extra-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-livepatch-devel-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-optional-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt-vdso-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt_debug-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt_debug-devel-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-rt_debug-vdso-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-6.4.0-150600.23.81.2</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-vanilla-6.4.0-150600.23.81.2</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-syms-6.4.0-150600.23.81.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-syms-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-syms-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-zfcpdump-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kselftests-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kselftests-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:kselftests-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:kselftests-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:ocfs2-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:ocfs2-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:ocfs2-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:ocfs2-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 15.6:reiserfs-kmp-64kb-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:reiserfs-kmp-azure-6.4.0-150600.8.58.1</ProductID>
        <ProductID>openSUSE Leap 15.6:reiserfs-kmp-default-6.4.0-150600.23.81.3</ProductID>
        <ProductID>openSUSE Leap 15.6:reiserfs-kmp-rt-6.4.0-150600.10.61.1</ProductID>
        <ProductID>openSUSE Leap 16.0:cluster-md-kmp-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:cluster-md-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:cluster-md-kmp-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dlm-kmp-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dlm-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dlm-kmp-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-allwinner-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-altera-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-amazon-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-amd-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-amlogic-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-apm-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-apple-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-arm-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-broadcom-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-cavium-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-exynos-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-freescale-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-hisilicon-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-lg-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-marvell-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-mediatek-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-nvidia-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-qcom-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-renesas-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-rockchip-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-socionext-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-sprd-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:dtb-xilinx-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gfs2-kmp-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gfs2-kmp-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-64kb-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-64kb-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-64kb-optional-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-optional-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-default-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-docs-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-docs-html-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-kvmsmall-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-macros-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-obs-build-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-obs-qa-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-rt-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-rt-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-rt-optional-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-rt-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-source-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-source-vanilla-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-syms-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kernel-zfcpdump-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kselftests-kmp-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kselftests-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:kselftests-kmp-rt-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:ocfs2-kmp-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:ocfs2-kmp-default-6.12.0-160000.8.1</ProductID>
        <ProductID>openSUSE Leap 16.0:ocfs2-kmp-rt-6.12.0-160000.8.1</ProductID>
      </Status>
      <Status Type="First Fixed">
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-base-6.12.0-160000.8.1.160000.2.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-livepatch-6_12_0-160000_5-default-7-160000.4.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-livepatch-6_12_0-160000_6-default-4-160000.1.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.8.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.8.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SLES-LTSS-TERADATA 15 SP2:kernel-default</ProductID>
        <ProductID>SLES-LTSS-TERADATA 15 SP2:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 16.0:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 16.0:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.0:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-devel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:kernel-source</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:kernel-source</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:kernel-source</ProductID>
      </Status>
      <Status Type="Known Affected">
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220715-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220411-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220608-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220708-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221019-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230313-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230613-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240807-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221018-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-x86-64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
