<?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-2024-43806</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2024-43806</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>45</Number>
        <Date>2026-03-05T02:13:24Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2024-08-27T23:10:10Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T02:13:24Z</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-2024-43806</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used on a hot path) and eventually lead to an OOM crash of the application. The symptoms were initially discovered in https://github.com/imsnif/bandwhich/issues/284. That post has lots of details of our investigation. Full details can be read on the GHSA-c827-hfw6-qwvm repo advisory. If a program tries to access a directory with its file descriptor after the file has been unlinked (or any other action that leaves the `Dir` iterator in the stuck state), and the implementation does not break after seeing an error, it can cause a memory explosion. As an example, Linux's various virtual file systems (e.g. `/proc`, `/sys`) can contain directories that spontaneously pop in and out of existence. Attempting to iterate over them using `rustix::fs::Dir` directly or indirectly (e.g. with the `procfs` crate) can trigger this fault condition if the implementation decides to continue on errors. An attacker knowledgeable about the implementation details of a vulnerable target can therefore try to trigger this fault condition via any one or a combination of several available APIs. If successful, the application host will quickly run out of memory, after which the application will likely be terminated by an OOM killer, leading to denial of service. This issue has been addressed in release versions 0.35.15, 0.36.16, 0.37.25, and 0.38.19. Users are advised to upgrade. There are no known workarounds for this issue.</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/2024-September/019502.html</URL>
      <Description>E-Mail link for SUSE-SU-2024:3404-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-August/041230.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:02809-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-August/041229.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:02810-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-August/041228.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:02811-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-June/021276.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:20057-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-October/042320.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:20858-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-December/023562.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:4411-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/TXPZZSAXTA6CTQAGWASRTKWJQ3DFB7GG/</URL>
      <Description>E-Mail link for openSUSE-SU-2024:14354-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:latest">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/baremetal-os-container:latest">
        <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:latest">Container suse/sl-micro/6.0/baremetal-os-container:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/base-os-container:latest">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/base-os-container:latest">
        <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:latest">Container suse/sl-micro/6.0/base-os-container:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/kvm-os-container:latest">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/kvm-os-container:latest">
        <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:latest">Container suse/sl-micro/6.0/kvm-os-container:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/rt-os-container:latest">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/rt-os-container:latest">
        <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:latest">Container suse/sl-micro/6.0/rt-os-container:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/toolbox:latest">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/toolbox:latest">
        <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:latest">Container suse/sl-micro/6.0/toolbox:latest</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-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 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 SLES15-SP4-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS">Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS">Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp5">SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</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 Desktop Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp6">SUSE Linux Enterprise Module for Desktop Applications 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>
    <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 Desktop Applications 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp7">SUSE Linux Enterprise Module for Desktop Applications 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>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 12 SP5" CPE="cpe:/o:suse:sle-hpc:12:sp5">SUSE Linux Enterprise High Performance Computing 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp5">SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp5">SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5" CPE="cpe:/o:suse:sle-module-server-applications:15:sp5">SUSE Linux Enterprise Module for Server Applications 15 SP5</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 Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp6">SUSE Linux Enterprise Module for Desktop Applications 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 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 Module for Server Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6" CPE="cpe:/o:suse:sle-module-server-applications:15:sp6">SUSE Linux Enterprise Module for Server Applications 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 Desktop Applications 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp7">SUSE Linux Enterprise Module for Desktop Applications 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 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 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 Module for Package Hub 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5" CPE="cpe:/o:suse:packagehub:15:sp5">SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6" CPE="cpe:/o:suse:packagehub:15:sp6">SUSE Linux Enterprise Module for Package Hub 15 SP6</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 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 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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5" CPE="cpe:/o:suse:sles:12:sp5">SUSE Linux Enterprise Server 12 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5" CPE="cpe:/o:suse:sle-sdk:12:sp5">SUSE Linux Enterprise Software Development Kit 12 SP5</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</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 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp5">SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp5">SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5" CPE="cpe:/o:suse:sle-module-server-applications:15:sp5">SUSE Linux Enterprise Module for Server Applications 15 SP5</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 Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp6">SUSE Linux Enterprise Module for Desktop Applications 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 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 Module for Server Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6" CPE="cpe:/o:suse:sle-module-server-applications:15:sp6">SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp6">SUSE Linux Enterprise Server 15 SP6-LTSS</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 Desktop Applications 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp7">SUSE Linux Enterprise Module for Desktop Applications 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 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 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 Teradata 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 12 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 12 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3-LTSS" CPE="cpe:/o:suse:sles_ltss_teradata:12:sp3">SUSE Linux Enterprise Server Teradata 12 SP3-LTSS</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 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP5" CPE="cpe:/o:suse:sles_sap:12:sp5">SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5" CPE="cpe:/o:suse:sle-sdk:12:sp5">SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</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 Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
      </Branch>
      <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 Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp5">SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp5">SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5" CPE="cpe:/o:suse:sle-module-server-applications:15:sp5">SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
      </Branch>
      <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 Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp6">SUSE Linux Enterprise Module for Desktop Applications 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 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 Module for Server Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6" CPE="cpe:/o:suse:sle-module-server-applications:15:sp6">SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6" CPE="cpe:/o:suse:sles_sap:15:sp6">SUSE Linux Enterprise Server for SAP Applications 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 Desktop Applications 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7" CPE="cpe:/o:suse:sle-module-desktop-applications:15:sp7">SUSE Linux Enterprise Module for Desktop Applications 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 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 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 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.3">
        <FullProductName ProductID="SUSE Manager Proxy 4.3" CPE="cpe:/o:suse:suse-manager-proxy:4.3">SUSE Manager Proxy 4.3</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 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.3">SUSE Manager Retail Branch Server 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 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp4">SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Manager Server 4.3">
        <FullProductName ProductID="SUSE Manager Server 4.3" CPE="cpe:/o:suse:suse-manager-server:4.3">SUSE Manager Server 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="SUSE Package Hub 15 SP5">
      <Branch Type="Product Name" Name="SUSE Package Hub 15 SP5">
        <FullProductName ProductID="SUSE Package Hub 15 SP5">SUSE Package Hub 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Package Hub 15 SP6">
      <Branch Type="Product Name" Name="SUSE Package Hub 15 SP6">
        <FullProductName ProductID="SUSE Package Hub 15 SP6">SUSE Package Hub 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</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 Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="389-ds">
      <FullProductName ProductID="389-ds" CPE="cpe:2.3:o:redhat:389_directory_server:*:*:*:*:*:*:*:*">389-ds</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="389-ds-3.1.1~git13.a9c7ff9-1.1">
      <FullProductName ProductID="389-ds-3.1.1~git13.a9c7ff9-1.1" CPE="cpe:2.3:o:redhat:389_directory_server:3.1.1~git13.a9c7ff9:*:*:*:*:*:*:*">389-ds-3.1.1~git13.a9c7ff9-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="389-ds-devel">
      <FullProductName ProductID="389-ds-devel">389-ds-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="389-ds-devel-3.1.1~git13.a9c7ff9-1.1">
      <FullProductName ProductID="389-ds-devel-3.1.1~git13.a9c7ff9-1.1">389-ds-devel-3.1.1~git13.a9c7ff9-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="389-ds-snmp">
      <FullProductName ProductID="389-ds-snmp">389-ds-snmp</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="389-ds-snmp-3.1.1~git13.a9c7ff9-1.1">
      <FullProductName ProductID="389-ds-snmp-3.1.1~git13.a9c7ff9-1.1">389-ds-snmp-3.1.1~git13.a9c7ff9-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="afterburn">
      <FullProductName ProductID="afterburn">afterburn</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="afterburn-dracut">
      <FullProductName ProductID="afterburn-dracut">afterburn-dracut</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="aws-nitro-enclaves-binaryblobs-upstream">
      <FullProductName ProductID="aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="aws-nitro-enclaves-cli">
      <FullProductName ProductID="aws-nitro-enclaves-cli">aws-nitro-enclaves-cli</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cargo-c">
      <FullProductName ProductID="cargo-c">cargo-c</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-28.3.2_ce-slfo.1.1_5.1">
      <FullProductName ProductID="docker-28.3.2_ce-slfo.1.1_5.1" CPE="cpe:2.3:a:mobyproject:moby:28.3.2_ce:*:*:*:*:*:*:*">docker-28.3.2_ce-slfo.1.1_5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-buildx-0.25.0-slfo.1.1_5.1">
      <FullProductName ProductID="docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdk-pixbuf-loader-rsvg">
      <FullProductName ProductID="gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">
      <FullProductName ProductID="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdk-pixbuf-loader-rsvg-32bit">
      <FullProductName ProductID="gdk-pixbuf-loader-rsvg-32bit">gdk-pixbuf-loader-rsvg-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-rs">
      <FullProductName ProductID="gstreamer-plugins-rs">gstreamer-plugins-rs</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-rs-devel">
      <FullProductName ProductID="gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="keylime-ima-policy-0.2.7+117-160000.2.2">
      <FullProductName ProductID="keylime-ima-policy-0.2.7+117-160000.2.2">keylime-ima-policy-0.2.7+117-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="keylime-ima-policy-0.2.7+70-2.1">
      <FullProductName ProductID="keylime-ima-policy-0.2.7+70-2.1">keylime-ima-policy-0.2.7+70-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lib389">
      <FullProductName ProductID="lib389">lib389</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lib389-3.1.1~git13.a9c7ff9-1.1">
      <FullProductName ProductID="lib389-3.1.1~git13.a9c7ff9-1.1">lib389-3.1.1~git13.a9c7ff9-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreetype6-2.13.3-1.1">
      <FullProductName ProductID="libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg">
      <FullProductName ProductID="librsvg" CPE="cpe:2.3:a:gnome:librsvg:*:*:*:*:*:*:*:*">librsvg</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg-2-2">
      <FullProductName ProductID="librsvg-2-2" CPE="cpe:2.3:a:gnome:librsvg:2:*:*:*:*:*:*:*">librsvg-2-2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg-2-2-2.52.12-150400.3.9.1">
      <FullProductName ProductID="librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg-2-2-32bit">
      <FullProductName ProductID="librsvg-2-2-32bit">librsvg-2-2-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg-devel">
      <FullProductName ProductID="librsvg-devel">librsvg-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsvg-devel-2.52.12-150400.3.9.1">
      <FullProductName ProductID="librsvg-devel-2.52.12-150400.3.9.1">librsvg-devel-2.52.12-150400.3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsvrcore0">
      <FullProductName ProductID="libsvrcore0">libsvrcore0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsvrcore0-3.1.1~git13.a9c7ff9-1.1">
      <FullProductName ProductID="libsvrcore0-3.1.1~git13.a9c7ff9-1.1">libsvrcore0-3.1.1~git13.a9c7ff9-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxml2-2-2.11.6-slfo.1.1_2.1">
      <FullProductName ProductID="libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxml2-tools-2.11.6-slfo.1.1_2.1">
      <FullProductName ProductID="libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="netavark">
      <FullProductName ProductID="netavark">netavark</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python-maturin">
      <FullProductName ProductID="python-maturin">python-maturin</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python311-maturin">
      <FullProductName ProductID="python311-maturin">python311-maturin</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python313-maturin">
      <FullProductName ProductID="python313-maturin">python313-maturin</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption">
      <FullProductName ProductID="rage-encryption">rage-encryption</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-0.10.0+0-150500.3.6.1">
      <FullProductName ProductID="rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-0.10.0+0-3.1">
      <FullProductName ProductID="rage-encryption-0.10.0+0-3.1">rage-encryption-0.10.0+0-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-0.11.1+0-160000.2.2">
      <FullProductName ProductID="rage-encryption-0.11.1+0-160000.2.2">rage-encryption-0.11.1+0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-bash-completion">
      <FullProductName ProductID="rage-encryption-bash-completion">rage-encryption-bash-completion</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">
      <FullProductName ProductID="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-bash-completion-0.10.0+0-3.1">
      <FullProductName ProductID="rage-encryption-bash-completion-0.10.0+0-3.1">rage-encryption-bash-completion-0.10.0+0-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-bash-completion-0.11.1+0-160000.2.2">
      <FullProductName ProductID="rage-encryption-bash-completion-0.11.1+0-160000.2.2">rage-encryption-bash-completion-0.11.1+0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-fish-completion">
      <FullProductName ProductID="rage-encryption-fish-completion">rage-encryption-fish-completion</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-fish-completion-0.10.0+0-150500.3.6.1">
      <FullProductName ProductID="rage-encryption-fish-completion-0.10.0+0-150500.3.6.1">rage-encryption-fish-completion-0.10.0+0-150500.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-fish-completion-0.10.0+0-3.1">
      <FullProductName ProductID="rage-encryption-fish-completion-0.10.0+0-3.1">rage-encryption-fish-completion-0.10.0+0-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-fish-completion-0.11.1+0-160000.2.2">
      <FullProductName ProductID="rage-encryption-fish-completion-0.11.1+0-160000.2.2">rage-encryption-fish-completion-0.11.1+0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-zsh-completion">
      <FullProductName ProductID="rage-encryption-zsh-completion">rage-encryption-zsh-completion</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1">
      <FullProductName ProductID="rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1">rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-zsh-completion-0.10.0+0-3.1">
      <FullProductName ProductID="rage-encryption-zsh-completion-0.10.0+0-3.1">rage-encryption-zsh-completion-0.10.0+0-3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rage-encryption-zsh-completion-0.11.1+0-160000.2.2">
      <FullProductName ProductID="rage-encryption-zsh-completion-0.11.1+0-160000.2.2">rage-encryption-zsh-completion-0.11.1+0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rsvg-convert">
      <FullProductName ProductID="rsvg-convert">rsvg-convert</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rsvg-thumbnailer">
      <FullProductName ProductID="rsvg-thumbnailer">rsvg-thumbnailer</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rsvg-view">
      <FullProductName ProductID="rsvg-view">rsvg-view</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-bindgen-0.70.1-bp155.5.1">
      <FullProductName ProductID="rust-bindgen-0.70.1-bp155.5.1">rust-bindgen-0.70.1-bp155.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-bindgen-0.70.1-bp156.5.1">
      <FullProductName ProductID="rust-bindgen-0.70.1-bp156.5.1">rust-bindgen-0.70.1-bp156.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.6+13-1.1">
      <FullProductName ProductID="rust-keylime-0.2.6+13-1.1">rust-keylime-0.2.6+13-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.7+117-160000.2.2">
      <FullProductName ProductID="rust-keylime-0.2.7+117-160000.2.2">rust-keylime-0.2.7+117-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.7+141-150400.3.5.1">
      <FullProductName ProductID="rust-keylime-0.2.7+141-150400.3.5.1">rust-keylime-0.2.7+141-150400.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.7+141-150400.3.7.1">
      <FullProductName ProductID="rust-keylime-0.2.7+141-150400.3.7.1">rust-keylime-0.2.7+141-150400.3.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.7+141-150500.3.5.1">
      <FullProductName ProductID="rust-keylime-0.2.7+141-150500.3.5.1">rust-keylime-0.2.7+141-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.7+70-2.1">
      <FullProductName ProductID="rust-keylime-0.2.7+70-2.1">rust-keylime-0.2.7+70-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rust-keylime-0.2.8+12-slfo.1.1_1.1">
      <FullProductName ProductID="rust-keylime-0.2.8+12-slfo.1.1_1.1">rust-keylime-0.2.8+12-slfo.1.1_1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rustup">
      <FullProductName ProductID="rustup">rustup</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sccache">
      <FullProductName ProductID="sccache">sccache</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sevctl">
      <FullProductName ProductID="sevctl">sevctl</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-ne">
      <FullProductName ProductID="system-group-ne">system-group-ne</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Rsvg-2_0">
      <FullProductName ProductID="typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1">
      <FullProductName ProductID="typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1">typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:latest:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Container suse/sl-micro/6.0/base-os-container:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/base-os-container:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/rt-os-container:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/toolbox:latest">
      <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:latest:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Container suse/sl-micro/6.0/toolbox:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.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:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.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:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.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:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.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:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:docker-28.3.2_ce-slfo.1.1_5.1">docker-28.3.2_ce-slfo.1.1_5.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-slfo.1.1_5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:docker-buildx-0.25.0-slfo.1.1_5.1">docker-buildx-0.25.0-slfo.1.1_5.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.13.3-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libfreetype6-2.13.3-1.1">libfreetype6-2.13.3-1.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libxml2-2-2.11.6-slfo.1.1_2.1">libxml2-2-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-tools-2.11.6-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libxml2-tools-2.11.6-slfo.1.1_2.1">libxml2-tools-2.11.6-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.7+141-150400.3.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:rust-keylime-0.2.7+141-150400.3.7.1">rust-keylime-0.2.7+141-150400.3.7.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.7+141-150400.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:rust-keylime-0.2.7+141-150400.3.5.1">rust-keylime-0.2.7+141-150400.3.5.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.7+141-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:rust-keylime-0.2.7+141-150500.3.5.1">rust-keylime-0.2.7+141-150500.3.5.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1">gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:librsvg-2-2-2.52.12-150400.3.9.1">librsvg-2-2-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:librsvg-devel-2.52.12-150400.3.9.1">librsvg-devel-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1">typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="keylime-ima-policy-0.2.7+117-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:keylime-ima-policy-0.2.7+117-160000.2.2">keylime-ima-policy-0.2.7+117-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.11.1+0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-0.11.1+0-160000.2.2">rage-encryption-0.11.1+0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.11.1+0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-bash-completion-0.11.1+0-160000.2.2">rage-encryption-bash-completion-0.11.1+0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-fish-completion-0.11.1+0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-fish-completion-0.11.1+0-160000.2.2">rage-encryption-fish-completion-0.11.1+0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-zsh-completion-0.11.1+0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-zsh-completion-0.11.1+0-160000.2.2">rage-encryption-zsh-completion-0.11.1+0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.7+117-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rust-keylime-0.2.7+117-160000.2.2">rust-keylime-0.2.7+117-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.6+13-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1">rust-keylime-0.2.6+13-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.8+12-slfo.1.1_1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:rust-keylime-0.2.8+12-slfo.1.1_1.1">rust-keylime-0.2.8+12-slfo.1.1_1.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-bindgen-0.70.1-bp155.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Package Hub 15 SP5:rust-bindgen-0.70.1-bp155.5.1">rust-bindgen-0.70.1-bp155.5.1 as a component of SUSE Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-bindgen-0.70.1-bp156.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Package Hub 15 SP6:rust-bindgen-0.70.1-bp156.5.1">rust-bindgen-0.70.1-bp156.5.1 as a component of SUSE Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-bindgen-0.70.1-bp155.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rust-bindgen-0.70.1-bp155.5.1">rust-bindgen-0.70.1-bp155.5.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rage-encryption-0.10.0+0-150500.3.6.1">rage-encryption-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1">rage-encryption-bash-completion-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-fish-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rage-encryption-fish-completion-0.10.0+0-150500.3.6.1">rage-encryption-fish-completion-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1">rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-bindgen-0.70.1-bp156.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rust-bindgen-0.70.1-bp156.5.1">rust-bindgen-0.70.1-bp156.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-3.1.1~git13.a9c7ff9-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:389-ds-3.1.1~git13.a9c7ff9-1.1">389-ds-3.1.1~git13.a9c7ff9-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel-3.1.1~git13.a9c7ff9-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:389-ds-devel-3.1.1~git13.a9c7ff9-1.1">389-ds-devel-3.1.1~git13.a9c7ff9-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp-3.1.1~git13.a9c7ff9-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:389-ds-snmp-3.1.1~git13.a9c7ff9-1.1">389-ds-snmp-3.1.1~git13.a9c7ff9-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="keylime-ima-policy-0.2.7+70-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:keylime-ima-policy-0.2.7+70-2.1">keylime-ima-policy-0.2.7+70-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389-3.1.1~git13.a9c7ff9-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:lib389-3.1.1~git13.a9c7ff9-1.1">lib389-3.1.1~git13.a9c7ff9-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0-3.1.1~git13.a9c7ff9-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libsvrcore0-3.1.1~git13.a9c7ff9-1.1">libsvrcore0-3.1.1~git13.a9c7ff9-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-0.10.0+0-3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:rage-encryption-0.10.0+0-3.1">rage-encryption-0.10.0+0-3.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion-0.10.0+0-3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:rage-encryption-bash-completion-0.10.0+0-3.1">rage-encryption-bash-completion-0.10.0+0-3.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-fish-completion-0.10.0+0-3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:rage-encryption-fish-completion-0.10.0+0-3.1">rage-encryption-fish-completion-0.10.0+0-3.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-zsh-completion-0.10.0+0-3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:rage-encryption-zsh-completion-0.10.0+0-3.1">rage-encryption-zsh-completion-0.10.0+0-3.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="rust-keylime-0.2.7+70-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:rust-keylime-0.2.7+70-2.1">rust-keylime-0.2.7+70-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 12 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise High Performance Computing 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:389-ds">389-ds as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:lib389">lib389 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg">librsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:netavark">netavark as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rustup">rustup as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:sccache">sccache as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" 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:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-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:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:netavark">netavark as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:afterburn">afterburn as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:librsvg">librsvg as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:netavark">netavark as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:afterburn">afterburn as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:netavark">netavark as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:afterburn">afterburn as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:netavark">netavark as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:afterburn">afterburn as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:netavark">netavark as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:netavark">netavark as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:netavark">netavark as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP6:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Desktop Applications 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Desktop Applications 15 SP7:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:rustup">rustup as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:sccache">sccache as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-view" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5:rsvg-view">rsvg-view as a component of SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:librsvg">librsvg as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP4:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP5:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" 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:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" 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:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" 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:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" 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:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" 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:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" 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:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:389-ds">389-ds as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:lib389">lib389 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:sevctl">sevctl as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6:389-ds">389-ds as a component of SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6:lib389">lib389 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP6:sevctl">sevctl as a component of SUSE Linux Enterprise Module for Server Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg-2-2-32bit">librsvg-2-2-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-view" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:rsvg-view">rsvg-view as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg-2-2-32bit">librsvg-2-2-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-view" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:rsvg-view">rsvg-view as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:librsvg-2-2-32bit">librsvg-2-2-32bit as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-view" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:rsvg-view">rsvg-view as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds-snmp">389-ds-snmp as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:netavark">netavark as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:rustup">rustup as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:sccache">sccache as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:netavark">netavark as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:rustup">rustup as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:sccache">sccache as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:lib389">lib389 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:netavark">netavark as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:rustup">rustup as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sccache">sccache as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sevctl">sevctl as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:389-ds">389-ds as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:389-ds">389-ds as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:389-ds-snmp">389-ds-snmp as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:lib389">lib389 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:afterburn">afterburn as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="cargo-c" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:cargo-c">cargo-c as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-convert" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rsvg-convert">rsvg-convert as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-thumbnailer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rsvg-thumbnailer">rsvg-thumbnailer as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:librsvg">librsvg as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:netavark">netavark as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python313-maturin" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:python313-maturin">python313-maturin as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-maturin" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:python-maturin">python-maturin as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption">rage-encryption as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-bash-completion">rage-encryption-bash-completion as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-fish-completion" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-fish-completion">rage-encryption-fish-completion as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-zsh-completion" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rage-encryption-zsh-completion">rage-encryption-zsh-completion as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:rustup">rustup as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sccache">sccache as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3:librsvg">librsvg as a component of SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3-LTSS:librsvg">librsvg as a component of SUSE Linux Enterprise Server Teradata 12 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:389-ds">389-ds as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:netavark">netavark as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:rustup">rustup as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:sccache">sccache as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" 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:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-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:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" 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:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-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:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" 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:sevctl">sevctl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:netavark">netavark as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:rustup">rustup as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sccache">sccache as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sevctl">sevctl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" 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:389-ds">389-ds as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" 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:389-ds-devel">389-ds-devel as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp" 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:389-ds-snmp">389-ds-snmp as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" 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:lib389">lib389 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" 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:libsvrcore0">libsvrcore0 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" 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:afterburn">afterburn as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" 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:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" 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:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" 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:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" 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:system-group-ne">system-group-ne as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="cargo-c" 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:cargo-c">cargo-c as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" 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:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" 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:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" 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:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" 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:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-convert" 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:rsvg-convert">rsvg-convert as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-thumbnailer" 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:rsvg-thumbnailer">rsvg-thumbnailer as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" 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:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" 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:librsvg">librsvg as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" 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:netavark">netavark as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python313-maturin" 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:python313-maturin">python313-maturin as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-maturin" 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:python-maturin">python-maturin as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption" 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:rage-encryption">rage-encryption as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-bash-completion" 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:rage-encryption-bash-completion">rage-encryption-bash-completion as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-fish-completion" 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:rage-encryption-fish-completion">rage-encryption-fish-completion as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rage-encryption-zsh-completion" 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:rage-encryption-zsh-completion">rage-encryption-zsh-completion as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" 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:rustup">rustup as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" 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:sccache">sccache as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:librsvg-devel">librsvg-devel as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:librsvg">librsvg as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:afterburn">afterburn as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:librsvg">librsvg as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:netavark">netavark as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:afterburn">afterburn as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:librsvg">librsvg as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:netavark">netavark as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:afterburn">afterburn as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="afterburn-dracut" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:afterburn-dracut">afterburn-dracut as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:librsvg-2-2">librsvg-2-2 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:librsvg">librsvg as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:netavark">netavark as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python313-maturin" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:python313-maturin">python313-maturin as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-maturin" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:python-maturin">python-maturin as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:389-ds">389-ds as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:lib389">lib389 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:librsvg">librsvg as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:389-ds">389-ds as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:lib389">lib389 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:librsvg">librsvg as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:389-ds">389-ds as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:lib389">lib389 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:librsvg">librsvg as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:389-ds">389-ds as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:lib389">lib389 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:librsvg">librsvg as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:389-ds">389-ds as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:lib389">lib389 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:librsvg">librsvg as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:389-ds">389-ds as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:389-ds-devel">389-ds-devel as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:lib389">lib389 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libsvrcore0">libsvrcore0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:librsvg-2-2">librsvg-2-2 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:librsvg">librsvg as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:389-ds">389-ds as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:389-ds-devel">389-ds-devel as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:389-ds-snmp">389-ds-snmp as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:lib389">lib389 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libsvrcore0">libsvrcore0 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:system-group-ne">system-group-ne as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="cargo-c" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:cargo-c">cargo-c as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:gdk-pixbuf-loader-rsvg-32bit">gdk-pixbuf-loader-rsvg-32bit as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:librsvg-2-2">librsvg-2-2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:librsvg-2-2-32bit">librsvg-2-2-32bit as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:librsvg-devel">librsvg-devel as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-convert" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rsvg-convert">rsvg-convert as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-thumbnailer" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rsvg-thumbnailer">rsvg-thumbnailer as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:librsvg">librsvg as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:netavark">netavark as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:rustup">rustup as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:sccache">sccache as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:sevctl">sevctl as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:389-ds">389-ds as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:389-ds-devel">389-ds-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="389-ds-snmp" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:389-ds-snmp">389-ds-snmp as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="lib389" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:lib389">lib389 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsvrcore0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libsvrcore0">libsvrcore0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-binaryblobs-upstream" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:aws-nitro-enclaves-binaryblobs-upstream">aws-nitro-enclaves-binaryblobs-upstream as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="aws-nitro-enclaves-cli" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:aws-nitro-enclaves-cli">aws-nitro-enclaves-cli as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-ne" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:system-group-ne">system-group-ne as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cargo-c" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cargo-c">cargo-c as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-rs">gstreamer-plugins-rs as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-rs-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-rs-devel">gstreamer-plugins-rs-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gdk-pixbuf-loader-rsvg">gdk-pixbuf-loader-rsvg as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-loader-rsvg-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gdk-pixbuf-loader-rsvg-32bit">gdk-pixbuf-loader-rsvg-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:librsvg-2-2">librsvg-2-2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-2-2-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:librsvg-2-2-32bit">librsvg-2-2-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:librsvg-devel">librsvg-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-convert" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rsvg-convert">rsvg-convert as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsvg-thumbnailer" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rsvg-thumbnailer">rsvg-thumbnailer as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Rsvg-2_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-Rsvg-2_0">typelib-1_0-Rsvg-2_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsvg" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:librsvg">librsvg as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="netavark" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:netavark">netavark as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-maturin" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:python311-maturin">python311-maturin as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-maturin" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:python-maturin">python-maturin as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="rustup" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:rustup">rustup as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sccache" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sccache">sccache as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sevctl" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sevctl">sevctl as a component of openSUSE Leap 15.6</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">Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used on a hot path) and eventually lead to an OOM crash of the application. The symptoms were initially discovered in https://github.com/imsnif/bandwhich/issues/284. That post has lots of details of our investigation. Full details can be read on the GHSA-c827-hfw6-qwvm repo advisory. If a program tries to access a directory with its file descriptor after the file has been unlinked (or any other action that leaves the `Dir` iterator in the stuck state), and the implementation does not break after seeing an error, it can cause a memory explosion. As an example, Linux's various virtual file systems (e.g. `/proc`, `/sys`) can contain directories that spontaneously pop in and out of existence. Attempting to iterate over them using `rustix::fs::Dir` directly or indirectly (e.g. with the `procfs` crate) can trigger this fault condition if the implementation decides to continue on errors. An attacker knowledgeable about the implementation details of a vulnerable target can therefore try to trigger this fault condition via any one or a combination of several available APIs. If successful, the application host will quickly run out of memory, after which the application will likely be terminated by an OOM killer, leading to denial of service. This issue has been addressed in release versions 0.35.15, 0.36.16, 0.37.25, and 0.38.19. Users are advised to upgrade. There are no known workarounds for this issue.</Note>
    </Notes>
    <CVE>CVE-2024-43806</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:latest:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:latest:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/toolbox:latest:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SL-Micro:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:docker-28.3.2_ce-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:docker-buildx-0.25.0-slfo.1.1_5.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libfreetype6-2.13.3-1.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libxml2-2-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libxml2-tools-2.11.6-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:rust-keylime-0.2.7+141-150400.3.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:rust-keylime-0.2.7+141-150400.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:rust-keylime-0.2.7+141-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:rage-encryption-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:rage-encryption-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:rage-encryption-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:rage-encryption-fish-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gdk-pixbuf-loader-rsvg-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:librsvg-2-2-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:librsvg-devel-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:typelib-1_0-Rsvg-2_0-2.52.12-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:keylime-ima-policy-0.2.7+117-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-0.11.1+0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-bash-completion-0.11.1+0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-fish-completion-0.11.1+0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-zsh-completion-0.11.1+0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rust-keylime-0.2.7+117-160000.2.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:rust-keylime-0.2.8+12-slfo.1.1_1.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP5:rust-bindgen-0.70.1-bp155.5.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP6:rust-bindgen-0.70.1-bp156.5.1</ProductID>
        <ProductID>openSUSE Leap 15.5:rage-encryption-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.5:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.5:rust-bindgen-0.70.1-bp155.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:rage-encryption-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.6:rage-encryption-bash-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.6:rage-encryption-fish-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.6:rage-encryption-zsh-completion-0.10.0+0-150500.3.6.1</ProductID>
        <ProductID>openSUSE Leap 15.6:rust-bindgen-0.70.1-bp156.5.1</ProductID>
        <ProductID>openSUSE Tumbleweed:389-ds-3.1.1~git13.a9c7ff9-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:389-ds-devel-3.1.1~git13.a9c7ff9-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:389-ds-snmp-3.1.1~git13.a9c7ff9-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:keylime-ima-policy-0.2.7+70-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:lib389-3.1.1~git13.a9c7ff9-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libsvrcore0-3.1.1~git13.a9c7ff9-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:rage-encryption-0.10.0+0-3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:rage-encryption-bash-completion-0.10.0+0-3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:rage-encryption-fish-completion-0.10.0+0-3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:rage-encryption-zsh-completion-0.10.0+0-3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:rust-keylime-0.2.7+70-2.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE Linux Enterprise High Performance Computing 12 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP5:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP5:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP5:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP6:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP6:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP6:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP6:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP7:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP7:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP7:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP7:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP5:rsvg-view</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP4:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP4:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP4:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP5:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP5:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP5:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:sevctl</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP6:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP6:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP6:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP6:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP6:sevctl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:librsvg-2-2-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:rsvg-view</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:librsvg-2-2-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:rsvg-view</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:librsvg-2-2-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:rsvg-view</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:389-ds-snmp</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sevctl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:389-ds-snmp</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:cargo-c</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:python-maturin</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:python313-maturin</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-bash-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-fish-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rage-encryption-zsh-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rsvg-convert</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rsvg-thumbnailer</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3-LTSS:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:sevctl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sevctl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:389-ds</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:389-ds-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:389-ds-snmp</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:afterburn</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:aws-nitro-enclaves-cli</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:gstreamer-plugins-rs</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:lib389</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libsvrcore0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:netavark</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:python-maturin</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rage-encryption</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rage-encryption-bash-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rage-encryption-fish-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rage-encryption-zsh-completion</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rsvg-convert</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rsvg-thumbnailer</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:rustup</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:sccache</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:system-group-ne</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:librsvg</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:librsvg-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:afterburn</ProductID>
        <ProductID>SUSE Linux Micro 6.0:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Micro 6.0:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.0:librsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.0:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:netavark</ProductID>
        <ProductID>SUSE Linux Micro 6.1:afterburn</ProductID>
        <ProductID>SUSE Linux Micro 6.1:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Micro 6.1:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.1:librsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.1:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Micro 6.1:netavark</ProductID>
        <ProductID>SUSE Linux Micro 6.2:afterburn</ProductID>
        <ProductID>SUSE Linux Micro 6.2:afterburn-dracut</ProductID>
        <ProductID>SUSE Linux Micro 6.2:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.2:librsvg</ProductID>
        <ProductID>SUSE Linux Micro 6.2:librsvg-2-2</ProductID>
        <ProductID>SUSE Linux Micro 6.2:netavark</ProductID>
        <ProductID>SUSE Linux Micro 6.2:python-maturin</ProductID>
        <ProductID>SUSE Linux Micro 6.2:python313-maturin</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:librsvg-2-2</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:librsvg-2-2</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:librsvg-2-2</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:389-ds</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:389-ds-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:lib389</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:librsvg-2-2</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libsvrcore0</ProductID>
        <ProductID>SUSE Manager Server 4.3:389-ds</ProductID>
        <ProductID>SUSE Manager Server 4.3:389-ds-devel</ProductID>
        <ProductID>SUSE Manager Server 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Server 4.3:lib389</ProductID>
        <ProductID>SUSE Manager Server 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Server 4.3:librsvg-2-2</ProductID>
        <ProductID>SUSE Manager Server 4.3:libsvrcore0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:librsvg</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:librsvg-2-2</ProductID>
        <ProductID>openSUSE Leap 15.5:389-ds</ProductID>
        <ProductID>openSUSE Leap 15.5:389-ds-devel</ProductID>
        <ProductID>openSUSE Leap 15.5:389-ds-snmp</ProductID>
        <ProductID>openSUSE Leap 15.5:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>openSUSE Leap 15.5:aws-nitro-enclaves-cli</ProductID>
        <ProductID>openSUSE Leap 15.5:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>openSUSE Leap 15.5:gdk-pixbuf-loader-rsvg-32bit</ProductID>
        <ProductID>openSUSE Leap 15.5:lib389</ProductID>
        <ProductID>openSUSE Leap 15.5:librsvg</ProductID>
        <ProductID>openSUSE Leap 15.5:librsvg-2-2</ProductID>
        <ProductID>openSUSE Leap 15.5:librsvg-2-2-32bit</ProductID>
        <ProductID>openSUSE Leap 15.5:librsvg-devel</ProductID>
        <ProductID>openSUSE Leap 15.5:libsvrcore0</ProductID>
        <ProductID>openSUSE Leap 15.5:netavark</ProductID>
        <ProductID>openSUSE Leap 15.5:rsvg-convert</ProductID>
        <ProductID>openSUSE Leap 15.5:rsvg-thumbnailer</ProductID>
        <ProductID>openSUSE Leap 15.5:rustup</ProductID>
        <ProductID>openSUSE Leap 15.5:sevctl</ProductID>
        <ProductID>openSUSE Leap 15.5:system-group-ne</ProductID>
        <ProductID>openSUSE Leap 15.5:typelib-1_0-Rsvg-2_0</ProductID>
        <ProductID>openSUSE Leap 15.6:389-ds</ProductID>
        <ProductID>openSUSE Leap 15.6:389-ds-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:389-ds-snmp</ProductID>
        <ProductID>openSUSE Leap 15.6:aws-nitro-enclaves-binaryblobs-upstream</ProductID>
        <ProductID>openSUSE Leap 15.6:aws-nitro-enclaves-cli</ProductID>
        <ProductID>openSUSE Leap 15.6:cargo-c</ProductID>
        <ProductID>openSUSE Leap 15.6:gdk-pixbuf-loader-rsvg</ProductID>
        <ProductID>openSUSE Leap 15.6:gdk-pixbuf-loader-rsvg-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-rs</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-rs-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:lib389</ProductID>
        <ProductID>openSUSE Leap 15.6:librsvg</ProductID>
        <ProductID>openSUSE Leap 15.6:librsvg-2-2</ProductID>
        <ProductID>openSUSE Leap 15.6:librsvg-2-2-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:librsvg-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:libsvrcore0</ProductID>
        <ProductID>openSUSE Leap 15.6:netavark</ProductID>
        <ProductID>openSUSE Leap 15.6:python-maturin</ProductID>
        <ProductID>openSUSE Leap 15.6:python311-maturin</ProductID>
        <ProductID>openSUSE Leap 15.6:rsvg-convert</ProductID>
        <ProductID>openSUSE Leap 15.6:rsvg-thumbnailer</ProductID>
        <ProductID>openSUSE Leap 15.6:rustup</ProductID>
        <ProductID>openSUSE Leap 15.6:sccache</ProductID>
        <ProductID>openSUSE Leap 15.6:sevctl</ProductID>
        <ProductID>openSUSE Leap 15.6:system-group-ne</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-Rsvg-2_0</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>6.5</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
