<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for mozilla-nss</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2022:2533-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2022-07-22T15:39:22Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2022-07-22T15:39:22Z</InitialReleaseDate>
    <CurrentReleaseDate>2022-07-22T15:39:22Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for mozilla-nss</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for mozilla-nss fixes the following issues:

Various FIPS 140-3 related fixes were backported from SUSE Linux Enterprise 15 SP4:

- Makes the PBKDF known answer test compliant with NIST SP800-132. (bsc#1192079). 
- FIPS: Add on-demand integrity tests through sftk_FIPSRepeatIntegrityCheck()
  (bsc#1198980).
- FIPS: mark algorithms as approved/non-approved according to security policy
  (bsc#1191546, bsc#1201298).
- FIPS: remove hard disabling of unapproved algorithms. This requirement is now
  fulfilled by the service level indicator (bsc#1200325).
- Run test suite at build time, and make it pass (bsc#1198486).
- FIPS: skip algorithms that are hard disabled in FIPS mode.
- Prevent expired PayPalEE cert from failing the tests.
- Allow checksumming to be disabled, but only if we entered FIPS mode
  due to NSS_FIPS being set, not if it came from /proc.
- FIPS: Make the PBKDF known answer test compliant with NIST SP800-132.
- Update FIPS validation string to version-release format.
- FIPS: remove XCBC MAC from list of FIPS approved algorithms.
- Enable NSS_ENABLE_FIPS_INDICATORS and set NSS_FIPS_MODULE_ID
  for build.
- FIPS: claim 3DES unapproved in FIPS mode (bsc#1192080).
- FIPS: allow testing of unapproved algorithms (bsc#1192228).
- FIPS: add version indicators. (bmo#1729550, bsc#1192086).
- FIPS: fix some secret clearing (bmo#1697303, bsc#1192087).

Version update to NSS 3.79:

- Use PK11_GetSlotInfo instead of raw C_GetSlotInfo calls.
- Update mercurial in clang-format docker image.
- Use of uninitialized pointer in lg_init after alloc fail.
- selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo.
- Add SECMOD_LockedModuleHasRemovableSlots.
- Fix secasn1d parsing of indefinite SEQUENCE inside indefinite GROUP.
- Added RFC8422 compliant TLS &lt;= 1.2 undefined/compressed ECPointFormat extension alerts.
- TLS 1.3 Server: Send protocol_version alert on unsupported ClientHello.legacy_version.
- Correct invalid record inner and outer content type alerts.
- NSS does not properly import or export pkcs12 files with large passwords and pkcs5v2 encoding.
- improve error handling after nssCKFWInstance_CreateObjectHandle.
- Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple.
- NSS 3.79 should depend on NSPR 4.34   

Version update to NSS 3.78.1:

- Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple

Version update to NSS 3.78:

- Added TLS 1.3 zero-length inner plaintext checks and tests, zero-length record/fragment handling tests.
- Reworked overlong record size checks and added TLS1.3 specific boundaries.
- Add ECH Grease Support to tstclnt
- Add a strict variant of moz::pkix::CheckCertHostname.
- Change SSL_REUSE_SERVER_ECDHE_KEY default to false.
- Make SEC_PKCS12EnableCipher succeed
- Update zlib in NSS to 1.2.12.

Version update to NSS 3.77:

- Fix link to TLS page on wireshark wiki
- Add two D-TRUST 2020 root certificates.
- Add Telia Root CA v2 root certificate.
- Remove expired explicitly distrusted certificates from certdata.txt.
- support specific RSA-PSS parameters in mozilla::pkix
- Remove obsolete stateEnd check in SEC_ASN1DecoderUpdate.
- Remove token member from NSSSlot struct.
- Provide secure variants of mpp_pprime and mpp_make_prime.
- Support UTF-8 library path in the module spec string.
- Update nssUTF8_Length to RFC 3629 and fix buffer overrun.
- Update googletest to 1.11.0
- Add SetTls13GreaseEchSize to experimental API.
- TLS 1.3 Illegal legacy_version handling/alerts.
- Fix calculation of ECH HRR Transcript.
- Allow ld path to be set as environment variable.
- Ensure we don't read uninitialized memory in ssl gtests.
- Fix DataBuffer Move Assignment.
- internal_error alert on Certificate Request with sha1+ecdsa in TLS 1.3
- rework signature verification in mozilla::pkix

Version update to NSS 3.76.1

- Remove token member from NSSSlot struct.
- Hold tokensLock through nssToken_GetSlot calls in nssTrustDomain_GetActiveSlots.
- Check return value of PK11Slot_GetNSSToken.
- Use Wycheproof JSON for RSASSA-PSS
- Add SHA256 fingerprint comments to old certdata.txt entries.
- Avoid truncating files in nss-release-helper.py.
- Throw illegal_parameter alert for illegal extensions in handshake message.

Version update to NSS 3.75

- Make DottedOIDToCode.py compatible with python3.
- Avoid undefined shift in SSL_CERT_IS while fuzzing.
- Remove redundant key type check.
- Update ABI expectations to match ECH changes.
- Enable CKM_CHACHA20.
- check return on NSS_NoDB_Init and NSS_Shutdown.
- Run ECDSA test vectors from bltest as part of the CI tests.
- Add ECDSA test vectors to the bltest command line tool.
- Allow to build using clang's integrated assembler.
- Allow to override python for the build.
- test HKDF output rather than input.
- Use ASSERT macros to end failed tests early.
- move assignment operator for DataBuffer.
- Add test cases for ECH compression and unexpected extensions in SH.
- Update tests for ECH-13.
- Tidy up error handling.
- Add tests for ECH HRR Changes.
- Server only sends GREASE HRR extension if enabled by preference.
- Update generation of the Associated Data for ECH-13.
- When ECH is accepted, reject extensions which were only advertised in the Outer Client Hello.
- Allow for compressed, non-contiguous, extensions.
- Scramble the PSK extension in CHOuter.
- Split custom extension handling for ECH.
- Add ECH-13 HRR Handling.
- Client side ECH padding.
- Stricter ClientHelloInner Decompression.
- Remove ECH_inner extension, use new enum format.
- Update the version number for ECH-13 and adjust the ECHConfig size.

Version update to NSS 3.74

- mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses
- Ensure clients offer consistent ciphersuites after HRR
- NSS does not properly restrict server keys based on policy
- Set nssckbi version number to 2.54
- Replace Google Trust Services LLC (GTS) R4 root certificate
- Replace Google Trust Services LLC (GTS) R3 root certificate
- Replace Google Trust Services LLC (GTS) R2 root certificate
- Replace Google Trust Services LLC (GTS) R1 root certificate
- Replace GlobalSign ECC Root CA R4
- Remove Expired Root Certificates - DST Root CA X3
- Remove Expiring Cybertrust Global Root and GlobalSign root certificates
- Add renewed Autoridad de Certificacion Firmaprofesional CIF A62634068 root certificate
- Add iTrusChina ECC root certificate
- Add iTrusChina RSA root certificate
- Add ISRG Root X2 root certificate
- Add Chunghwa Telecom's HiPKI Root CA - G1 root certificate
- Avoid a clang 13 unused variable warning in opt build
- Check for missing signedData field
- Ensure DER encoded signatures are within size limits

- enable key logging option (boo#1195040)

Version update to NSS 3.73.1:

- Add SHA-2 support to mozilla::pkix's OSCP implementation

Version update to NSS 3.73

- check for missing signedData field.
- Ensure DER encoded signatures are within size limits.
- NSS needs FiPS 140-3 version indicators.
- pkix_CacheCert_Lookup doesn't return cached certs
- sunset Coverity from NSS

Fixed MFSA 2021-51 (bsc#1193170) CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures

Version update to NSS 3.72

- Fix nsinstall parallel failure.
- Increase KDF cache size to mitigate perf regression in about:logins

Version update to NSS 3.71

- Set nssckbi version number to 2.52.
- Respect server requirements of tlsfuzzer/test-tls13-signature-algorithms.py
- Import of PKCS#12 files with Camellia encryption is not supported
- Add HARICA Client ECC Root CA 2021.
- Add HARICA Client RSA Root CA 2021.
- Add HARICA TLS ECC Root CA 2021.
- Add HARICA TLS RSA Root CA 2021.
- Add TunTrust Root CA certificate to NSS.

Version update to NSS 3.70

- Update test case to verify fix.
- Explicitly disable downgrade check in TlsConnectStreamTls13.EchOuterWith12Max
- Explicitly disable downgrade check in TlsConnectTest.DisableFalseStartOnFallback
- Avoid using a lookup table in nssb64d.
- Use HW accelerated SHA2 on AArch64 Big Endian.
- Change default value of enableHelloDowngradeCheck to true.
- Cache additional PBE entries.
- Read HPKE vectors from official JSON.

Version update to NSS 3.69.1:

- Disable DTLS 1.0 and 1.1 by default
- integrity checks in key4.db not happening on private components with AES_CBC

NSS 3.69:

- Disable DTLS 1.0 and 1.1 by default (backed out again)
- integrity checks in key4.db not happening on private components with AES_CBC (backed out again)
- SSL handling of signature algorithms ignores environmental invalid algorithms.
- sqlite 3.34 changed it's open semantics, causing nss failures.
- Gtest update changed the gtest reports, losing gtest details in all.sh reports.
- NSS incorrectly accepting 1536 bit DH primes in FIPS mode
- SQLite calls could timeout in starvation situations.
- Coverity/cpp scanner errors found in nss 3.67
- Import the NSS documentation from MDN in nss/doc.
- NSS using a tempdir to measure sql performance not active

Version Update to 3.68.4 (bsc#1200027)

- CVE-2022-31741: Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple.  (bmo#1767590)


Mozilla NSPR was updated to version 4.34:

* add an API that returns a preferred loopback IP on hosts that have two IP stacks available.
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">Container bci/openjdk-devel:11-2022-2533,Container bci/openjdk-devel:latest-2022-2533,Container bci/openjdk:11-2022-2533,Container bci/openjdk:latest-2022-2533,Container rancher/elemental-teal-rt/5.3:latest-2022-2533,Container rancher/elemental-teal-rt/5.4:latest-2022-2533,Container rancher/elemental-teal/5.3:latest-2022-2533,Container rancher/elemental-teal/5.4:latest-2022-2533,Container suse/389-ds:latest-2022-2533,Container suse/pcp:5-2022-2533,Container suse/pcp:latest-2022-2533,Container suse/sle-micro-rancher/5.3:latest-2022-2533,Container suse/sle-micro-rancher/5.4:latest-2022-2533,Image SLES15-SP1-SAP-Azure-LI-BYOS-Production-2022-2533,Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production-2022-2533,Image SLES15-SP1-SAPCAL-Azure-2022-2533,Image SLES15-SP1-SAPCAL-EC2-HVM-2022-2533,Image SLES15-SP1-SAPCAL-GCE-2022-2533,Image SLES15-SP2-BYOS-Azure-2022-2533,Image SLES15-SP2-BYOS-EC2-HVM-2022-2533,Image SLES15-SP2-BYOS-GCE-2022-2533,Image SLES15-SP2-HPC-BYOS-Azure-2022-2533,Image SLES15-SP2-HPC-BYOS-EC2-HVM-2022-2533,Image SLES15-SP2-SAP-Azure-2022-2533,Image SLES15-SP2-SAP-Azure-LI-BYOS-Production-2022-2533,Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production-2022-2533,Image SLES15-SP2-SAP-BYOS-Azure-2022-2533,Image SLES15-SP2-SAP-BYOS-EC2-HVM-2022-2533,Image SLES15-SP2-SAP-BYOS-GCE-2022-2533,Image SLES15-SP2-SAP-EC2-HVM-2022-2533,Image SLES15-SP2-SAP-GCE-2022-2533,Image SLES15-SP3-BYOS-Azure-2022-2533,Image SLES15-SP3-BYOS-EC2-HVM-2022-2533,Image SLES15-SP3-BYOS-GCE-2022-2533,Image SLES15-SP3-HPC-BYOS-Azure-2022-2533,Image SLES15-SP3-HPC-BYOS-EC2-HVM-2022-2533,Image SLES15-SP3-HPC-BYOS-GCE-2022-2533,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure-2022-2533,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM-2022-2533,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE-2022-2533,Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure-2022-2533,Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM-2022-2533,Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE-2022-2533,Image SLES15-SP3-SAP-Azure-LI-BYOS-Production-2022-2533,Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production-2022-2533,Image SLES15-SP3-SAP-BYOS-Azure-2022-2533,Image SLES15-SP3-SAP-BYOS-EC2-HVM-2022-2533,Image SLES15-SP3-SAP-BYOS-GCE-2022-2533,Image SLES15-SP3-SAPCAL-Azure-2022-2533,Image SLES15-SP3-SAPCAL-EC2-HVM-2022-2533,Image SLES15-SP3-SAPCAL-GCE-2022-2533,Image SLES15-SP4-2022-2533,Image SLES15-SP4-Azure-Basic-2022-2533,Image SLES15-SP4-Azure-Standard-2022-2533,Image SLES15-SP4-BYOS-2022-2533,Image SLES15-SP4-BYOS-Azure-2022-2533,Image SLES15-SP4-BYOS-EC2-2022-2533,Image SLES15-SP4-BYOS-GCE-2022-2533,Image SLES15-SP4-EC2-2022-2533,Image SLES15-SP4-EC2-ECS-HVM-2022-2533,Image SLES15-SP4-GCE-2022-2533,Image SLES15-SP4-HPC-2022-2533,Image SLES15-SP4-HPC-Azure-2022-2533,Image SLES15-SP4-HPC-BYOS-2022-2533,Image SLES15-SP4-HPC-BYOS-Azure-2022-2533,Image SLES15-SP4-HPC-BYOS-EC2-2022-2533,Image SLES15-SP4-HPC-BYOS-GCE-2022-2533,Image SLES15-SP4-HPC-EC2-2022-2533,Image SLES15-SP4-HPC-GCE-2022-2533,Image SLES15-SP4-Hardened-BYOS-2022-2533,Image SLES15-SP4-Hardened-BYOS-Azure-2022-2533,Image SLES15-SP4-Hardened-BYOS-EC2-2022-2533,Image SLES15-SP4-Hardened-BYOS-GCE-2022-2533,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-2022-2533,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure-2022-2533,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2-2022-2533,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE-2022-2533,Image SLES15-SP4-Manager-Server-4-3-BYOS-2022-2533,Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure-2022-2533,Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2-2022-2533,Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE-2022-2533,Image SLES15-SP4-Micro-5-3-2022-2533,Image SLES15-SP4-Micro-5-3-Azure-2022-2533,Image SLES15-SP4-Micro-5-3-BYOS-2022-2533,Image SLES15-SP4-Micro-5-3-BYOS-Azure-2022-2533,Image SLES15-SP4-Micro-5-3-BYOS-EC2-2022-2533,Image SLES15-SP4-Micro-5-3-BYOS-GCE-2022-2533,Image SLES15-SP4-Micro-5-3-EC2-2022-2533,Image SLES15-SP4-Micro-5-3-GCE-2022-2533,Image SLES15-SP4-Micro-5-4-2022-2533,Image SLES15-SP4-Micro-5-4-Azure-2022-2533,Image SLES15-SP4-Micro-5-4-BYOS-2022-2533,Image SLES15-SP4-Micro-5-4-BYOS-Azure-2022-2533,Image SLES15-SP4-Micro-5-4-BYOS-EC2-2022-2533,Image SLES15-SP4-Micro-5-4-BYOS-GCE-2022-2533,Image SLES15-SP4-Micro-5-4-EC2-2022-2533,Image SLES15-SP4-Micro-5-4-GCE-2022-2533,Image SLES15-SP4-SAP-2022-2533,Image SLES15-SP4-SAP-Azure-2022-2533,Image SLES15-SP4-SAP-Azure-LI-BYOS-2022-2533,Image SLES15-SP4-SAP-Azure-LI-BYOS-Production-2022-2533,Image SLES15-SP4-SAP-Azure-VLI-BYOS-2022-2533,Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production-2022-2533,Image SLES15-SP4-SAP-BYOS-2022-2533,Image SLES15-SP4-SAP-BYOS-Azure-2022-2533,Image SLES15-SP4-SAP-BYOS-EC2-2022-2533,Image SLES15-SP4-SAP-BYOS-GCE-2022-2533,Image SLES15-SP4-SAP-EC2-2022-2533,Image SLES15-SP4-SAP-GCE-2022-2533,Image SLES15-SP4-SAP-Hardened-2022-2533,Image SLES15-SP4-SAP-Hardened-Azure-2022-2533,Image SLES15-SP4-SAP-Hardened-BYOS-2022-2533,Image SLES15-SP4-SAP-Hardened-BYOS-Azure-2022-2533,Image SLES15-SP4-SAP-Hardened-BYOS-EC2-2022-2533,Image SLES15-SP4-SAP-Hardened-BYOS-GCE-2022-2533,Image SLES15-SP4-SAP-Hardened-EC2-2022-2533,Image SLES15-SP4-SAP-Hardened-GCE-2022-2533,Image SLES15-SP4-SAPCAL-2022-2533,Image SLES15-SP4-SAPCAL-Azure-2022-2533,Image SLES15-SP4-SAPCAL-EC2-2022-2533,Image SLES15-SP4-SAPCAL-GCE-2022-2533,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-2022-2533,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-2022-2533,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM-2022-2533,Image SLES15-SP5-Azure-Basic-2022-2533,Image SLES15-SP5-Azure-Standard-2022-2533,Image SLES15-SP5-BYOS-Azure-2022-2533,Image SLES15-SP5-BYOS-EC2-2022-2533,Image SLES15-SP5-BYOS-GCE-2022-2533,Image SLES15-SP5-EC2-2022-2533,Image SLES15-SP5-EC2-ECS-HVM-2022-2533,Image SLES15-SP5-GCE-2022-2533,Image SLES15-SP5-HPC-Azure-2022-2533,Image SLES15-SP5-HPC-BYOS-Azure-2022-2533,Image SLES15-SP5-HPC-BYOS-EC2-2022-2533,Image SLES15-SP5-HPC-BYOS-GCE-2022-2533,Image SLES15-SP5-HPC-EC2-2022-2533,Image SLES15-SP5-HPC-GCE-2022-2533,Image SLES15-SP5-Hardened-BYOS-Azure-2022-2533,Image SLES15-SP5-Hardened-BYOS-EC2-2022-2533,Image SLES15-SP5-Hardened-BYOS-GCE-2022-2533,Image SLES15-SP5-Micro-5-5-2022-2533,Image SLES15-SP5-Micro-5-5-Azure-2022-2533,Image SLES15-SP5-Micro-5-5-BYOS-2022-2533,Image SLES15-SP5-Micro-5-5-BYOS-Azure-2022-2533,Image SLES15-SP5-Micro-5-5-BYOS-EC2-2022-2533,Image SLES15-SP5-Micro-5-5-BYOS-GCE-2022-2533,Image SLES15-SP5-Micro-5-5-EC2-2022-2533,Image SLES15-SP5-Micro-5-5-GCE-2022-2533,Image SLES15-SP5-SAP-Azure-2022-2533,Image SLES15-SP5-SAP-Azure-LI-BYOS-2022-2533,Image SLES15-SP5-SAP-Azure-LI-BYOS-Production-2022-2533,Image SLES15-SP5-SAP-Azure-VLI-BYOS-2022-2533,Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production-2022-2533,Image SLES15-SP5-SAP-BYOS-Azure-2022-2533,Image SLES15-SP5-SAP-BYOS-EC2-2022-2533,Image SLES15-SP5-SAP-BYOS-GCE-2022-2533,Image SLES15-SP5-SAP-EC2-2022-2533,Image SLES15-SP5-SAP-GCE-2022-2533,Image SLES15-SP5-SAP-Hardened-Azure-2022-2533,Image SLES15-SP5-SAP-Hardened-BYOS-Azure-2022-2533,Image SLES15-SP5-SAP-Hardened-BYOS-EC2-2022-2533,Image SLES15-SP5-SAP-Hardened-BYOS-GCE-2022-2533,Image SLES15-SP5-SAP-Hardened-EC2-2022-2533,Image SLES15-SP5-SAP-Hardened-GCE-2022-2533,Image SLES15-SP5-SAPCAL-Azure-2022-2533,Image SLES15-SP5-SAPCAL-EC2-2022-2533,Image SLES15-SP5-SAPCAL-GCE-2022-2533,SUSE-2022-2533,SUSE-SLE-Module-Basesystem-15-SP3-2022-2533,SUSE-SLE-Module-Basesystem-15-SP4-2022-2533,SUSE-SLE-Module-Server-Applications-15-SP3-2022-2533,SUSE-SLE-Product-HPC-15-2022-2533,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-2533,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-2533,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-2533,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-2533,SUSE-SLE-Product-SLES-15-2022-2533,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-2533,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-2533,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-2533,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-2533,SUSE-SLE-Product-SLES_SAP-15-2022-2533,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-2533,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-2533,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-2533,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-2533,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-2533,SUSE-SUSE-MicroOS-5.1-2022-2533,SUSE-SUSE-MicroOS-5.2-2022-2533,SUSE-Storage-6-2022-2533,SUSE-Storage-7-2022-2533,openSUSE-SLE-15.3-2022-2533,openSUSE-SLE-15.4-2022-2533</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2022/suse-su-20222533-1/</URL>
      <Description>Link for SUSE-SU-2022:2533-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2022-July/011637.html</URL>
      <Description>E-Mail link for SUSE-SU-2022:2533-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192079</URL>
      <Description>SUSE Bug 1192079</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192080</URL>
      <Description>SUSE Bug 1192080</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192086</URL>
      <Description>SUSE Bug 1192086</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192087</URL>
      <Description>SUSE Bug 1192087</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192228</URL>
      <Description>SUSE Bug 1192228</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1198486</URL>
      <Description>SUSE Bug 1198486</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1200027</URL>
      <Description>SUSE Bug 1200027</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-31741/</URL>
      <Description>SUSE CVE CVE-2022-31741 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:11">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:11">
        <FullProductName ProductID="Container bci/openjdk-devel:11">Container bci/openjdk-devel:11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:latest">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:latest">
        <FullProductName ProductID="Container bci/openjdk-devel:latest">Container bci/openjdk-devel:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:11">
      <Branch Type="Product Name" Name="Container bci/openjdk:11">
        <FullProductName ProductID="Container bci/openjdk:11">Container bci/openjdk:11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:latest">
      <Branch Type="Product Name" Name="Container bci/openjdk:latest">
        <FullProductName ProductID="Container bci/openjdk:latest">Container bci/openjdk:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal-rt/5.3:latest">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal-rt/5.3:latest">
        <FullProductName ProductID="Container rancher/elemental-teal-rt/5.3:latest">Container rancher/elemental-teal-rt/5.3:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal-rt/5.4:latest">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal-rt/5.4:latest">
        <FullProductName ProductID="Container rancher/elemental-teal-rt/5.4:latest">Container rancher/elemental-teal-rt/5.4:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal/5.3:latest">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal/5.3:latest">
        <FullProductName ProductID="Container rancher/elemental-teal/5.3:latest">Container rancher/elemental-teal/5.3:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal/5.4:latest">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal/5.4:latest">
        <FullProductName ProductID="Container rancher/elemental-teal/5.4:latest">Container rancher/elemental-teal/5.4:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/389-ds:latest">
      <Branch Type="Product Name" Name="Container suse/389-ds:latest">
        <FullProductName ProductID="Container suse/389-ds:latest">Container suse/389-ds:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/pcp:5">
      <Branch Type="Product Name" Name="Container suse/pcp:5">
        <FullProductName ProductID="Container suse/pcp:5">Container suse/pcp:5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/pcp:latest">
      <Branch Type="Product Name" Name="Container suse/pcp:latest">
        <FullProductName ProductID="Container suse/pcp:latest">Container suse/pcp:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.3:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.3:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest">Container suse/sle-micro-rancher/5.3:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.4:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.4:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest">Container suse/sle-micro-rancher/5.4:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure">Image SLES15-SP1-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAPCAL-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM">Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE">Image SLES15-SP1-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP2-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP2-BYOS-Azure">Image SLES15-SP2-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP2-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP2-BYOS-EC2-HVM">Image SLES15-SP2-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP2-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP2-BYOS-GCE">Image SLES15-SP2-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP2-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-Azure">Image SLES15-SP2-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-HPC-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP2-HPC-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-EC2-HVM">Image SLES15-SP2-HPC-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP2-SAP-Azure">Image SLES15-SP2-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure">Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM">Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE">Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM">Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP2-SAP-GCE">Image SLES15-SP2-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure">Image SLES15-SP3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM">Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE">Image SLES15-SP3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure">Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM">Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE">Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure">Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM">Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE">Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure">Image SLES15-SP3-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM">Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE">Image SLES15-SP3-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4">
      <Branch Type="Product Name" Name="Image SLES15-SP4">
        <FullProductName ProductID="Image SLES15-SP4">Image SLES15-SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP4-Azure-Basic">Image SLES15-SP4-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP4-Azure-Standard">Image SLES15-SP4-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-BYOS">Image SLES15-SP4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure">Image SLES15-SP4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2">Image SLES15-SP4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE">Image SLES15-SP4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-EC2">
        <FullProductName ProductID="Image SLES15-SP4-EC2">Image SLES15-SP4-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP4-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP4-EC2-ECS-HVM">Image SLES15-SP4-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-GCE">
        <FullProductName ProductID="Image SLES15-SP4-GCE">Image SLES15-SP4-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC">
        <FullProductName ProductID="Image SLES15-SP4-HPC">Image SLES15-SP4-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP4-HPC-Azure">Image SLES15-SP4-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS">Image SLES15-SP4-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure">Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2">Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE">Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-EC2">Image SLES15-SP4-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-GCE">Image SLES15-SP4-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS">Image SLES15-SP4-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure">Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2">Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE">Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS">Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3">Image SLES15-SP4-Micro-5-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-Azure">Image SLES15-SP4-Micro-5-3-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS">Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure">Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2">Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE">Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2">Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-GCE">Image SLES15-SP4-Micro-5-3-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4">Image SLES15-SP4-Micro-5-4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-Azure">Image SLES15-SP4-Micro-5-4-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS">Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure">Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2">Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE">Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2">Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE">Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP">
        <FullProductName ProductID="Image SLES15-SP4-SAP">Image SLES15-SP4-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure">Image SLES15-SP4-SAP-Azure</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="Image SLES15-SP4-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS">Image SLES15-SP4-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure">Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2">Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE">Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-EC2">Image SLES15-SP4-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-GCE">Image SLES15-SP4-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened">Image SLES15-SP4-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure">Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS">Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-EC2">Image SLES15-SP4-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE">Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL">Image SLES15-SP4-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure">Image SLES15-SP4-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2">Image SLES15-SP4-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE">Image SLES15-SP4-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Basic">Image SLES15-SP5-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Standard">Image SLES15-SP5-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure">Image SLES15-SP5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2">Image SLES15-SP5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE">Image SLES15-SP5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-EC2">Image SLES15-SP5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP5-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP5-EC2-ECS-HVM">Image SLES15-SP5-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-GCE">Image SLES15-SP5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-Azure">Image SLES15-SP5-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure">Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2">Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE">Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP5-HPC-EC2">Image SLES15-SP5-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-GCE">Image SLES15-SP5-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure">Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2">Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE">Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5">Image SLES15-SP5-Micro-5-5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure">Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS">Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure">Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2">Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE">Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2">Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE">Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure">Image SLES15-SP5-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS">Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS">Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure">Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2">Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE">Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-EC2">Image SLES15-SP5-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-GCE">Image SLES15-SP5-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure">Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-EC2">Image SLES15-SP5-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE">Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure">Image SLES15-SP5-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2">Image SLES15-SP5-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE">Image SLES15-SP5-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 6">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 6">
        <FullProductName ProductID="SUSE Enterprise Storage 6" CPE="cpe:/o:suse:ses:6">SUSE Enterprise Storage 6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7">
        <FullProductName ProductID="SUSE Enterprise Storage 7" CPE="cpe:/o:suse:ses:7">SUSE Enterprise Storage 7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</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-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15">SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15">SUSE Linux Enterprise High Performance Computing 15-LTSS</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 Module for Basesystem 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3" CPE="cpe:/o:suse:sle-module-basesystem:15:sp3">SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Server Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP3" CPE="cpe:/o:suse:sle-module-server-applications:15:sp3">SUSE Linux Enterprise Module for Server Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-BCL">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-BCL">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL" CPE="cpe:/o:suse:sles_bcl:15:sp1">SUSE Linux Enterprise Server 15 SP1-BCL</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-BCL">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-BCL">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL" CPE="cpe:/o:suse:sles_bcl:15:sp2">SUSE Linux Enterprise Server 15 SP2-BCL</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-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 for SAP Applications 15">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15" CPE="cpe:/o:suse:sles_sap:15">SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1" CPE="cpe:/o:suse:sles_sap:15:sp1">SUSE Linux Enterprise Server for SAP Applications 15 SP1</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 Manager Proxy 4.1">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.1">
        <FullProductName ProductID="SUSE Manager Proxy 4.1" CPE="cpe:/o:suse:suse-manager-proxy:4.1">SUSE Manager Proxy 4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.1">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.1">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.1">SUSE Manager Retail Branch Server 4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.1">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.1">
        <FullProductName ProductID="SUSE Manager Server 4.1" CPE="cpe:/o:suse:suse-manager-server:4.1">SUSE Manager Server 4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.3">
      <Branch Type="Product Name" Name="openSUSE Leap 15.3">
        <FullProductName ProductID="openSUSE Leap 15.3" CPE="cpe:/o:opensuse:leap:15.3">openSUSE Leap 15.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nspr-4.34-150000.3.23.1">
      <FullProductName ProductID="mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-3.79-150000.3.74.1">
      <FullProductName ProductID="libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-3.79-150000.3.74.1">
      <FullProductName ProductID="libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-tools-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-64bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libfreebl3-64bit-3.79-150000.3.74.1">libfreebl3-64bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-hmac-3.79-150000.3.74.1">
      <FullProductName ProductID="libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-hmac-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-64bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libsoftokn3-64bit-3.79-150000.3.74.1">libsoftokn3-64bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-hmac-3.79-150000.3.74.1">
      <FullProductName ProductID="libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-hmac-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nspr-32bit-4.34-150000.3.23.1">
      <FullProductName ProductID="mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nspr-64bit-4.34-150000.3.23.1">
      <FullProductName ProductID="mozilla-nspr-64bit-4.34-150000.3.23.1">mozilla-nspr-64bit-4.34-150000.3.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nspr-devel-4.34-150000.3.23.1">
      <FullProductName ProductID="mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-64bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-64bit-3.79-150000.3.74.1">mozilla-nss-64bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-64bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-certs-64bit-3.79-150000.3.74.1">mozilla-nss-certs-64bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-devel-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-32bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-sysinit-32bit-3.79-150000.3.74.1">mozilla-nss-sysinit-32bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-64bit-3.79-150000.3.74.1">
      <FullProductName ProductID="mozilla-nss-sysinit-64bit-3.79-150000.3.74.1">mozilla-nss-sysinit-64bit-3.79-150000.3.74.1</FullProductName>
    </Branch>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11">
      <FullProductName ProductID="Container bci/openjdk:11:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container bci/openjdk:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:latest">
      <FullProductName ProductID="Container bci/openjdk:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container bci/openjdk:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal-rt/5.3:latest">
      <FullProductName ProductID="Container rancher/elemental-teal-rt/5.3:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container rancher/elemental-teal-rt/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal-rt/5.4:latest">
      <FullProductName ProductID="Container rancher/elemental-teal-rt/5.4:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container rancher/elemental-teal-rt/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal/5.3:latest">
      <FullProductName ProductID="Container rancher/elemental-teal/5.3:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container rancher/elemental-teal/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal/5.4:latest">
      <FullProductName ProductID="Container rancher/elemental-teal/5.4:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container rancher/elemental-teal/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:5">
      <FullProductName ProductID="Container suse/pcp:5:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container suse/pcp:5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:latest">
      <FullProductName ProductID="Container suse/pcp:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container suse/pcp:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP1-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP1-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP1-SAPCAL-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP1-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-HPC-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP2-SAP-GCE:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP2-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4">
      <FullProductName ProductID="Image SLES15-SP4:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP4-Azure-Basic:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP4-Azure-Standard:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP4-EC2-ECS-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC">
      <FullProductName ProductID="Image SLES15-SP4-HPC:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-3-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP5-EC2-ECS-HVM:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" 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:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" 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:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" 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:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" 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:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" 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:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" 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:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" 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:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" 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:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" 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:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" 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:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" 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:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" 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:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" 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:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" 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:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" 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:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" 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:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" 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:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" 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:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP3:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP3:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" 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:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" 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:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" 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:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" 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:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" 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:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" 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:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" 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:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" 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:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" 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:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" 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:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" 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:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" 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:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" 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:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" 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:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" 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:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" 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:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" 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:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" 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:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.1">
      <FullProductName ProductID="SUSE Manager Proxy 4.1:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Manager Proxy 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.1">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.1:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Manager Retail Branch Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.1">
      <FullProductName ProductID="SUSE Manager Server 4.1:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of SUSE Manager Server 4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libfreebl3-3.79-150000.3.74.1">libfreebl3-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libfreebl3-32bit-3.79-150000.3.74.1">libfreebl3-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libfreebl3-hmac-3.79-150000.3.74.1">libfreebl3-hmac-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libfreebl3-hmac-32bit-3.79-150000.3.74.1">libfreebl3-hmac-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libsoftokn3-3.79-150000.3.74.1">libsoftokn3-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libsoftokn3-32bit-3.79-150000.3.74.1">libsoftokn3-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libsoftokn3-hmac-3.79-150000.3.74.1">libsoftokn3-hmac-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-hmac-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libsoftokn3-hmac-32bit-3.79-150000.3.74.1">libsoftokn3-hmac-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-3.79-150000.3.74.1">mozilla-nss-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-32bit-3.79-150000.3.74.1">mozilla-nss-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-certs-3.79-150000.3.74.1">mozilla-nss-certs-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-certs-32bit-3.79-150000.3.74.1">mozilla-nss-certs-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-devel-3.79-150000.3.74.1">mozilla-nss-devel-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-sysinit-3.79-150000.3.74.1">mozilla-nss-sysinit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-32bit-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-sysinit-32bit-3.79-150000.3.74.1">mozilla-nss-sysinit-32bit-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.79-150000.3.74.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:mozilla-nss-tools-3.79-150000.3.74.1">mozilla-nss-tools-3.79-150000.3.74.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:mozilla-nspr-4.34-150000.3.23.1">mozilla-nspr-4.34-150000.3.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-32bit-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:mozilla-nspr-32bit-4.34-150000.3.23.1">mozilla-nspr-32bit-4.34-150000.3.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-devel-4.34-150000.3.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:mozilla-nspr-devel-4.34-150000.3.23.1">mozilla-nspr-devel-4.34-150000.3.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A crafted CMS message could have been processed incorrectly, leading to an invalid memory read, and potentially further memory corruption. This vulnerability affects Thunderbird &lt; 91.10, Firefox &lt; 101, and Firefox ESR &lt; 91.10.</Note>
    </Notes>
    <CVE>CVE-2022-31741</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/openjdk-devel:11:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container bci/openjdk:11:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container bci/openjdk:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container rancher/elemental-teal-rt/5.3:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container rancher/elemental-teal-rt/5.4:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container rancher/elemental-teal/5.3:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container rancher/elemental-teal/5.4:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container suse/389-ds:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container suse/pcp:5:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container suse/pcp:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP1-SAPCAL-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-HPC-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-Azure:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-BYOS-GCE:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-GCE:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>Image SLES15-SP4-Azure-Basic:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Azure-Standard:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-EC2-ECS-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP4:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2-ECS-HVM:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP3:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP3:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP3:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-BCL:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.1:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.1:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>SUSE Manager Server 4.1:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libfreebl3-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libfreebl3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libfreebl3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libfreebl3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libsoftokn3-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libsoftokn3-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libsoftokn3-hmac-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libsoftokn3-hmac-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-certs-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-certs-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-devel-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-sysinit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-sysinit-32bit-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.3:mozilla-nss-tools-3.79-150000.3.74.1</ProductID>
        <ProductID>openSUSE Leap 15.4:mozilla-nspr-32bit-4.34-150000.3.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:mozilla-nspr-4.34-150000.3.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:mozilla-nspr-devel-4.34-150000.3.23.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2022/suse-su-20222533-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-31741.html</URL>
        <Description>CVE-2022-31741</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
