<?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">SUSE-IU-2021:225-1</DocumentTitle>
  <DocumentType>SUSE Image</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE Image SUSE-IU-2021:225-1</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2022-09-13T06:58:12Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-03-03T01:00:00Z</InitialReleaseDate>
    <CurrentReleaseDate>2021-03-03T01:00:00Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-publiccloud.pl</Engine>
      <Date>2021-02-18T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Image update for SUSE-IU-2021:225-1 / google/sles-15-sp1-sap-byos-v20210303</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This image update for google/sles-15-sp1-sap-byos-v20210303 contains the following changes:
Package avahi was updated:

- Update avahi-daemon-check-dns.sh from Debian. Our previous  version relied on ifconfig, route, and init.d.
- Rebase avahi-daemon-check-dns-suse.patch, and drop privileges
  when invoking avahi-daemon-check-dns.sh (boo#1180827
  CVE-2021-26720).
- Add sudo to requires: used to drop privileges.

Package bind was updated:

- dnssec-keygen can no longer generate HMAC keys.  Use tsig-keygen instead.
  modified genDDNSkey script to reflect this.
  [vendor-files/tools/bind.genDDNSkey, bsc#1180933]
- CVE-2020-8625: A vulnerability in BIND's GSSAPI security policy
  negotiation can be targeted by a buffer overflow attack
  [bsc#1182246, CVE-2020-8625, bind-CVE-2020-8625.patch]

Package containerd was updated:

- Update to containerd v1.3.9, which is needed for Docker v19.03.14-ce and  fixes CVE-2020-15257. bsc#1178969 bsc#1180243
- Update to containerd v1.3.7, which is required for Docker 19.03.13-ce.
  boo#1176708 bsc#1177598 CVE-2020-15157
- Refresh patches:
  * 0001-makefile-remove-emoji.patch
- Use Go 1.13 for build.
  bsc#1153367 bsc#1157330

Package docker was updated:

[NOTE: This update was only ever released in SLES and Leap.]- It turns out the boo#1178801 libnetwork patch is also broken on Leap, so drop
  the patch entirely. bsc#1180401 bsc#1182168
  - boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
[NOTE: This update was only ever released in SLES and Leap.]
- Update Docker to 19.03.15-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. This update includes fixes for
  bsc#1181732 (CVE-2021-21284) and bsc#1181730 (CVE-2021-21285).
- Rebase patches:
  * bsc1073877-0001-apparmor-clobber-docker-default-profile-on-start.patch
- Only apply the boo#1178801 libnetwork patch to handle firewalld on openSUSE.
  It appears that SLES doesn't like the patch. bsc#1180401
- Re-apply secrets fix for bsc#1065609 which appears to have been lost after it
  was fixed.
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Add Conflicts and Provides for kubic flavour of docker-fish-completion.
- Update to Docker 19.03.14-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2020-15257 bsc#1180243
  https://github.com/docker/docker-ce/releases/tag/v19.03.14
- Enable fish-completion
- Add a patch which makes Docker compatible with firewalld with
  nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548
  (boo#1178801, SLE-16460)
  * boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
- Update to Docker 19.03.13-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1176708
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
- Emergency fix: %requires_eq does not work with provide symbols,
  only effective package names. Convert back to regular Requires.
- Update to Docker 19.03.12-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
- Use Go 1.13 instead of Go 1.14 because Go 1.14 can cause all sorts of
  spurrious errors due to Go returning -EINTR from I/O syscalls much more often
  (due to Go 1.14's pre-emptive goroutine support).
  - bsc1172377-0001-unexport-testcase.Cleanup-to-fix-Go-1.14.patch
- Add BuildRequires for all -git dependencies so that we catch missing
  dependencies much more quickly.
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1158590 bsc#1157330

Package docker-runc was updated:

Package gcc7 was updated:

- Remove include-fixed/pthread.h- Change GCC exception licenses to SPDX format
- add gcc7-pr81942.patch [bsc#1181618]

Package glibc was updated:

- euc-kr-overrun.patch: Fix buffer overrun in EUC-KR conversion module  (CVE-2019-25013, bsc#1182117, BZ #24973)
- gconv-assertion-iso-2022-jp.patch: gconv: Fix assertion failure in
  ISO-2022-JP-3 module (CVE-2021-3326, bsc#1181505, BZ #27256)
- iconv-redundant-shift.patch: iconv: Accept redundant shift sequences in
  IBM1364 (CVE-2020-27618, bsc#1178386, BZ #26224)
- iconv-ucs4-loop-bounds.patch: iconv: Fix incorrect UCS4 inner loop
  bounds (CVE-2020-29562, bsc#1179694, BZ #26923)
- printf-long-double-non-normal.patch: x86: Harden printf against
  non-normal long double values (CVE-2020-29573, bsc#1179721, BZ #26649)
- get-nprocs-cpu-online-parsing.patch: Fix parsing of
  /sys/devices/system/cpu/online (bsc#1180038, BZ #25859)

Package golang-github-docker-libnetwork was updated:

[NOTE: This update was only ever released in SLES and Leap.]- It turns out the boo#1178801 libnetwork patch is also broken on Leap, so drop
  the patch entirely. bsc#1180401 bsc#1182168
  - boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
[NOTE: This update was only ever released in SLES and Leap.]
- Only apply the boo#1178801 libnetwork patch to handle firewalld on openSUSE.
  It appears that SLES doesn't like the patch. bsc#1180401
- Update to libnetwork 55e924b8a842, which is required for Docker 19.03.14-ce.
  bsc#1180243
- Add patch which makes libnetwork compatible with firewalld with
  nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548
  (boo#1178801, SLE-16460)
  * boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
- Update to libnetwork 026aabaa6598, which is required for Docker 19.03.12-ce.

Package grub2 was updated:

- VUL-0: grub2,shim: implement new SBAT method (bsc#1182057)  * 0028-util-mkimage-Remove-unused-code-to-add-BSS-section.patch
  * 0029-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch
  * 0030-util-mkimage-Always-use-grub_host_to_target32-to-ini.patch
  * 0031-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch
  * 0032-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch
  * 0033-util-mkimage-Improve-data_size-value-calculation.patch
  * 0034-util-mkimage-Refactor-section-setup-to-use-a-helper.patch
  * 0035-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch
  * 0036-grub-install-common-Add-sbat-option.patch
- Fix CVE-2021-20225 (bsc#1182262)
  * 0019-lib-arg-Block-repeated-short-options-that-require-an.patch
- Fix CVE-2020-27749 (bsc#1179264)
  * 0021-kern-parser-Fix-resource-leak-if-argc-0.patch
  * 0022-kern-parser-Fix-a-memory-leak.patch
  * 0023-kern-parser-Introduce-process_char-helper.patch
  * 0024-kern-parser-Introduce-terminate_arg-helper.patch
  * 0025-kern-parser-Refactor-grub_parser_split_cmdline-clean.patch
  * 0026-kern-buffer-Add-variable-sized-heap-buffer.patch
  * 0027-kern-parser-Fix-a-stack-buffer-overflow.patch
- Fix CVE-2021-20233 (bsc#1182263)
  * 0020-commands-menuentry-Fix-quoting-in-setparams_prefix.patch
- Fix CVE-2020-25647 (bsc#1177883)
  * 0018-usb-Avoid-possible-out-of-bound-accesses-caused-by-m.patch
- Fix CVE-2020-25632 (bsc#1176711)
  * 0017-dl-Only-allow-unloading-modules-that-are-not-depende.patch
- Fix CVE-2020-27779, CVE-2020-14372 (bsc#1179265) (bsc#1175970)
  * 0001-mkimage-Clarify-file-alignment-in-efi-case.patch
  * 0002-efi-Make-shim_lock-GUID-and-protocol-type-public.patch
  * 0003-efi-Return-grub_efi_status_t-from-grub_efi_get_varia.patch
  * 0004-efi-Add-a-function-to-read-EFI-variables-with-attrib.patch
  * 0005-efi-Add-secure-boot-detection.patch
  * 0006-kern-Add-lockdown-support.patch
  * 0007-kern-lockdown-Set-a-variable-if-the-GRUB-is-locked-d.patch
  * 0008-efi-Lockdown-the-GRUB-when-the-UEFI-Secure-Boot-is-e.patch
  * 0009-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch
  * 0010-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch
  * 0011-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch
  * 0012-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch
  * 0013-commands-setpci-Restrict-setpci-command-when-locked-.patch
  * 0014-commands-hdparm-Restrict-hdparm-command-when-locked-.patch
  * 0015-gdb-Restrict-GDB-access-when-locked-down.patch
  * 0016-loader-xnu-Don-t-allow-loading-extension-and-package.patch
  * 0037-squash-Add-secureboot-support-on-efi-chainloader.patch
  * 0038-squash-grub2-efi-chainload-harder.patch
  * 0039-squash-Don-t-allow-insmod-when-secure-boot-is-enable.patch
  * 0040-squash-linuxefi-fail-kernel-validation-without-shim-.patch
  * 0041-squash-kern-Add-lockdown-support.patch
- Add SBAT metadata section to grub.efi
  * grub2.spec

Package hawk2 was updated:

- Update to version 2.6.0:  * Use fullpath of binary (bsc#1181436)
  * remove %x (bsc#1182163)

Package java-1_8_0-ibm was updated:

- Update to Java 8.0 Service Refresh 6 Fix Pack 25  [bsc#1182186, bsc#1181239, CVE-2020-27221, CVE-2020-14803]
  * CVE-2020-27221: Potential for a stack-based buffer overflow
    when the virtual machine or JNI natives are converting from
    UTF-8 characters to platform encoding.
  * CVE-2020-14803: Unauthenticated attacker with network access
    via multiple protocols allows to compromise Java SE.

Package kernel-default was updated:

- SLE15-SP1 went to LTSS, hand over to L3- commit 547a203
- dm: avoid filesystem lookup in dm_get_dev_t() (bsc#1178049).
- commit 9a1258d
- kernfs: deal with kernfs_fill_super() failures (bsc#1181809).
- commit 2955da8
- Fix the inconsistent kfree() call at rawmidi (CVE-2020-27786 bsc#1179601
  Refresh patches.suse/ALSA-rawmidi-Fix-racy-buffer-resize-under-concurrent.patch
- commit b3ad1de
- scsi: qla2xxx: Fix description for parameter
  ql2xenforce_iocb_limit (bsc#1179142).
- commit 547d89c
- Fix a bug in rawmidi UAF fix patch (bsc#1179601, CVE-2020-27786)
  Refresh patches.suse/ALSA-rawmidi-Fix-racy-buffer-resize-under-concurrent.patch
- commit ce80dfa
- kABI: Fix kABI for extended APIC-ID support (bsc#1181260,
  jsc#ECO-3191).
- x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181260,
  jsc#ECO-3191).
- x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where
  available (bsc#1181260, jsc#ECO-3191).
- x86/ioapic: Handle Extended Destination ID field in RTE
  (bsc#1181260, jsc#ECO-3191).
- x86/msi: Only use high bits of MSI address for DMAR unit
  (bsc#1181260, jsc#ECO-3191).
- x86/apic: Fix x2apic enablement without interrupt remapping
  (bsc#1181260, jsc#ECO-3191).
- x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181260,
  jsc#ECO-3191).
- iommu/vt-d: Don't dereference iommu_device if IOMMU_API is
  not built (bsc#1181260, jsc#ECO-3191).
- iommu/vt-d: Gracefully handle DMAR units with no supported
  address widths (bsc#1181260, jsc#ECO-3191).
- commit bd17758
- nbd: freeze the queue while we're adding connections
  (bsc#1181504 CVE-2021-3348).
- nbd: Fix memory leak in nbd_add_socket (bsc#1181504).
- commit 447797a
- Move futex fixes into the sorted section (bsc#1181349 CVE-2021-3347)
- commit c34c9df
- drm/i915: Check for all subplatform bits (git-fixes).
- can: dev: prevent potential information leak in can_fill_info()
  (git-fixes).
- xhci: tegra: Delay for disabling LFPS detector (git-fixes).
- xhci: make sure TRB is fully written before giving it to the
  controller (git-fixes).
- USB: ehci: fix an interrupt calltrace error (git-fixes).
- ehci: fix EHCI host controller initialization sequence
  (git-fixes).
- ALSA: seq: oss: Fix missing error check in
  snd_seq_oss_synth_make_info() (git-fixes).
- ALSA: hda/via: Add minimum mute flag (git-fixes).
- can: vxcan: vxcan_xmit: fix use after free bug (git-fixes).
- drm/nouveau/i2c/gm200: increase width of aux semaphore owner
  fields (git-fixes).
- drm/nouveau/privring: ack interrupts the same way as RM
  (git-fixes).
- drm/nouveau/bios: fix issue shadowing expansion ROMs
  (git-fixes).
- ALSA: doc: Fix reference to mixart.rst (git-fixes).
- ASoC: Intel: haswell: Add missing pm_ops (git-fixes).
- can: c_can: c_can_power_up(): fix error handling (git-fixes).
- commit 6556b1a
- Update patch References tags for futex fixes (bsc#1181349 CVE-2021-3347)
- commit afd051d
- Refresh patches.suse/futex-Handle-transient-ownerless-rtmutex-state-corre.patch
  As of patches.suse/0001-locking-futex-Allow-low-level-atomic-operations-to-r.patch
  we need to update the patch such that we set EAGAIN and avoid a warn (albeit benign).
- commit 96704b7
- s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
  (git-fixes).
- s390/qeth: fix locking for discipline setup / removal
  (git-fixes).
- s390/qeth: fix deadlock during recovery (git-fixes).
- s390/qeth: delay draining the TX buffers (git-fixes).
- commit eca39ca
- s390/cio: fix use-after-free in ccw_device_destroy_console
  (git-fixes).
- commit 2bcefd5
- net/smc: fix sleep bug in smc_pnet_find_roce_resource()
  (git-fixes).
- Refresh
  patches.suse/net-smc-switch-smcd_dev_list-spinlock-to-mutex.
- commit b63038e
- net/smc: cancel event worker during device removal (git-fixes).
- net/smc: check for valid ib_client_data (git-fixes).
- net/smc: receive pending data after RCV_SHUTDOWN (git-fixes).
- net/smc: receive returns without data (git-fixes).
- commit 4050493
- Refresh patches.suse/4.4.136-002-powerpc-64s-Clear-PCR-on-boot.patch
  Also clear PCR on POWER9 and in dt_cpu_ftrs.
- commit 6cd712e
- net/mlx5: Fix memory leak on flow table creation error flow
  (bsc#1046305 FATE#322943).
- igc: fix link speed advertising (jsc#SLE-4799).
- commit 37cbcd7
- Refresh
  patches.suse/0013-net-liquidio-Delete-non-working-LIQUIDIO_PACKAGE-che.patch.
- Delete
  patches.suse/0012-net-liquidio-Delete-driver-version-assignment.patch.
  As we don't have upstream commit 6a7e25c7fb48 (&amp;quot;/net/core: Replace driver
  version to be kernel version&amp;quot;/) in our trees, removing driver version
  assignments is wrong. Therefore removed commit and adapted fixes backport.
- commit 226c353
- futex: Fix incorrect should_fail_futex() handling (bsc#1181349).
- commit 0ba69a9
- futex: Handle faults correctly for PI futexes (bsc#1181349
  bsc#1149032).
- futex: Simplify fixup_pi_state_owner() (bsc#1181349
  bsc#1149032).
- futex: Use pi_state_update_owner() in put_pi_state()
  (bsc#1181349 bsc#1149032).
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
  (bsc#1181349 bsc#1149032).
- futex: Provide and use pi_state_update_owner() (bsc#1181349
  bsc#1149032).
- futex: Replace pointless printk in fixup_owner() (bsc#1181349
  bsc#1149032).
- futex: Ensure the correct return value from futex_lock_pi()
  (bsc#1181349 bsc#1149032).
- futex: Don't enable IRQs unconditionally in put_pi_state()
  (bsc#1149032).
- locking/futex: Allow low-level atomic operations to return
  - EAGAIN (bsc#1149032).
- commit 058c695
- x86/hyperv: Fix kexec panic/hang issues (bsc#1176831).
- commit 786eb3d
- cxgb4: fix the panic caused by non smac rewrite (bsc#1064802
  bsc#1066129).
- commit b5006a4
- net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL (git-fixes).
- commit 3aea956
- net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled (git-fixes). - Refresh patches.suse/net-dsa-b53-Rework-ARL-bin-logic.patch.
- commit a432764
- net/liquidio: Delete non-working LIQUIDIO_PACKAGE check
  (git-fixes).
- commit 61efd0a
- net/liquidio: Delete driver version assignment (git-fixes).
- commit 8fe74e2
- net: bcmgenet: keep MAC in reset until PHY is up (git-fixes).
- commit c6bce34
- net: atlantic: fix potential error handling (git-fixes).
- commit dbd80e5
- net: atlantic: fix use after free kasan warn (git-fixes).
- commit 038a344
- net: smc911x: Adjust indentation in smc911x_phy_configure
  (git-fixes).
- commit d99da08
- net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
  (git-fixes).
- commit a3ef2cc
- net/sonic: Add mutual exclusion for accessing shared state
  (git-fixes).
- commit 3796c70
- mlxsw: switchx2: Do not modify cloned SKBs during xmit
  (git-fixes).
- commit 1f71af0
- mlxsw: spectrum: Do not modify cloned SKBs during xmit
  (git-fixes).
- commit 606b6bb
- net: freescale: fec: Fix ethtool -d runtime PM (git-fixes).
- commit bd3b5d1
- RDMA/mlx5: Fix wrong free of blue flame register on error
  (bsc#1103991 FATE#326007).
- bnxt_en: Improve stats context resource accounting with RDMA
  driver loaded (bsc#1104745 FATE#325918).
- net/mlx5e: Fix two double free cases (bsc#1046305 FATE#322943).
- chtls: Fix chtls resources release sequence (bsc#1104270
  FATE#325931).
- chtls: Added a check to avoid NULL pointer dereference
  (bsc#1104270 FATE#325931).
- chtls: Replace skb_dequeue with skb_peek (bsc#1104270
  FATE#325931).
- chtls: Remove invalid set_tcb call (bsc#1104270 FATE#325931).
- chtls: Fix hardware tid leak (bsc#1104270 FATE#325931).
- net: hns3: fix the number of queues actually used by ARQ
  (bsc#1104353 FATE#326415).
- net: mvpp2: fix pkt coalescing int-threshold configuration
  (bsc#1098633).
- tun: fix return value when the number of iovs exceeds
  MAX_SKB_FRAGS (bsc#1109837).
- net: mvpp2: Fix GoP port 3 Networking Complex Control
  configurations (bsc#1098633).
- RDMA/cma: Don't overwrite sgid_attr after device is released
  (bsc#1103992 FATE#326009).
- ixgbe: avoid premature Rx buffer reuse (bsc#1109837
  FATE#326322).
- i40e: avoid premature Rx buffer reuse (bsc#1111981 FATE#326312
  FATE#326313).
- net: mvpp2: Fix error return code in mvpp2_open() (bsc#1119113
  FATE#326472).
- chelsio/chtls: fix a double free in chtls_setkey() (bsc#1104270
  FATE#325931).
- chelsio/chtls: fix panic during unload reload chtls (bsc#1104270
  FATE#325931).
- bnxt_en: fix error return code in bnxt_init_one() (bsc#1050242
  FATE#322914).
- RDMA/hns: Bugfix for memory window mtpt configuration
  (bsc#1104427 FATE#326416).
- net/mlx5: Add handling of port type in rule deletion
  (bsc#1103991 FATE#326007).
- chelsio/chtls: fix always leaking ctrl_skb (bsc#1104270
  FATE#325931).
- chelsio/chtls: fix memory leaks caused by a race (bsc#1104270
  FATE#325931).
- chelsio/chtls: fix memory leaks in CPL handlers (bsc#1104270
  FATE#325931).
- chelsio/chtls: fix deadlock issue (bsc#1104270 FATE#325931).
- cxgb4: set up filter action after rewrites (bsc#1064802
  bsc#1066129).
- chelsio/chtls: fix tls record info to user (bsc#1104270
  FATE#325931).
- net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN
  tunnels (bsc#1109837).
- chelsio/chtls: correct function return and return type
  (bsc#1104270 FATE#325931).
- chelsio/chtls: correct netdevice for vlan interface (bsc#1104270
  FATE#325931).
- chelsio/chtls: fix socket lock (bsc#1104270 FATE#325931).
- RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()
  (bsc#1103992 FATE#326009).
- RDMA/hns: Fix missing sq_sig_type when querying QP (bsc#1104427
  FATE#326416).
- commit ddb281e
- blacklist.conf: add NFS patches which hurt kabi
- commit f3c5ae2
- nfsd4: readdirplus shouldn't return parent of export
  (git-fixes).
- commit 94a53d9
- net: hns3: fix a wrong reset interrupt status mask (git-fixes).
- commit f402199
- bnxt_en: return proper error codes in bnxt_show_temp
  (bsc#1104745 FATE#325918).
- cxgb4: fix all-mask IP address comparison (bsc#1064802
  bsc#1066129).
- IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command
  (bsc#1103991 FATE#326007).
- RDMA/core: Ensure security pkey modify is not lost (bsc#1046306
  FATE#322942).
- RDMA/core: Fix pkey and port assignment in get_new_pps
  (bsc#1046306 FATE#322942).
- RDMA/core: Fix use of logical OR in get_new_pps (bsc#1046306
  FATE#322942).
- commit fb4b60c
- net: hns3: add compatible handling for command
  HCLGE_OPC_PF_RST_DONE (git-fixes).
- net: hns3: check reset interrupt status when reset fails
  (git-fixes).
- commit 3bdc4a9
- net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
  (git-fixes).
- net/mlx4_en: Avoid scheduling restart task if it is already
  running (git-fixes).
- cxgb3: fix error return code in t3_sge_alloc_qset() (git-fixes).
- net: ena: set initial DMA width to avoid intel iommu issue
  (git-fixes).
- i40e: Fix removing driver while bare-metal VFs pass traffic
  (git-fixes).
- bnxt_en: Release PCI regions when DMA mask setup fails during
  probe (git-fixes).
- bnxt_en: fix error return code in bnxt_init_board() (git-fixes).
- bnxt_en: read EEPROM A2h address using page 0 (git-fixes).
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
  (git-fixes).
- RDMA/qedr: Fix inline size returned for iWARP (bsc#1050545
  FATE#322893).
- net: ethernet: mlx4: Avoid assigning a value to ring_cons but
  not used it anymore in mlx4_en_xmit() (git-fixes).
- net: team: fix memory leak in __team_options_register
  (git-fixes).
- net/mlx5e: Fix VLAN create flow (git-fixes).
- net/mlx5e: Fix VLAN cleanup flow (git-fixes).
- team: set dev-&amp;gt;needed_headroom in team_setup_by_port()
  (git-fixes).
- bonding: set dev-&amp;gt;needed_headroom in bond_setup_by_slave()
  (git-fixes).
- RDMA/core: Fix reported speed and width (bsc#1046306
  FATE#322942).
- RDMA/bnxt_re: Do not report transparent vlan from QP1
  (bsc#1104742 FATE#325917).
- cxgb4: fix thermal zone device registration (bsc#1104279
  FATE#325938 bsc#1104277 FATE#325936).
- bnxt_en: fix HWRM error when querying VF temperature
  (bsc#1104745 FATE#325918).
- bnxt_en: Don't query FW when netif_running() is false
  (bsc#1086282 FATE#324873).
- RDMA/bnxt_re: Do not add user qps to flushlist (bsc#1050244
  FATE#322915).
- RDMA/core: Fix return error value in _ib_modify_qp() to negative
  (bsc#1103992 FATE#326009).
- RDMA/mlx5: Fix typo in enum name (bsc#1103991 FATE#326007).
- net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
  (bsc#1103990 FATE#326006).
- net: hns3: fix a TX timeout issue (bsc#1104353 FATE#326415).
- net: hns3: fix error handling for desc filling (bsc#1104353
  FATE#326415).
- net: hns3: fix for not calculating TX BD send size correctly
  (bsc#1126390).
- mlxsw: destroy workqueue when trap_register in mlxsw_emad_init
  (bsc#1112374).
- net: hns3: fix use-after-free when doing self test (bsc#1104353
  FATE#326415).
- net: hns3: add a missing uninit debugfs when unload driver
  (bsc#1104353 FATE#326415).
- cxgb4: move DCB version extern to header file (bsc#1104279
  FATE#325938).
- cxgb4: remove cast when saving IPv4 partial checksum
  (bsc#1074220).
- cxgb4: fix SGE queue dump destination buffer context
  (bsc#1073513).
- cxgb4: use correct type for all-mask IP address comparison
  (bsc#1064802 bsc#1066129).
- cxgb4: use unaligned conversion for fetching timestamp
  (bsc#1046540 bsc#1046648).
- xdp: Fix xsk_generic_xmit errno (bsc#1109837).
- net/filter: Permit reading NET in load_bytes_relative when
  MAC not set (bsc#1109837).
- RDMA/mlx5: Add init2init as a modify command (bsc#1103991
  FATE#326007).
- RDMA/hns: Fix cmdq parameter of querying pf timer resource
  (bsc#1104427 FATE#326416 bsc#1126206).
- net_failover: fixed rollback in net_failover_open()
  (bsc#1109837).
- igb: Report speed and duplex as unknown when device is runtime
  suspended (git-fixes).
- net/mlx5e: IPoIB, Drop multicast packets that this interface
  sent (bsc#1075020).
- ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K
  (bsc#1109837 FATE#326322).
- veth: Adjust hard_start offset on redirect XDP frames
  (bsc#1109837).
- Revert &amp;quot;/crypto: chelsio - Inline single pdu only&amp;quot;/ (git-fixes).
- bnxt_en: Fix accumulation of bp-&amp;gt;net_stats_prev (bsc#1104745
  FATE#325918).
- mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set
  in case reload fails (bsc#1112374).
- __netif_receive_skb_core: pass skb by reference (bsc#1109837).
- RDMA/iw_cxgb4: Fix incorrect function parameters (bsc#1136348
  jsc#SLE-4684).
- cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
  (bsc#1109837).
- cxgb4: fix adapter crash due to wrong MC size (bsc#1073513).
- cxgb4: fix large delays in PTP synchronization (bsc#1046540
  bsc#1046648).
- qed: Fix use after free in qed_chain_free (bsc#1050536
  FATE#322898 bsc#1050538 FATE#322897).
- qed: Fix race condition between scheduling and destroying
  the slowpath workqueue (bsc#1086314 FATE#324886 bsc#1086313
  FATE#324885 bsc#1086301 FATE#3248881).
- virtio_net: Keep vnet header zeroed if XDP is loaded for small
  buffer (git-fixes).
- net: cbs: Fix software cbs to consider packet sending time
  (bsc#1109837).
- bnxt_en: Reset rings if ring reservation fails during open()
  (bsc#1086282 FATE#324873).
- cxgb4: fix throughput drop during Tx backpressure (bsc#1127354
  bsc#1127371).
- RDMA/core: Fix protection fault in get_pkey_idx_qp_list
  (bsc#1046306 FATE#322942).
- RDMA/iw_cxgb4: initiate CLOSE when entering TERM (bsc#1136348
  jsc#SLE-4684).
- net: hns3: add management table after IMP reset (bsc#1104353
  FATE#326415).
- drivers: net: xgene: Fix the order of the arguments of
  'alloc_etherdev_mqs()' (git-fixes).
- cxgb4/cxgb4vf: fix flow control display for auto negotiation
  (bsc#1046540 FATE#322930 bsc#1046542 FATE#322928).
- net: hns3: reallocate SSU' buffer size when pfc_en changes
  (bsc#1104353 FATE#326415).
- net/mlx5e: TX, Fix consumer index of error cqe dump (bsc#1103990
  FATE#326006).
- net: hns3: fix mis-counting IRQ vector numbers issue
  (bsc#1104353 FATE#326415).
- RDMA/hns: bugfix for slab-out-of-bounds when loading hip08
  driver (bsc#1104427 FATE#326416).
- RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08
  driver (bsc#1104427 FATE#326416).
- net_sched: let qdisc_put() accept NULL pointer (bsc#1056657
  FATE#322189 bsc#1056653 FATE#322190 bsc#1056787).
- net: hns3: fix shaper parameter algorithm (bsc#1104353
  FATE#326415).
- net: hns3: fix error VF index when setting VLAN offload
  (bsc#1104353 FATE#326415).
- net: hns3: fix interrupt clearing error for VF (bsc#1104353
  FATE#326415).
- net: hns3: clear reset interrupt status in hclge_irq_handle()
  (git-fixes).
- nfp: validate the return code from dev_queue_xmit() (git-fixes).
- vhost/vsock: fix vhost vsock cid hashing inconsistent
  (git-fixes).
- commit b766aed
- scsi: ibmvfc: Set default timeout to avoid crash during
  migration (bsc#1181425 ltc#188252).
- commit 195b2a9
- blacklist.conf: add c8d647a326f0 xen/pvcallsback: use lateeoi irq binding
- commit 308c42d
- scsi: lpfc: Simplify bool comparison (bsc#1180891).
- scsi: lpfc: Update lpfc version to 12.8.0.7 (bsc#1180891).
- scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better
  readability (bsc#1180891).
- scsi: lpfc: Implement health checking when aborting I/O
  (bsc#1180891).
- scsi: lpfc: Fix vport create logging (bsc#1180891).
- scsi: lpfc: Fix NVMe recovery after mailbox timeout
  (bsc#1180891).
- scsi: lpfc: Fix target reset failing (bsc#1180891).
- scsi: lpfc: Fix error log messages being logged following SCSI
  task mgnt (bsc#1180891).
- scsi: lpfc: Prevent duplicate requests to unregister with
  cpuhp framework (bsc#1180891).
- scsi: lpfc: Fix FW reset action if I/Os are outstanding
  (bsc#1180891).
- scsi: lpfc: Use the nvme-fc transport supplied timeout for LS
  requests (bsc#1180891).
- scsi: lpfc: Fix crash when a fabric node is released prematurely
  (bsc#1180891).
- scsi: lpfc: Refresh ndlp when a new PRLI is received in the
  PRLI issue state (bsc#1180891).
- scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT
  for SLI3 (bsc#1180891).
- scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt config (bsc#1180891).
- commit 88024a9
- vfio iommu: Add dma available capability (bsc#1179573
  LTC#190106).
- commit c234a3f
- iio: ad5504: Fix setting power-down state (git-fixes).
- serial: mvebu-uart: fix tx lost characters at power off
  (git-fixes).
- usb: udc: core: Use lock when write to soft_connect (git-fixes).
- i2c: octeon: check correct size of maximum RECV_LEN packet
  (git-fixes).
- mmc: sdhci-xenon: fix 1.8v regulator stabilization (git-fixes).
- drm/atomic: put state on error path (git-fixes).
- ACPI: scan: Make acpi_bus_get_device() clear return pointer
  on error (git-fixes).
- spi: cadence: cache reference clock rate during probe
  (git-fixes).
- ACPI: scan: Harden acpi_device_add() against device ID overflows
  (git-fixes).
- r8152: Add Lenovo Powered USB-C Travel Hub (git-fixes).
- ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
  (git-fixes).
- ALSA: fireface: Fix integer overflow in transmit_midi_msg()
  (git-fixes).
- ASoC: dapm: remove widget from dirty list on free (git-fixes).
- ACPI: scan: add stub acpi_create_platform_device() for
  !CONFIG_ACPI (git-fixes).
- misdn: dsp: select CONFIG_BITREVERSE (git-fixes).
- commit 4e17252
- blacklist.conf: add CONFIG_PROC_FS=n fix
- commit d506362
- net: vlan: avoid leaks on register_vlan_dev() failures
  (git-fixes).
- commit 588ae15
- s390/dasd: fix list corruption of lcu list (bsc#1181170
  LTC#190915).
- s390/dasd: fix list corruption of pavgroup group list
  (bsc#1181170 LTC#190915).
- s390/dasd: prevent inconsistent LCU device data (bsc#1181170
  LTC#190915).
- commit e73b11c
- s390/smp: perform initial CPU reset also for SMT siblings
  (git-fixes).
- commit 9853cb5
- net/af_iucv: set correct sk_protocol for child sockets
  (git-fixes).
- net/af_iucv: always register net_device notifier (git-fixes).
- commit aebe99b
- net/af_iucv: fix null pointer dereference on shutdown
  (bsc#1179563 LTC#190108).
- commit 0a706d4
- Drop drm/sun4i patches that broke the build
  They don't build properly on 32bit arm config
- commit ef6a2c5
- vfio-pci: Use io_remap_pfn_range() for PCI IO memory
  (bsc#1181231).
- KVM: x86/mmu: Commit zap of remaining invalid pages when
  recovering lpages (bsc#1181230).
- commit 3da333d
- netfilter: ctnetlink: add a range check for l3/l4 protonum
  (CVE-2020-25211 bsc#1176395).
- commit 92230c0
- blacklist.conf: Add a couple of VFIO/PCI and SWIOTLB fixes
- commit 9053ccf
- SUNRPC: cache: ignore timestamp written to 'flush' file
  (bsc#1178036).
- commit 0eac715
- Update
  patches.suse/0001-xen-events-add-a-proper-barrier-to-2-level-uevent-un.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0002-xen-events-fix-race-in-evtchn_fifo_unmask.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0003-xen-events-add-a-new-late-EOI-evtchn-framework.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0004-xen-blkback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0005-xen-netback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0006-xen-scsiback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0008-xen-pciback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0009-xen-events-switch-user-event-channels-to-lateeoi-mod.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0010-xen-events-use-a-common-cpu-hotplug-hook-for-event-c.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0011-xen-events-defer-eoi-in-case-of-excessive-number-of-.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0012-xen-events-block-rogue-events-for-some-time.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/XEN-uses-irqdesc-irq_data_common-handler_data-to-sto.patch
  (CVE-2020-27673 XSA-332 bsc#1065600).
- Update
  patches.suse/xen-events-avoid-removing-an-event-channel-while-han.patch
  (CVE-2020-27675 XSA-331 bsc#1177410).
- Update
  patches.suse/xen-events-don-t-use-chip_data-for-legacy-IRQs.patch
  (CVE-2020-27673 XSA-332 bsc#1065600).
- Added CVE numbers for above patches.
- commit 77fc141
- drm/msm: Fix WARN_ON() splat in _free_object() (bsc#1129770)
  Backporting changes:
  * context changes
- commit 2cc0fa0
- drm: sun4i: hdmi: Fix inverted HPD result (bsc#1112178)
  Backporting changes:
  * context changes
- commit 67fea56
- floppy: reintroduce O_NDELAY fix (boo#1181018).
- commit 7b17926
- arm64: pgtable: Ensure dirty bit is preserved across
  pte_wrprotect() (bsc#1180130).
- arm64: pgtable: Fix pte_accessible() (bsc#1180130).
- commit 50f7568
- netfilter: clear skb-&amp;gt;next in NF_HOOK_LIST() (bsc#1180765
  CVE-2021-20177).
- commit 979e397
- drm/amdkfd: Put ACPI table after using it (bsc#1129770)
  Backporting changes:
  * context changes
- commit d706a4a
- drm/msm: Fix use-after-free in msm_gem with carveout (bsc#1129770)
  Backporting changes:
  * context changes
  * removed reference to msm_gem_is_locked()
- commit 2473171
- drm/tve200: Fix handling of platform_get_irq() error (bsc#1129770)
- commit 74c8661
- drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check() (bsc#1129770)
  Backporting changes:
  * context changes
  * moved num_mixers from struct dpu_crtc_state to struct dpu_crtc
- commit 235aa45
- blacklist.conf: Append 'drm/i915: Clear the repeater bit on HDCP disable'
- commit dd4f37c
- blacklist.conf: Append 'drm/i915: Fix sha_text population code'
- commit 7f2c93c
- drm/i915: Clear the repeater bit on HDCP disable (bsc#1112178)
  Backporting changes:
  * context changes
- commit 3d4aebe
- drm/i915: Fix sha_text population code (bsc#1112178)
  Backporting changes:
  * context changes
- commit b3b6c93
- blacklist.conf: Append 'drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.'
- commit 5511837
- blacklist.conf: Append 'drm/amd/powerplay: fix a crash when overclocking Vega M'
- commit 17cad3d
- blacklist.conf: Append 'drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.'
- commit 15580f1
- drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset() (bsc#1112178)
  Backporting changes:
  * context changes
- commit fb51493
- drm/amd/powerplay: fix a crash when overclocking Vega M (bsc#1113956)
- commit 909795d
- drm: sun4i: hdmi: Remove extra HPD polling (bsc#1112178)
- commit 76afd33
- NFS: nfs_igrab_and_active must first reference the superblock
  (git-fixes).
- pNFS: Mark layout for return if return-on-close was not sent
  (git-fixes).
- net: sunrpc: interpret the return value of kstrtou32 correctly
  (git-fixes).
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
  (git-fixes).
- NFS: switch nfsiod to be an UNBOUND workqueue (git-fixes).
- lockd: don't use interval-based rebinding over TCP (git-fixes).
- NFSv4.2: condition READDIR's mask for security label based on
  LSM state (git-fixes).
- md/raid10: initialize r10_bio-&amp;gt;read_slot before use (git-fixes).
- md: fix a warning caused by a race between concurrent
  md_ioctl()s (git-fixes).
- nfs_common: need lock during iterate through the list
  (git-fixes).
- nfsd: Fix message level for normal termination (git-fixes).
- commit 4d661ca
- Remove patches.suse/nfs-mark-nfsiod-cpu-intensive.patch
  About to get replaced by upstream version.
- commit 7d82450
- tun: correct header offsets in napi frags mode (bsc#1180812
  CVE-2021-0342).
- commit 0ae29aa
- net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
  (git-fixes).
- commit 91e8143
- blacklist.conf: Removal of HMM function breaks KABI
- commit 1cd8ef8
- blacklist.conf: SLUB not enabled in kernel config
- commit 6202d29
- page_frag: Recover from memory pressure (git fixes
  (mm/pgalloc)).
- commit 4457ecd
- mm, page_alloc: fix core hung in free_pcppages_bulk() (git fixes
  (mm/hotplug)).
- commit 840f046
- blacklist.conf: CMA not enabled in kernel config
- commit 4513c12
- blacklist.conf: CMA not enabled in kernel config
- commit 016b829
- mm/slab: use memzero_explicit() in kzfree() (git fixes
  (mm/slab)).
- commit e7d7f67
- Refresh
  patches.suse/mm-fix-mremap-not-considering-huge-pmd-devmap.patch.
- commit 2a2a762
- blacklist.conf: SLUB not enabled in kernel config
- commit 1d41e83
- blacklist.conf: SLUB not enabled in kernel config
- commit f29f5d9
- mm/page_alloc: fix watchdog soft lockups during
  set_zone_contiguous() (git fixes (mm/pgalloc)).
- commit d02bb6f
- mm/rmap: map_pte() was not handling private ZONE_DEVICE page
  properly (git fixes (mm/hmm)).
- commit 433e971
- mm: hwpoison: disable memory error handling on 1GB hugepage
  (git fixes (mm/hwpoison)).
- commit 5bd329a
- KVM: SVM: Initialize prev_ga_tag before use (bsc#1180912).
- commit e44aeda
- Move the build fix for g2d driver into patches.suse
  It's actaully no kABI fix but the pure build fix, hence it must be
  out of patches.kabi
- commit 9c47154
- Refresh
  patches.suse/IB-hfi1-Ensure-correct-mm-is-used-at-all-times.patch.
  Fixed backport (removed one line too much, d'oh).
- commit 6dc4356
- IB/hfi1: Ensure correct mm is used at all times (bsc#1179878
  CVE-2020-27835).
- commit 39a2b87
- net: stmmac: Enable 16KB buffer size (git-fixes).
- commit f223efb
- net: stmmac: 16KB buffer must be 16 byte aligned (git-fixes).
- commit 3ccc81e
- net: stmmac: RX buffer size must be 16 byte aligned (git-fixes).
- commit 05ff9e2
- net: stmmac: Do not accept invalid MTU values (git-fixes).
- commit 63ae7fc
- net: usb: lan78xx: Fix error message format specifier (git-fixes).
- commit 3dd5ee1
- caif: no need to check return value of debugfs_create functions (git-fixes).
- commit 4fb5202
- drivers/net: Use octal not symbolic permissions (git-fixes). - Refresh patches.suse/msft-hv-1661-scsi-netvsc-Use-the-vmbus-function-to-calculate-ring.patch. - Refresh patches.suse/msft-hv-1707-hv_netvsc-fix-network-namespace-issues-with-VF-suppo.patch.
- commit e4e6ab9
- net: dsa: LAN9303: select REGMAP when LAN9303 enable (git-fixes).
- commit 5d03a23
- net: phy: broadcom: Fix RGMII delays configuration for BCM54210E (git-fixes).
- commit dc3e380
- net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delay (git-fixes).
- commit 287fdc5
- Drop uvcvideo patch that doesn't build
- commit 298bbff
- blacklist.conf: remove invalid entry, already backported
- commit a469334
- blacklist.conf: Tables not used currently in-tree
- commit 2aec284
- blacklist.conf: UP not enabled in config
- commit 9b055fe
- blacklist.conf: build fix not relevant in our config
- commit eaf3550
- docs: Fix reST markup when linking to sections (git-fixes).
- commit 2ffe4fe
- blacklist.conf: kABI
- commit 546297f
- powerpc/perf: Fix crashes with generic_compat_pmu &amp;amp; BHRB
  (bsc#1178900 ltc#189284 git-fixes).
- commit 5b292b4
- powerpc/perf: Add generic compat mode pmu driver (bsc#1178900
  ltc#189284).
- powerpc/perf: init pmu from core-book3s (bsc#1178900
  ltc#189284).
- commit 2d3c61b
- x86/resctrl: Don't move a task to the same resource group
  (bsc#1112178).
- commit 162f4b0
- x86/resctrl: Use an IPI instead of task_work_add() to update
  PQR_ASSOC MSR (bsc#1112178).
- commit 304df7d
- net: qca_spi: Move reset_count to struct qcaspi (git-fixes).
- commit 09d7b00
- net: bcmgenet: reapply manual settings to the PHY (git-fixes).
- commit 7d07690
- net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs (git-fixes).
- commit d3b5290
- net: phy: micrel: make sure the factory test bit is cleared
  (git-fixes).
- commit 043ec37
- net: stmmac: fix length of PTP clock's name string (git-fixes).
- commit 6c3c8e0
- net: stmmac: gmac4+: Not all Unicast addresses may be available
  (git-fixes).
- commit eac7cd9
- net: ethernet: stmmac: Fix signedness bug in
  ipq806x_gmac_of_parse() (git-fixes).
- commit bff5c88
- net: stmmac: dwmac-meson8b: Fix signedness bug in probe
  (git-fixes).
- commit 84a3dda
- net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()
  (git-fixes).
- commit 227f036
- blacklist.conf: update the blacklist
- commit 250ebee
- USB: serial: iuu_phoenix: fix DMA from stack (git-fixes).
- usb: gadget: configfs: Preserve function ordering after bind
  failure (git-fixes).
- usb: gadget: select CONFIG_CRC32 (git-fixes).
- usb: gadget: f_uac2: reset wMaxPacketSize (git-fixes).
- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access
  completion (git-fixes).
- USB: yurex: fix control-URB timeout handling (git-fixes).
- usb: chipidea: ci_hdrc_imx: add missing put_device() call in
  usbmisc_get_init_data() (git-fixes).
- USB: gadget: legacy: fix return error code in acm_ms_bind()
  (git-fixes).
- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST
  quirk set (git-fixes).
- dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
  (git-fixes).
- dmaengine: xilinx_dma: check dma_async_device_register return
  value (git-fixes).
- Revert &amp;quot;/device property: Keep secondary firmware node secondary
  by type&amp;quot;/ (git-fixes).
- wan: ds26522: select CONFIG_BITREVERSE (git-fixes).
- wil6210: select CONFIG_CRC32 (git-fixes).
- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
  (git-fixes).
- ALSA: pcm: Clear the full allocated memory at hw_params
  (git-fixes).
- misc: vmw_vmci: fix kernel info-leak by initializing dbells
  in vmci_ctx_get_chkpt_doorbells() (git-fixes).
- media: gp8psk: initialize stats at power control logic
  (git-fixes).
- commit 2f3aec2
- x86/mtrr: Correct the range check before performing MTRR type
  lookups (bsc#1112178).
- commit 0c96651
- x86/mm: Fix leak of pmd ptlock (bsc#1112178).
- commit aeba3ea
- xen: support having only one event pending per watch
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit d884e81
- xen: revert Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 2a4a8da
- xen: revert Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 6baf8b8
- xen: revert Support will_handle watch callback (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 3918801
- mm: don't wake kswapd prematurely when watermark boosting is
  disabled (git fixes (mm/vmscan)).
- commit b2e95ac
- xen: revert Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 9d30f4d
- xen: revert Disallow pending watch messages (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit d039881
- xen-blkback: set ring-&amp;gt;xenblkd to NULL after kthread_stop()
  (bsc#1179509 XSA-350 CVE-2020-29569).
- commit 1aab73c
- xenbus/xenbus_backend: Disallow pending watch messages
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 0cdf358
- xen/xenbus: Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit a14bb56
- xen/xenbus/xen_bus_type: Support will_handle watch callback
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 33a4600
- xen/xenbus: Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 5ef1497
- xen/xenbus: Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 6f7a44e
- sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
  (bsc#1179093).
- sched/fair: Fix enqueue_task_fair() warning some more
  (bsc#1179093).
- sched/fair: Fix enqueue_task_fair warning (bsc#1179093).
- sched/fair: Fix reordering of enqueue/dequeue_task_fair()
  (bsc#1179093).
- sched/fair: Reorder enqueue/dequeue_task_fair path
  (bsc#1179093).
- commit 1b239da
- Drop the previous drm/nouveau fix that turned out to be superfluous (CVE-2020-25639 bsc#1176846)
- commit 001c6e5
- Move upstreamed vgacon patch into sorted section
- commit 73d2a02
- drm: bail out of nouveau_channel_new if channel init fails
  (CVE-2020-25639 bsc#1176846).
- commit 55debf7
- btrfs: qgroup: don't try to wait flushing if we're already
  holding a transaction (bsc#1179575).
- commit bda1cb8
- x86/i8259: Use printk_deferred() to prevent deadlock
  (bsc#1112178).
- commit d166bf5
- Refresh patches.suse/nvdimm-Avoid-race-between-probe-and-reading-device-a.patch.
  Refresh to v2 URL
- commit 97aafaa
- blacklist.conf: 44623b2818f4 crypto: x86/crc32c - fix building with clang ias
- commit a557330
- x86/mm/numa: Remove uninitialized_var() usage (bsc#1112178).
- commit 8dd9b08
- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (git-fixes).
- commit c485186
- scsi: core: Fix VPD LUN ID designator priorities (bsc#1178049,
  git-fixes).
- commit 3730025
- Refresh
  patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch.
- commit 5851206
- EDAC/amd64: Fix PCI component registration (bsc#1112178).
- commit 522b115
- Refresh patch metadata.
- Refresh patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch.
- Refresh patches.suse/ibmvnic-fix-NULL-pointer-dereference.patch.
- commit d7a2a14
- btrfs: increase output size for LOGICAL_INO_V2 ioctl (bsc#1174206).
- commit 1d58635
- btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2 (bsc#1174206).
- commit 01c5612
- btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents (bsc#1174206).
- Refresh
  patches.suse/revert-btrfs-qgroup-move-half-of-the-qgroup-accounting-time-out-of-commit-trans.patch.
- commit 91f3982

Package openssh was updated:

- Update openssh-7.7p1-audit.patch (bsc#1180501). This fixes  occasional crashes on connection termination caused by accessing
  freed memory.

Package python-Jinja2 was updated:

- Fixed IndentationError in CVE-2020-28493.patch (bsc#1182244)- CVE-2020-28493: Fixed a ReDOS vulnerability where urlize could have
  been called with untrusted user data (bsc#1181944).
  Added CVE-2020-28493.patch

Package python3 was updated:

- Resync with python36 Factory package.- Make this %primary_interpreter
- Add CVE-2021-3177-buf_ovrfl_PyCArg_repr.patch fixing
  bsc#1181126 (CVE-2021-3177) buffer overflow in PyCArg_repr in
  _ctypes/callproc.c, which may lead to remote code execution.
- Provide the newest setuptools wheel (bsc#1176262,
  CVE-2019-20916) in their correct form (bsc#1180686).
- Change setuptools and pip version numbers according to new
  wheels (bsc#1179756).

Package salt was updated:

- Fix regression on cmd.run when passing tuples as cmd (bsc#1182740)- Added:
  * fix_regression_in_cmd_run_after_cve.patch
- Allow extra_filerefs as sanitized kwargs for SSH client
- Added:
  * allow-extra_filerefs-as-sanitized-kwargs-for-ssh-cli.patch
- Fix errors with virt.update
- Added:
  * backport-commit-1b16478c51fb75c25cd8d217c80955feefb6.patch
- Fix for multiple for security issues
  (CVE-2020-28243) (CVE-2020-28972) (CVE-2020-35662) (CVE-2021-3148) (CVE-2021-3144)
  (CVE-2021-25281) (CVE-2021-25282) (CVE-2021-25283) (CVE-2021-25284) (CVE-2021-3197)
  (bsc#1181550) (bsc#1181556) (bsc#1181557) (bsc#1181558) (bsc#1181559) (bsc#1181560)
  (bsc#1181561) (bsc#1181562) (bsc#1181563) (bsc#1181564) (bsc#1181565)
- Added:
  * fix-for-some-cves-bsc1181550.patch
- virt: search for grub.xen path
- Xen spicevmc, DNS SRV records backports:
  Fix virtual network generated DNS XML for SRV records
  Don't add spicevmc channel to xen VMs
- virt UEFI fix: virt.update when efi=True
- Added:
  * open-suse-3002.2-xen-grub-316.patch
  * virt-uefi-fix-backport-312.patch
  * 3002.2-xen-spicevmc-dns-srv-records-backports-314.patch

Package screen was updated:

- Fix double width combining char handling that could lead  to a segfault [bnc#1182092] [CVE-2021-26937]
  new patch: combchar.diff

Package tcl was updated:

Package yast2-packager was updated:

- Backport of PR#521.- prevent race condition between log rotation and migration
  log backup (bsc#1166174)
- 4.1.52

</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>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://publiccloudimagechangeinfo.suse.com/google/sles-15-sp1-sap-byos-v20210303/</URL>
      <Description>Public Cloud Image Info</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <Branch Type="Product Name" Name="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
        <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="SAPHanaSR-0.154.1-4.14.1">
      <FullProductName ProductID="SAPHanaSR-0.154.1-4.14.1">SAPHanaSR-0.154.1-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="SAPHanaSR-doc-0.154.1-4.14.1">
      <FullProductName ProductID="SAPHanaSR-doc-0.154.1-4.14.1">SAPHanaSR-doc-0.154.1-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="SLES_SAP-release-15.1-66.1">
      <FullProductName ProductID="SLES_SAP-release-15.1-66.1">SLES_SAP-release-15.1-66.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="SUSEConnect-0.3.29-7.18.2">
      <FullProductName ProductID="SUSEConnect-0.3.29-7.18.2">SUSEConnect-0.3.29-7.18.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="aaa_base-84.87+git20180409.04c9dae-3.45.1">
      <FullProductName ProductID="aaa_base-84.87+git20180409.04c9dae-3.45.1">aaa_base-84.87+git20180409.04c9dae-3.45.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="aaa_base-extras-84.87+git20180409.04c9dae-3.45.1">
      <FullProductName ProductID="aaa_base-extras-84.87+git20180409.04c9dae-3.45.1">aaa_base-extras-84.87+git20180409.04c9dae-3.45.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="alsa-1.1.5-6.9.2">
      <FullProductName ProductID="alsa-1.1.5-6.9.2">alsa-1.1.5-6.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="alsa-utils-1.1.5-4.6.1">
      <FullProductName ProductID="alsa-utils-1.1.5-4.6.1">alsa-utils-1.1.5-4.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="apparmor-parser-2.12.3-7.20.1">
      <FullProductName ProductID="apparmor-parser-2.12.3-7.20.1">apparmor-parser-2.12.3-7.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="at-3.1.20-2.38">
      <FullProductName ProductID="at-3.1.20-2.38">at-3.1.20-2.38</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="at-spi2-core-2.26.3-5.3.5">
      <FullProductName ProductID="at-spi2-core-2.26.3-5.3.5">at-spi2-core-2.26.3-5.3.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="attr-2.4.47-2.19">
      <FullProductName ProductID="attr-2.4.47-2.19">attr-2.4.47-2.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="audit-2.8.1-5.5.2">
      <FullProductName ProductID="audit-2.8.1-5.5.2">audit-2.8.1-5.5.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="augeas-1.10.1-1.11">
      <FullProductName ProductID="augeas-1.10.1-1.11">augeas-1.10.1-1.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="augeas-lenses-1.10.1-1.11">
      <FullProductName ProductID="augeas-lenses-1.10.1-1.11">augeas-lenses-1.10.1-1.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="autofs-5.1.3-7.3.1">
      <FullProductName ProductID="autofs-5.1.3-7.3.1">autofs-5.1.3-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="autoyast2-installation-4.1.21-3.22.1">
      <FullProductName ProductID="autoyast2-installation-4.1.21-3.22.1">autoyast2-installation-4.1.21-3.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bash-4.4-9.10.1">
      <FullProductName ProductID="bash-4.4-9.10.1">bash-4.4-9.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bc-1.07.1-3.3.1">
      <FullProductName ProductID="bc-1.07.1-3.3.1">bc-1.07.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-utils-9.16.6-12.44.1">
      <FullProductName ProductID="bind-utils-9.16.6-12.44.1">bind-utils-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bing-1.0.5-3.3">
      <FullProductName ProductID="bing-1.0.5-3.3">bing-1.0.5-3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="binutils-2.35.1-7.18.1">
      <FullProductName ProductID="binutils-2.35.1-7.18.1">binutils-2.35.1-7.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="blktrace-1.1.0+git.20170126-3.3.28">
      <FullProductName ProductID="blktrace-1.1.0+git.20170126-3.3.28">blktrace-1.1.0+git.20170126-3.3.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="blog-2.18-4.11">
      <FullProductName ProductID="blog-2.18-4.11">blog-2.18-4.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bonnie-1.5-1.18">
      <FullProductName ProductID="bonnie-1.5-1.18">bonnie-1.5-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="boost-license1_66_0-1.66.0-5.3.1">
      <FullProductName ProductID="boost-license1_66_0-1.66.0-5.3.1">boost-license1_66_0-1.66.0-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ca-certificates-2+git20170807.10b2785-7.3.3">
      <FullProductName ProductID="ca-certificates-2+git20170807.10b2785-7.3.3">ca-certificates-2+git20170807.10b2785-7.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ca-certificates-mozilla-2.44-4.29.1">
      <FullProductName ProductID="ca-certificates-mozilla-2.44-4.29.1">ca-certificates-mozilla-2.44-4.29.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="catatonit-0.1.5-3.3.2">
      <FullProductName ProductID="catatonit-0.1.5-3.3.2">catatonit-0.1.5-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="chrony-3.2-9.18.1">
      <FullProductName ProductID="chrony-3.2-9.18.1">chrony-3.2-9.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="chrony-pool-suse-3.2-9.18.1">
      <FullProductName ProductID="chrony-pool-suse-3.2-9.18.1">chrony-pool-suse-3.2-9.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cifs-utils-6.9-5.6.1">
      <FullProductName ProductID="cifs-utils-6.9-5.6.1">cifs-utils-6.9-5.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-netconfig-gce-1.5-5.19.2">
      <FullProductName ProductID="cloud-netconfig-gce-1.5-5.19.2">cloud-netconfig-gce-1.5-5.19.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">
      <FullProductName ProductID="cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-4.12.14-197.83.1">
      <FullProductName ProductID="cluster-md-kmp-default-4.12.14-197.83.1">cluster-md-kmp-default-4.12.14-197.83.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="command-not-found-0.2.2+20190613.e6c2668-6.3.2">
      <FullProductName ProductID="command-not-found-0.2.2+20190613.e6c2668-6.3.2">command-not-found-0.2.2+20190613.e6c2668-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="conntrack-tools-1.4.4-1.29">
      <FullProductName ProductID="conntrack-tools-1.4.4-1.29">conntrack-tools-1.4.4-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="containerd-1.3.9-5.29.3">
      <FullProductName ProductID="containerd-1.3.9-5.29.3">containerd-1.3.9-5.29.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="coreutils-8.29-2.12">
      <FullProductName ProductID="coreutils-8.29-2.12">coreutils-8.29-2.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="corosync-2.4.5-9.13.2">
      <FullProductName ProductID="corosync-2.4.5-9.13.2">corosync-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cpio-2.12-3.3.1">
      <FullProductName ProductID="cpio-2.12-3.3.1">cpio-2.12-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cpp-7-3.3.22">
      <FullProductName ProductID="cpp-7-3.3.22">cpp-7-3.3.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cpp7-7.5.0+r278197-4.25.1">
      <FullProductName ProductID="cpp7-7.5.0+r278197-4.25.1">cpp7-7.5.0+r278197-4.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cpupower-4.19-6.8.1">
      <FullProductName ProductID="cpupower-4.19-6.8.1">cpupower-4.19-6.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cracklib-2.9.6-2.21">
      <FullProductName ProductID="cracklib-2.9.6-2.21">cracklib-2.9.6-2.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cracklib-dict-small-2.9.6-2.21">
      <FullProductName ProductID="cracklib-dict-small-2.9.6-2.21">cracklib-dict-small-2.9.6-2.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crash-7.2.1-9.7.1">
      <FullProductName ProductID="crash-7.2.1-9.7.1">crash-7.2.1-9.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1">
      <FullProductName ProductID="crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1">crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1">
      <FullProductName ProductID="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1">crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cron-4.2-6.12.2">
      <FullProductName ProductID="cron-4.2-6.12.2">cron-4.2-6.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cronie-1.5.1-6.12.2">
      <FullProductName ProductID="cronie-1.5.1-6.12.2">cronie-1.5.1-6.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="csync2-2.0+git.1461714863.10636a4-4.3.1">
      <FullProductName ProductID="csync2-2.0+git.1461714863.10636a4-4.3.1">csync2-2.0+git.1461714863.10636a4-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1">ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cups-config-2.2.7-3.20.1">
      <FullProductName ProductID="cups-config-2.2.7-3.20.1">cups-config-2.2.7-3.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="curl-7.60.0-3.35.1">
      <FullProductName ProductID="curl-7.60.0-3.35.1">curl-7.60.0-3.35.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cyrus-sasl-2.1.26-5.7.1">
      <FullProductName ProductID="cyrus-sasl-2.1.26-5.7.1">cyrus-sasl-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cyrus-sasl-digestmd5-2.1.26-5.7.1">
      <FullProductName ProductID="cyrus-sasl-digestmd5-2.1.26-5.7.1">cyrus-sasl-digestmd5-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cyrus-sasl-gssapi-2.1.26-5.7.1">
      <FullProductName ProductID="cyrus-sasl-gssapi-2.1.26-5.7.1">cyrus-sasl-gssapi-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cyrus-sasl-plain-2.1.26-5.7.1">
      <FullProductName ProductID="cyrus-sasl-plain-2.1.26-5.7.1">cyrus-sasl-plain-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cyrus-sasl-saslauthd-2.1.26-5.7.1">
      <FullProductName ProductID="cyrus-sasl-saslauthd-2.1.26-5.7.1">cyrus-sasl-saslauthd-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dbus-1-1.12.2-8.3.1">
      <FullProductName ProductID="dbus-1-1.12.2-8.3.1">dbus-1-1.12.2-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dbus-1-glib-0.108-1.29">
      <FullProductName ProductID="dbus-1-glib-0.108-1.29">dbus-1-glib-0.108-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dejavu-fonts-2.37-1.21">
      <FullProductName ProductID="dejavu-fonts-2.37-1.21">dejavu-fonts-2.37-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="deltarpm-3.6.1-3.19">
      <FullProductName ProductID="deltarpm-3.6.1-3.19">deltarpm-3.6.1-3.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="desktop-data-SLE-15-2.22">
      <FullProductName ProductID="desktop-data-SLE-15-2.22">desktop-data-SLE-15-2.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="device-mapper-1.02.149-12.40.1">
      <FullProductName ProductID="device-mapper-1.02.149-12.40.1">device-mapper-1.02.149-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dhcp-4.3.5-6.3.1">
      <FullProductName ProductID="dhcp-4.3.5-6.3.1">dhcp-4.3.5-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dhcp-client-4.3.5-6.3.1">
      <FullProductName ProductID="dhcp-client-4.3.5-6.3.1">dhcp-client-4.3.5-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dialog-1.3-3.3.7">
      <FullProductName ProductID="dialog-1.3-3.3.7">dialog-1.3-3.3.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="diffutils-3.6-4.3.1">
      <FullProductName ProductID="diffutils-3.6-4.3.1">diffutils-3.6-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-4.12.14-197.83.1">
      <FullProductName ProductID="dlm-kmp-default-4.12.14-197.83.1">dlm-kmp-default-4.12.14-197.83.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dmidecode-3.2-9.11.1">
      <FullProductName ProductID="dmidecode-3.2-9.11.1">dmidecode-3.2-9.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dmz-icon-theme-cursors-11.3.0-1.22">
      <FullProductName ProductID="dmz-icon-theme-cursors-11.3.0-1.22">dmz-icon-theme-cursors-11.3.0-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-19.03.15_ce-6.46.1">
      <FullProductName ProductID="docker-19.03.15_ce-6.46.1">docker-19.03.15_ce-6.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1">
      <FullProductName ProductID="docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1">docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3">
      <FullProductName ProductID="docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3">docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dos2unix-7.4.0-1.19">
      <FullProductName ProductID="dos2unix-7.4.0-1.19">dos2unix-7.4.0-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dosfstools-4.1-1.39">
      <FullProductName ProductID="dosfstools-4.1-1.39">dosfstools-4.1-1.39</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dracut-44.2-18.70.1">
      <FullProductName ProductID="dracut-44.2-18.70.1">dracut-44.2-18.70.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-9.0.16+git.ab9777df-8.17.1">
      <FullProductName ProductID="drbd-9.0.16+git.ab9777df-8.17.1">drbd-9.0.16+git.ab9777df-8.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1">
      <FullProductName ProductID="drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1">drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-utils-9.6.0-6.9.1">
      <FullProductName ProductID="drbd-utils-9.6.0-6.9.1">drbd-utils-9.6.0-6.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="e2fsprogs-1.43.8-4.23.1">
      <FullProductName ProductID="e2fsprogs-1.43.8-4.23.1">e2fsprogs-1.43.8-4.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ebtables-2.0.10.4-5.6.4">
      <FullProductName ProductID="ebtables-2.0.10.4-5.6.4">ebtables-2.0.10.4-5.6.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="efibootmgr-14-2.8">
      <FullProductName ProductID="efibootmgr-14-2.8">efibootmgr-14-2.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="elfutils-0.168-4.5.3">
      <FullProductName ProductID="elfutils-0.168-4.5.3">elfutils-0.168-4.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ethtool-4.13-5.17">
      <FullProductName ProductID="ethtool-4.13-5.17">ethtool-4.13-5.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="expat-2.2.5-3.6.1">
      <FullProductName ProductID="expat-2.2.5-3.6.1">expat-2.2.5-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="expect-5.45.3-1.63">
      <FullProductName ProductID="expect-5.45.3-1.63">expect-5.45.3-1.63</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fdupes-1.61-1.452">
      <FullProductName ProductID="fdupes-1.61-1.452">fdupes-1.61-1.452</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1">
      <FullProductName ProductID="fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1">fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="file-5.32-7.11.2">
      <FullProductName ProductID="file-5.32-7.11.2">file-5.32-7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="file-magic-5.32-7.11.2">
      <FullProductName ProductID="file-magic-5.32-7.11.2">file-magic-5.32-7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="filesystem-15.0-9.2">
      <FullProductName ProductID="filesystem-15.0-9.2">filesystem-15.0-9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fillup-1.42-2.18">
      <FullProductName ProductID="fillup-1.42-2.18">fillup-1.42-2.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="findutils-4.6.0-4.3.1">
      <FullProductName ProductID="findutils-4.6.0-4.3.1">findutils-4.6.0-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="firewall-macros-0.5.5-4.24.9">
      <FullProductName ProductID="firewall-macros-0.5.5-4.24.9">firewall-macros-0.5.5-4.24.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="firewalld-0.5.5-4.24.9">
      <FullProductName ProductID="firewalld-0.5.5-4.24.9">firewalld-0.5.5-4.24.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fontconfig-2.12.6-4.3.1">
      <FullProductName ProductID="fontconfig-2.12.6-4.3.1">fontconfig-2.12.6-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fonts-config-20200609+git0.42e2b1b-4.7.1">
      <FullProductName ProductID="fonts-config-20200609+git0.42e2b1b-4.7.1">fonts-config-20200609+git0.42e2b1b-4.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="fping-4.0-4.3.2">
      <FullProductName ProductID="fping-4.0-4.3.2">fping-4.0-4.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gamin-server-0.1.10-1.41">
      <FullProductName ProductID="gamin-server-0.1.10-1.41">gamin-server-0.1.10-1.41</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gawk-4.2.1-1.41">
      <FullProductName ProductID="gawk-4.2.1-1.41">gawk-4.2.1-1.41</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdk-pixbuf-query-loaders-2.36.11-3.19">
      <FullProductName ProductID="gdk-pixbuf-query-loaders-2.36.11-3.19">gdk-pixbuf-query-loaders-2.36.11-3.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gettext-runtime-0.19.8.1-4.11.1">
      <FullProductName ProductID="gettext-runtime-0.19.8.1-4.11.1">gettext-runtime-0.19.8.1-4.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-4.12.14-197.83.1">
      <FullProductName ProductID="gfs2-kmp-default-4.12.14-197.83.1">gfs2-kmp-default-4.12.14-197.83.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gio-branding-SLE-15-4.3.11">
      <FullProductName ProductID="gio-branding-SLE-15-4.3.11">gio-branding-SLE-15-4.3.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="girepository-1_0-1.54.1-2.31">
      <FullProductName ProductID="girepository-1_0-1.54.1-2.31">girepository-1_0-1.54.1-2.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glib2-tools-2.54.3-4.21.1">
      <FullProductName ProductID="glib2-tools-2.54.3-4.21.1">glib2-tools-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glibc-2.26-13.56.1">
      <FullProductName ProductID="glibc-2.26-13.56.1">glibc-2.26-13.56.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glibc-i18ndata-2.26-13.56.1">
      <FullProductName ProductID="glibc-i18ndata-2.26-13.56.1">glibc-i18ndata-2.26-13.56.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glibc-locale-2.26-13.56.1">
      <FullProductName ProductID="glibc-locale-2.26-13.56.1">glibc-locale-2.26-13.56.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glibc-locale-base-2.26-13.56.1">
      <FullProductName ProductID="glibc-locale-base-2.26-13.56.1">glibc-locale-base-2.26-13.56.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gnutls-3.6.7-6.37.1">
      <FullProductName ProductID="gnutls-3.6.7-6.37.1">gnutls-3.6.7-6.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="google-guest-agent-20201102.0-1.11.1">
      <FullProductName ProductID="google-guest-agent-20201102.0-1.11.1">google-guest-agent-20201102.0-1.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="google-guest-configs-20200731.0-1.6.1">
      <FullProductName ProductID="google-guest-configs-20200731.0-1.6.1">google-guest-configs-20200731.0-1.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="google-guest-oslogin-20200925.0-1.9.1">
      <FullProductName ProductID="google-guest-oslogin-20200925.0-1.9.1">google-guest-oslogin-20200925.0-1.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="google-opensans-fonts-1.0-1.21">
      <FullProductName ProductID="google-opensans-fonts-1.0-1.21">google-opensans-fonts-1.0-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="google-osconfig-agent-20200929.0-1.3.1">
      <FullProductName ProductID="google-osconfig-agent-20200929.0-1.3.1">google-osconfig-agent-20200929.0-1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gpg2-2.2.5-4.14.4">
      <FullProductName ProductID="gpg2-2.2.5-4.14.4">gpg2-2.2.5-4.14.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gptfdisk-1.0.1-2.11">
      <FullProductName ProductID="gptfdisk-1.0.1-2.11">gptfdisk-1.0.1-2.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="graphviz-2.40.1-6.6.4">
      <FullProductName ProductID="graphviz-2.40.1-6.6.4">graphviz-2.40.1-6.6.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="graphviz-gd-2.40.1-6.6.8">
      <FullProductName ProductID="graphviz-gd-2.40.1-6.6.8">graphviz-gd-2.40.1-6.6.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="graphviz-plugins-core-2.40.1-6.6.4">
      <FullProductName ProductID="graphviz-plugins-core-2.40.1-6.6.4">graphviz-plugins-core-2.40.1-6.6.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grep-3.1-4.3.12">
      <FullProductName ProductID="grep-3.1-4.3.12">grep-3.1-4.3.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="groff-1.22.3-5.3.1">
      <FullProductName ProductID="groff-1.22.3-5.3.1">groff-1.22.3-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="growpart-0.31-5.9.3">
      <FullProductName ProductID="growpart-0.31-5.9.3">growpart-0.31-5.9.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="growpart-rootgrow-1.0.1-1.3.1">
      <FullProductName ProductID="growpart-rootgrow-1.0.1-1.3.1">growpart-rootgrow-1.0.1-1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grub2-2.02-26.43.1">
      <FullProductName ProductID="grub2-2.02-26.43.1">grub2-2.02-26.43.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grub2-i386-pc-2.02-26.43.1">
      <FullProductName ProductID="grub2-i386-pc-2.02-26.43.1">grub2-i386-pc-2.02-26.43.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grub2-x86_64-efi-2.02-26.43.1">
      <FullProductName ProductID="grub2-x86_64-efi-2.02-26.43.1">grub2-x86_64-efi-2.02-26.43.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gtk2-tools-2.24.32-2.27">
      <FullProductName ProductID="gtk2-tools-2.24.32-2.27">gtk2-tools-2.24.32-2.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gzip-1.1-4.3.1">
      <FullProductName ProductID="gzip-1.1-4.3.1">gzip-1.1-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ha-cluster-bootstrap-0.5-5.3.1">
      <FullProductName ProductID="ha-cluster-bootstrap-0.5-5.3.1">ha-cluster-bootstrap-0.5-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hardlink-1.0+git.e66999f-1.25">
      <FullProductName ProductID="hardlink-1.0+git.e66999f-1.25">hardlink-1.0+git.e66999f-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="haveged-1.9.2-6.1">
      <FullProductName ProductID="haveged-1.9.2-6.1">haveged-1.9.2-6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1">
      <FullProductName ProductID="hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1">hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1">
      <FullProductName ProductID="hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1">hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hdparm-9.52-1.22">
      <FullProductName ProductID="hdparm-9.52-1.22">hdparm-9.52-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hicolor-icon-theme-0.17-1.21">
      <FullProductName ProductID="hicolor-icon-theme-0.17-1.21">hicolor-icon-theme-0.17-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hostname-3.16-2.22">
      <FullProductName ProductID="hostname-3.16-2.22">hostname-3.16-2.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hwinfo-21.7-3.6.1">
      <FullProductName ProductID="hwinfo-21.7-3.6.1">hwinfo-21.7-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="icewm-1.4.2-7.12.1">
      <FullProductName ProductID="icewm-1.4.2-7.12.1">icewm-1.4.2-7.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="icewm-lite-1.4.2-7.12.1">
      <FullProductName ProductID="icewm-lite-1.4.2-7.12.1">icewm-lite-1.4.2-7.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="icewm-theme-branding-1.2.4-3.12.1">
      <FullProductName ProductID="icewm-theme-branding-1.2.4-3.12.1">icewm-theme-branding-1.2.4-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="info-6.5-4.17">
      <FullProductName ProductID="info-6.5-4.17">info-6.5-4.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="initviocons-0.5-1.27">
      <FullProductName ProductID="initviocons-0.5-1.27">initviocons-0.5-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="insserv-compat-0.1-4.3.1">
      <FullProductName ProductID="insserv-compat-0.1-4.3.1">insserv-compat-0.1-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ipmitool-1.8.18-7.3.1">
      <FullProductName ProductID="ipmitool-1.8.18-7.3.1">ipmitool-1.8.18-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iproute2-4.12-10.15">
      <FullProductName ProductID="iproute2-4.12-10.15">iproute2-4.12-10.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ipset-6.36-3.3.1">
      <FullProductName ProductID="ipset-6.36-3.3.1">ipset-6.36-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iptables-1.6.2-1.12">
      <FullProductName ProductID="iptables-1.6.2-1.12">iptables-1.6.2-1.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iputils-s20161105-8.3.1">
      <FullProductName ProductID="iputils-s20161105-8.3.1">iputils-s20161105-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ipvsadm-1.29-2.25">
      <FullProductName ProductID="ipvsadm-1.29-2.25">ipvsadm-1.29-2.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="irqbalance-1.4.0-7.3.1">
      <FullProductName ProductID="irqbalance-1.4.0-7.3.1">irqbalance-1.4.0-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iscsiuio-0.7.8.2-13.37.1">
      <FullProductName ProductID="iscsiuio-0.7.8.2-13.37.1">iscsiuio-0.7.8.2-13.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="java-1_8_0-ibm-1.8.0_sr6.25-3.50.1">
      <FullProductName ProductID="java-1_8_0-ibm-1.8.0_sr6.25-3.50.1">java-1_8_0-ibm-1.8.0_sr6.25-3.50.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="javapackages-tools-5.0.0+git20180104.9367c8f6-1.19">
      <FullProductName ProductID="javapackages-tools-5.0.0+git20180104.9367c8f6-1.19">javapackages-tools-5.0.0+git20180104.9367c8f6-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kbd-2.0.4-8.3.1">
      <FullProductName ProductID="kbd-2.0.4-8.3.1">kbd-2.0.4-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kbd-legacy-2.0.4-8.3.1">
      <FullProductName ProductID="kbd-legacy-2.0.4-8.3.1">kbd-legacy-2.0.4-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kdump-0.9.0-4.6.1">
      <FullProductName ProductID="kdump-0.9.0-4.6.1">kdump-0.9.0-4.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.12.14-197.83.1">
      <FullProductName ProductID="kernel-default-4.12.14-197.83.1">kernel-default-4.12.14-197.83.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kexec-tools-2.0.16-7.2.1">
      <FullProductName ProductID="kexec-tools-2.0.16-7.2.1">kexec-tools-2.0.16-7.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="keyutils-1.5.10-5.3.1">
      <FullProductName ProductID="keyutils-1.5.10-5.3.1">keyutils-1.5.10-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kmod-25-6.7.1">
      <FullProductName ProductID="kmod-25-6.7.1">kmod-25-6.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kmod-compat-25-6.7.1">
      <FullProductName ProductID="kmod-compat-25-6.7.1">kmod-compat-25-6.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="krb5-1.16.3-3.15.1">
      <FullProductName ProductID="krb5-1.16.3-3.15.1">krb5-1.16.3-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="krb5-client-1.16.3-3.15.1">
      <FullProductName ProductID="krb5-client-1.16.3-3.15.1">krb5-client-1.16.3-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ldirectord-4.3.0184.6ee15eb2-4.39.1">
      <FullProductName ProductID="ldirectord-4.3.0184.6ee15eb2-4.39.1">ldirectord-4.3.0184.6ee15eb2-4.39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="less-530-1.6">
      <FullProductName ProductID="less-530-1.6">less-530-1.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libHX28-3.22-1.26">
      <FullProductName ProductID="libHX28-3.22-1.26">libHX28-3.22-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libICE6-1.0.9-1.25">
      <FullProductName ProductID="libICE6-1.0.9-1.25">libICE6-1.0.9-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Core5-5.9.7-13.8.1">
      <FullProductName ProductID="libQt5Core5-5.9.7-13.8.1">libQt5Core5-5.9.7-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5DBus5-5.9.7-13.8.1">
      <FullProductName ProductID="libQt5DBus5-5.9.7-13.8.1">libQt5DBus5-5.9.7-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Gui5-5.9.7-13.8.1">
      <FullProductName ProductID="libQt5Gui5-5.9.7-13.8.1">libQt5Gui5-5.9.7-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Network5-5.9.7-13.8.1">
      <FullProductName ProductID="libQt5Network5-5.9.7-13.8.1">libQt5Network5-5.9.7-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Widgets5-5.9.7-13.8.1">
      <FullProductName ProductID="libQt5Widgets5-5.9.7-13.8.1">libQt5Widgets5-5.9.7-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5X11Extras5-5.9.7-4.39">
      <FullProductName ProductID="libQt5X11Extras5-5.9.7-4.39">libQt5X11Extras5-5.9.7-4.39</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libSM6-1.2.2-1.23">
      <FullProductName ProductID="libSM6-1.2.2-1.23">libSM6-1.2.2-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libX11-6-1.6.5-3.12.1">
      <FullProductName ProductID="libX11-6-1.6.5-3.12.1">libX11-6-1.6.5-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libX11-data-1.6.5-3.12.1">
      <FullProductName ProductID="libX11-data-1.6.5-3.12.1">libX11-data-1.6.5-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libX11-xcb1-1.6.5-3.12.1">
      <FullProductName ProductID="libX11-xcb1-1.6.5-3.12.1">libX11-xcb1-1.6.5-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXau6-1.0.8-1.26">
      <FullProductName ProductID="libXau6-1.0.8-1.26">libXau6-1.0.8-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXaw7-1.0.13-3.3.8">
      <FullProductName ProductID="libXaw7-1.0.13-3.3.8">libXaw7-1.0.13-3.3.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXcomposite1-0.4.4-1.23">
      <FullProductName ProductID="libXcomposite1-0.4.4-1.23">libXcomposite1-0.4.4-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXcursor1-1.1.15-1.18">
      <FullProductName ProductID="libXcursor1-1.1.15-1.18">libXcursor1-1.1.15-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXdamage1-1.1.4-1.23">
      <FullProductName ProductID="libXdamage1-1.1.4-1.23">libXdamage1-1.1.4-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXdmcp6-1.1.2-1.23">
      <FullProductName ProductID="libXdmcp6-1.1.2-1.23">libXdmcp6-1.1.2-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXext6-1.3.3-1.3">
      <FullProductName ProductID="libXext6-1.3.3-1.3">libXext6-1.3.3-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXfixes3-5.0.3-1.24">
      <FullProductName ProductID="libXfixes3-5.0.3-1.24">libXfixes3-5.0.3-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXfont2-2-2.0.3-1.17">
      <FullProductName ProductID="libXfont2-2-2.0.3-1.17">libXfont2-2-2.0.3-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXft2-2.3.2-1.33">
      <FullProductName ProductID="libXft2-2.3.2-1.33">libXft2-2.3.2-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXi6-1.7.9-3.2.1">
      <FullProductName ProductID="libXi6-1.7.9-3.2.1">libXi6-1.7.9-3.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXinerama1-1.1.3-1.22">
      <FullProductName ProductID="libXinerama1-1.1.3-1.22">libXinerama1-1.1.3-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXmu6-1.1.2-1.3">
      <FullProductName ProductID="libXmu6-1.1.2-1.3">libXmu6-1.1.2-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXmuu1-1.1.2-1.3">
      <FullProductName ProductID="libXmuu1-1.1.2-1.3">libXmuu1-1.1.2-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXpm4-3.5.12-1.33">
      <FullProductName ProductID="libXpm4-3.5.12-1.33">libXpm4-3.5.12-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXrandr2-1.5.1-2.17">
      <FullProductName ProductID="libXrandr2-1.5.1-2.17">libXrandr2-1.5.1-2.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXrender1-0.9.10-1.3">
      <FullProductName ProductID="libXrender1-0.9.10-1.3">libXrender1-0.9.10-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXt6-1.1.5-2.24">
      <FullProductName ProductID="libXt6-1.1.5-2.24">libXt6-1.1.5-2.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXtst6-1.2.3-1.24">
      <FullProductName ProductID="libXtst6-1.2.3-1.24">libXtst6-1.2.3-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libXvnc1-1.9.0-19.9.1">
      <FullProductName ProductID="libXvnc1-1.9.0-19.9.1">libXvnc1-1.9.0-19.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libacl1-2.2.52-4.3.1">
      <FullProductName ProductID="libacl1-2.2.52-4.3.1">libacl1-2.2.52-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libaio1-0.3.109-1.25">
      <FullProductName ProductID="libaio1-0.3.109-1.25">libaio1-0.3.109-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libapparmor1-2.12.3-7.20.1">
      <FullProductName ProductID="libapparmor1-2.12.3-7.20.1">libapparmor1-2.12.3-7.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libargon2-1-0.0+git20171227.670229c-2.14">
      <FullProductName ProductID="libargon2-1-0.0+git20171227.670229c-2.14">libargon2-1-0.0+git20171227.670229c-2.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libasm1-0.168-4.5.3">
      <FullProductName ProductID="libasm1-0.168-4.5.3">libasm1-0.168-4.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libasound2-1.1.5-6.9.2">
      <FullProductName ProductID="libasound2-1.1.5-6.9.2">libasound2-1.1.5-6.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libassuan0-2.5.1-2.14">
      <FullProductName ProductID="libassuan0-2.5.1-2.14">libassuan0-2.5.1-2.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libatk-1_0-0-2.26.1-2.18">
      <FullProductName ProductID="libatk-1_0-0-2.26.1-2.18">libatk-1_0-0-2.26.1-2.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libatspi0-2.26.3-5.3.5">
      <FullProductName ProductID="libatspi0-2.26.3-5.3.5">libatspi0-2.26.3-5.3.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libattr1-2.4.47-2.19">
      <FullProductName ProductID="libattr1-2.4.47-2.19">libattr1-2.4.47-2.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libaudit1-2.8.1-5.5.1">
      <FullProductName ProductID="libaudit1-2.8.1-5.5.1">libaudit1-2.8.1-5.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libaugeas0-1.10.1-1.11">
      <FullProductName ProductID="libaugeas0-1.10.1-1.11">libaugeas0-1.10.1-1.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libauparse0-2.8.1-5.5.1">
      <FullProductName ProductID="libauparse0-2.8.1-5.5.1">libauparse0-2.8.1-5.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libavahi-client3-0.7-3.6.1">
      <FullProductName ProductID="libavahi-client3-0.7-3.6.1">libavahi-client3-0.7-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libavahi-common3-0.7-3.6.1">
      <FullProductName ProductID="libavahi-common3-0.7-3.6.1">libavahi-common3-0.7-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-9.16.6-12.44.1">
      <FullProductName ProductID="libbind9-1600-9.16.6-12.44.1">libbind9-1600-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libblkid1-2.33.1-4.13.1">
      <FullProductName ProductID="libblkid1-2.33.1-4.13.1">libblkid1-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libboost_regex1_66_0-1.66.0-5.3.1">
      <FullProductName ProductID="libboost_regex1_66_0-1.66.0-5.3.1">libboost_regex1_66_0-1.66.0-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libboost_system1_66_0-1.66.0-5.3.1">
      <FullProductName ProductID="libboost_system1_66_0-1.66.0-5.3.1">libboost_system1_66_0-1.66.0-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libboost_thread1_66_0-1.66.0-5.3.1">
      <FullProductName ProductID="libboost_thread1_66_0-1.66.0-5.3.1">libboost_thread1_66_0-1.66.0-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbsd0-0.8.7-3.3.17">
      <FullProductName ProductID="libbsd0-0.8.7-3.3.17">libbsd0-0.8.7-3.3.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbz2-1-1.0.6-5.9.1">
      <FullProductName ProductID="libbz2-1-1.0.6-5.9.1">libbz2-1-1.0.6-5.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcairo2-1.16.0-4.8.1">
      <FullProductName ProductID="libcairo2-1.16.0-4.8.1">libcairo2-1.16.0-4.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcap-ng0-0.7.9-4.37">
      <FullProductName ProductID="libcap-ng0-0.7.9-4.37">libcap-ng0-0.7.9-4.37</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcap2-2.25-2.41">
      <FullProductName ProductID="libcap2-2.25-2.41">libcap2-2.25-2.41</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcares2-1.17.0-3.11.1">
      <FullProductName ProductID="libcares2-1.17.0-3.11.1">libcares2-1.17.0-3.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcfg6-2.4.5-9.13.2">
      <FullProductName ProductID="libcfg6-2.4.5-9.13.2">libcfg6-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcmap4-2.4.5-9.13.2">
      <FullProductName ProductID="libcmap4-2.4.5-9.13.2">libcmap4-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcom_err2-1.43.8-4.23.1">
      <FullProductName ProductID="libcom_err2-1.43.8-4.23.1">libcom_err2-1.43.8-4.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcorosync_common4-2.4.5-9.13.2">
      <FullProductName ProductID="libcorosync_common4-2.4.5-9.13.2">libcorosync_common4-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcpg4-2.4.5-9.13.2">
      <FullProductName ProductID="libcpg4-2.4.5-9.13.2">libcpg4-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcpupower0-4.19-6.8.1">
      <FullProductName ProductID="libcpupower0-4.19-6.8.1">libcpupower0-4.19-6.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcrack2-2.9.6-2.21">
      <FullProductName ProductID="libcrack2-2.9.6-2.21">libcrack2-2.9.6-2.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcroco-0_6-3-0.6.12-4.3.51">
      <FullProductName ProductID="libcroco-0_6-3-0.6.12-4.3.51">libcroco-0_6-3-0.6.12-4.3.51</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcryptsetup12-2.0.6-4.3.1">
      <FullProductName ProductID="libcryptsetup12-2.0.6-4.3.1">libcryptsetup12-2.0.6-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libctf-nobfd0-2.35.1-7.18.1">
      <FullProductName ProductID="libctf-nobfd0-2.35.1-7.18.1">libctf-nobfd0-2.35.1-7.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libctf0-2.35.1-7.18.1">
      <FullProductName ProductID="libctf0-2.35.1-7.18.1">libctf0-2.35.1-7.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcups2-2.2.7-3.20.1">
      <FullProductName ProductID="libcups2-2.2.7-3.20.1">libcups2-2.2.7-3.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcurl4-7.60.0-3.35.1">
      <FullProductName ProductID="libcurl4-7.60.0-3.35.1">libcurl4-7.60.0-3.35.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdatrie1-0.2.9-1.25">
      <FullProductName ProductID="libdatrie1-0.2.9-1.25">libdatrie1-0.2.9-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdb-4_8-4.8.30-7.3.1">
      <FullProductName ProductID="libdb-4_8-4.8.30-7.3.1">libdb-4_8-4.8.30-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdbus-1-3-1.12.2-8.3.1">
      <FullProductName ProductID="libdbus-1-3-1.12.2-8.3.1">libdbus-1-3-1.12.2-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1">libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1">libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdevmapper-event1_03-1.02.149-12.40.1">
      <FullProductName ProductID="libdevmapper-event1_03-1.02.149-12.40.1">libdevmapper-event1_03-1.02.149-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdevmapper1_03-1.02.149-12.40.1">
      <FullProductName ProductID="libdevmapper1_03-1.02.149-12.40.1">libdevmapper1_03-1.02.149-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdialog14-1.3-3.3.7">
      <FullProductName ProductID="libdialog14-1.3-3.3.7">libdialog14-1.3-3.3.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdlm-4.0.9-6.6.1">
      <FullProductName ProductID="libdlm-4.0.9-6.6.1">libdlm-4.0.9-6.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdlm3-4.0.9-6.6.1">
      <FullProductName ProductID="libdlm3-4.0.9-6.6.1">libdlm3-4.0.9-6.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-9.16.6-12.44.1">
      <FullProductName ProductID="libdns1605-9.16.6-12.44.1">libdns1605-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdouble-conversion1-2.0.1-1.28">
      <FullProductName ProductID="libdouble-conversion1-2.0.1-1.28">libdouble-conversion1-2.0.1-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdrm2-2.4.97-3.3.11">
      <FullProductName ProductID="libdrm2-2.4.97-3.3.11">libdrm2-2.4.97-3.3.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdw1-0.168-4.5.3">
      <FullProductName ProductID="libdw1-0.168-4.5.3">libdw1-0.168-4.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libebl-plugins-0.168-4.5.3">
      <FullProductName ProductID="libebl-plugins-0.168-4.5.3">libebl-plugins-0.168-4.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libedit0-3.1.snap20150325-2.12">
      <FullProductName ProductID="libedit0-3.1.snap20150325-2.12">libedit0-3.1.snap20150325-2.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libefivar1-37-6.6.1">
      <FullProductName ProductID="libefivar1-37-6.6.1">libefivar1-37-6.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libelf1-0.168-4.5.3">
      <FullProductName ProductID="libelf1-0.168-4.5.3">libelf1-0.168-4.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libesmtp-1.0.6-1.27">
      <FullProductName ProductID="libesmtp-1.0.6-1.27">libesmtp-1.0.6-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libestr0-0.1.10-1.25">
      <FullProductName ProductID="libestr0-0.1.10-1.25">libestr0-0.1.10-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libevdev2-1.4.5-1.27">
      <FullProductName ProductID="libevdev2-1.4.5-1.27">libevdev2-1.4.5-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libevent-2_1-8-2.1.8-2.23">
      <FullProductName ProductID="libevent-2_1-8-2.1.8-2.23">libevent-2_1-8-2.1.8-2.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libexpat1-2.2.5-3.6.1">
      <FullProductName ProductID="libexpat1-2.2.5-3.6.1">libexpat1-2.2.5-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libext2fs2-1.43.8-4.23.1">
      <FullProductName ProductID="libext2fs2-1.43.8-4.23.1">libext2fs2-1.43.8-4.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfam0-gamin-0.1.10-3.2.3">
      <FullProductName ProductID="libfam0-gamin-0.1.10-3.2.3">libfam0-gamin-0.1.10-3.2.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfastjson4-0.99.8-1.16">
      <FullProductName ProductID="libfastjson4-0.99.8-1.16">libfastjson4-0.99.8-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfdisk1-2.33.1-4.13.1">
      <FullProductName ProductID="libfdisk1-2.33.1-4.13.1">libfdisk1-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libffi7-3.2.1.git259-3.16">
      <FullProductName ProductID="libffi7-3.2.1.git259-3.16">libffi7-3.2.1.git259-3.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfl2-2.6.4-3.157">
      <FullProductName ProductID="libfl2-2.6.4-3.157">libfl2-2.6.4-3.157</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfontenc1-1.1.3-1.22">
      <FullProductName ProductID="libfontenc1-1.1.3-1.22">libfontenc1-1.1.3-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-3.53.1-3.51.1">
      <FullProductName ProductID="libfreebl3-3.53.1-3.51.1">libfreebl3-3.53.1-3.51.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreetype6-2.10.1-4.8.1">
      <FullProductName ProductID="libfreetype6-2.10.1-4.8.1">libfreetype6-2.10.1-4.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfuse2-2.9.7-3.3.1">
      <FullProductName ProductID="libfuse2-2.9.7-3.3.1">libfuse2-2.9.7-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgcc_s1-10.2.1+git583-1.3.4">
      <FullProductName ProductID="libgcc_s1-10.2.1+git583-1.3.4">libgcc_s1-10.2.1+git583-1.3.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgcrypt20-1.8.2-8.36.1">
      <FullProductName ProductID="libgcrypt20-1.8.2-8.36.1">libgcrypt20-1.8.2-8.36.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgd3-2.2.5-4.14.1">
      <FullProductName ProductID="libgd3-2.2.5-4.14.1">libgd3-2.2.5-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgdbm4-1.12-1.418">
      <FullProductName ProductID="libgdbm4-1.12-1.418">libgdbm4-1.12-1.418</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgdk_pixbuf-2_0-0-2.36.11-3.19">
      <FullProductName ProductID="libgdk_pixbuf-2_0-0-2.36.11-3.19">libgdk_pixbuf-2_0-0-2.36.11-3.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgio-2_0-0-2.54.3-4.21.1">
      <FullProductName ProductID="libgio-2_0-0-2.54.3-4.21.1">libgio-2_0-0-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgirepository-1_0-1-1.54.1-2.31">
      <FullProductName ProductID="libgirepository-1_0-1-1.54.1-2.31">libgirepository-1_0-1-1.54.1-2.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libglib-2_0-0-2.54.3-4.21.1">
      <FullProductName ProductID="libglib-2_0-0-2.54.3-4.21.1">libglib-2_0-0-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">
      <FullProductName ProductID="libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libglvnd-1.0.0-1.8">
      <FullProductName ProductID="libglvnd-1.0.0-1.8">libglvnd-1.0.0-1.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgmodule-2_0-0-2.54.3-4.21.1">
      <FullProductName ProductID="libgmodule-2_0-0-2.54.3-4.21.1">libgmodule-2_0-0-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgmp10-6.1.2-4.6.1">
      <FullProductName ProductID="libgmp10-6.1.2-4.6.1">libgmp10-6.1.2-4.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgnutls30-3.6.7-6.37.1">
      <FullProductName ProductID="libgnutls30-3.6.7-6.37.1">libgnutls30-3.6.7-6.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgobject-2_0-0-2.54.3-4.21.1">
      <FullProductName ProductID="libgobject-2_0-0-2.54.3-4.21.1">libgobject-2_0-0-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgpg-error0-1.29-1.8">
      <FullProductName ProductID="libgpg-error0-1.29-1.8">libgpg-error0-1.29-1.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgpgme11-1.10.0-4.3.4">
      <FullProductName ProductID="libgpgme11-1.10.0-4.3.4">libgpgme11-1.10.0-4.3.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgraphite2-3-1.3.11-2.12">
      <FullProductName ProductID="libgraphite2-3-1.3.11-2.12">libgraphite2-3-1.3.11-2.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgraphviz6-2.40.1-6.6.4">
      <FullProductName ProductID="libgraphviz6-2.40.1-6.6.4">libgraphviz6-2.40.1-6.6.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgthread-2_0-0-2.54.3-4.21.1">
      <FullProductName ProductID="libgthread-2_0-0-2.54.3-4.21.1">libgthread-2_0-0-2.54.3-4.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgtk-2_0-0-2.24.32-2.27">
      <FullProductName ProductID="libgtk-2_0-0-2.24.32-2.27">libgtk-2_0-0-2.24.32-2.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgudev-1_0-0-232-1.33">
      <FullProductName ProductID="libgudev-1_0-0-232-1.33">libgudev-1_0-0-232-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libharfbuzz0-1.7.5-1.21">
      <FullProductName ProductID="libharfbuzz0-1.7.5-1.21">libharfbuzz0-1.7.5-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libhavege1-1.9.2-6.1">
      <FullProductName ProductID="libhavege1-1.9.2-6.1">libhavege1-1.9.2-6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libhogweed4-3.4.1-4.12.1">
      <FullProductName ProductID="libhogweed4-3.4.1-4.12.1">libhogweed4-3.4.1-4.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libicu60_2-60.2-3.9.1">
      <FullProductName ProductID="libicu60_2-60.2-3.9.1">libicu60_2-60.2-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libicu60_2-ledata-60.2-3.9.1">
      <FullProductName ProductID="libicu60_2-ledata-60.2-3.9.1">libicu60_2-ledata-60.2-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libidn11-1.34-3.2.2">
      <FullProductName ProductID="libidn11-1.34-3.2.2">libidn11-1.34-3.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libidn2-0-2.2.0-3.6.1">
      <FullProductName ProductID="libidn2-0-2.2.0-3.6.1">libidn2-0-2.2.0-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libinput10-1.10.5-1.21">
      <FullProductName ProductID="libinput10-1.10.5-1.21">libinput10-1.10.5-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libipset11-6.36-3.3.1">
      <FullProductName ProductID="libipset11-6.36-3.3.1">libipset11-6.36-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libiptc0-1.6.2-1.12">
      <FullProductName ProductID="libiptc0-1.6.2-1.12">libiptc0-1.6.2-1.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-9.16.6-12.44.1">
      <FullProductName ProductID="libirs1601-9.16.6-12.44.1">libirs1601-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-9.16.6-12.44.1">
      <FullProductName ProductID="libisc1606-9.16.6-12.44.1">libisc1606-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-9.16.6-12.44.1">
      <FullProductName ProductID="libisccc1600-9.16.6-12.44.1">libisccc1600-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-9.16.6-12.44.1">
      <FullProductName ProductID="libisccfg1600-9.16.6-12.44.1">libisccfg1600-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisl15-0.18-1.443">
      <FullProductName ProductID="libisl15-0.18-1.443">libisl15-0.18-1.443</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjansson4-2.9-1.24">
      <FullProductName ProductID="libjansson4-2.9-1.24">libjansson4-2.9-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjbig2-2.1-1.31">
      <FullProductName ProductID="libjbig2-2.1-1.31">libjbig2-2.1-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjemalloc2-5.0.1-1.25">
      <FullProductName ProductID="libjemalloc2-5.0.1-1.25">libjemalloc2-5.0.1-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjpeg62-62.2.0-5.15.7">
      <FullProductName ProductID="libjpeg62-62.2.0-5.15.7">libjpeg62-62.2.0-5.15.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjpeg8-8.1.2-5.15.7">
      <FullProductName ProductID="libjpeg8-8.1.2-5.15.7">libjpeg8-8.1.2-5.15.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libjson-c3-0.13-1.19">
      <FullProductName ProductID="libjson-c3-0.13-1.19">libjson-c3-0.13-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libkeyutils1-1.5.10-5.3.1">
      <FullProductName ProductID="libkeyutils1-1.5.10-5.3.1">libkeyutils1-1.5.10-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libkmod2-25-6.7.1">
      <FullProductName ProductID="libkmod2-25-6.7.1">libkmod2-25-6.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libksba8-1.3.5-2.14">
      <FullProductName ProductID="libksba8-1.3.5-2.14">libksba8-1.3.5-2.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libldap-2_4-2-2.4.46-9.45.1">
      <FullProductName ProductID="libldap-2_4-2-2.4.46-9.45.1">libldap-2_4-2-2.4.46-9.45.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libldap-data-2.4.46-9.45.1">
      <FullProductName ProductID="libldap-data-2.4.46-9.45.1">libldap-data-2.4.46-9.45.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libldapcpp1-0.3.1-1.33">
      <FullProductName ProductID="libldapcpp1-0.3.1-1.33">libldapcpp1-0.3.1-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libldb1-1.4.6-3.5.2">
      <FullProductName ProductID="libldb1-1.4.6-3.5.2">libldb1-1.4.6-3.5.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblmdb-0_9_17-0.9.17-4.6.2">
      <FullProductName ProductID="liblmdb-0_9_17-0.9.17-4.6.2">liblmdb-0_9_17-0.9.17-4.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblockdev1-1.0.3_git201003141408-1.97">
      <FullProductName ProductID="liblockdev1-1.0.3_git201003141408-1.97">liblockdev1-1.0.3_git201003141408-1.97</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblogging0-1.0.6-3.21">
      <FullProductName ProductID="liblogging0-1.0.6-3.21">liblogging0-1.0.6-3.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblognorm5-2.0.4-1.17">
      <FullProductName ProductID="liblognorm5-2.0.4-1.17">liblognorm5-2.0.4-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libltdl7-2.4.6-3.2.1">
      <FullProductName ProductID="libltdl7-2.4.6-3.2.1">libltdl7-2.4.6-3.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblua5_3-5-5.3.4-3.3.2">
      <FullProductName ProductID="liblua5_3-5-5.3.4-3.3.2">liblua5_3-5-5.3.4-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblvm2app2_2-2.02.180-12.40.1">
      <FullProductName ProductID="liblvm2app2_2-2.02.180-12.40.1">liblvm2app2_2-2.02.180-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblvm2cmd2_02-2.02.180-12.40.1">
      <FullProductName ProductID="liblvm2cmd2_02-2.02.180-12.40.1">liblvm2cmd2_02-2.02.180-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblz4-1-1.8.0-3.5.1">
      <FullProductName ProductID="liblz4-1-1.8.0-3.5.1">liblz4-1-1.8.0-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblzma5-5.2.3-4.3.1">
      <FullProductName ProductID="liblzma5-5.2.3-4.3.1">liblzma5-5.2.3-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liblzo2-2-2.1-2.22">
      <FullProductName ProductID="liblzo2-2-2.1-2.22">liblzo2-2-2.1-2.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmagic1-5.32-7.11.2">
      <FullProductName ProductID="libmagic1-5.32-7.11.2">libmagic1-5.32-7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmetalink3-0.1.3-1.24">
      <FullProductName ProductID="libmetalink3-0.1.3-1.24">libmetalink3-0.1.3-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmnl0-1.0.4-1.25">
      <FullProductName ProductID="libmnl0-1.0.4-1.25">libmnl0-1.0.4-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmodman1-2.0.1-1.27">
      <FullProductName ProductID="libmodman1-2.0.1-1.27">libmodman1-2.0.1-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmount1-2.33.1-4.13.1">
      <FullProductName ProductID="libmount1-2.33.1-4.13.1">libmount1-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmozjs-52-52.6.0-3.3.2">
      <FullProductName ProductID="libmozjs-52-52.6.0-3.3.2">libmozjs-52-52.6.0-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmpc3-1.1.0-1.47">
      <FullProductName ProductID="libmpc3-1.1.0-1.47">libmpc3-1.1.0-1.47</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmpfr6-4.0.1-1.46">
      <FullProductName ProductID="libmpfr6-4.0.1-1.46">libmpfr6-4.0.1-1.46</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libmtdev1-1.1.5-1.26">
      <FullProductName ProductID="libmtdev1-1.1.5-1.26">libmtdev1-1.1.5-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libncurses6-6.1-5.6.2">
      <FullProductName ProductID="libncurses6-6.1-5.6.2">libncurses6-6.1-5.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1">libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetfilter_conntrack3-1.0.6-1.26">
      <FullProductName ProductID="libnetfilter_conntrack3-1.0.6-1.26">libnetfilter_conntrack3-1.0.6-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetfilter_cthelper0-1.0.0-1.21">
      <FullProductName ProductID="libnetfilter_cthelper0-1.0.0-1.21">libnetfilter_cthelper0-1.0.0-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetfilter_cttimeout1-1.0.0-1.22">
      <FullProductName ProductID="libnetfilter_cttimeout1-1.0.0-1.22">libnetfilter_cttimeout1-1.0.0-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetfilter_queue1-1.0.3-1.16">
      <FullProductName ProductID="libnetfilter_queue1-1.0.3-1.16">libnetfilter_queue1-1.0.3-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnettle6-3.4.1-4.12.1">
      <FullProductName ProductID="libnettle6-3.4.1-4.12.1">libnettle6-3.4.1-4.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnfnetlink0-1.0.1-2.11">
      <FullProductName ProductID="libnfnetlink0-1.0.1-2.11">libnfnetlink0-1.0.1-2.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnghttp2-14-1.40.0-3.6.3">
      <FullProductName ProductID="libnghttp2-14-1.40.0-3.6.3">libnghttp2-14-1.40.0-3.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnl-config-3.3.0-1.29">
      <FullProductName ProductID="libnl-config-3.3.0-1.29">libnl-config-3.3.0-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnl3-200-3.3.0-1.29">
      <FullProductName ProductID="libnl3-200-3.3.0-1.29">libnl3-200-3.3.0-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnm0-1.10.6-5.12.1">
      <FullProductName ProductID="libnm0-1.10.6-5.12.1">libnm0-1.10.6-5.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnpth0-1.5-2.11">
      <FullProductName ProductID="libnpth0-1.5-2.11">libnpth0-1.5-2.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-9.16.6-12.44.1">
      <FullProductName ProductID="libns1604-9.16.6-12.44.1">libns1604-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnscd1-2.0.2-3.21">
      <FullProductName ProductID="libnscd1-2.0.2-3.21">libnscd1-2.0.2-3.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnsl2-1.2.0-2.44">
      <FullProductName ProductID="libnsl2-1.2.0-2.44">libnsl2-1.2.0-2.44</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnuma1-2.0.11-2.18">
      <FullProductName ProductID="libnuma1-2.0.11-2.18">libnuma1-2.0.11-2.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopeniscsiusr0_2_0-2.0.876-13.37.1">
      <FullProductName ProductID="libopeniscsiusr0_2_0-2.0.876-13.37.1">libopeniscsiusr0_2_0-2.0.876-13.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.0i-14.12.1">
      <FullProductName ProductID="libopenssl1_1-1.1.0i-14.12.1">libopenssl1_1-1.1.0i-14.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopts25-5.18.12-1.64">
      <FullProductName ProductID="libopts25-5.18.12-1.64">libopts25-5.18.12-1.64</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libp11-kit0-0.23.2-4.8.3">
      <FullProductName ProductID="libp11-kit0-0.23.2-4.8.3">libp11-kit0-0.23.2-4.8.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1">
      <FullProductName ProductID="libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1">libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpango-1_0-0-1.40.14-3.3.1">
      <FullProductName ProductID="libpango-1_0-0-1.40.14-3.3.1">libpango-1_0-0-1.40.14-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libparted0-3.2-11.14.1">
      <FullProductName ProductID="libparted0-3.2-11.14.1">libparted0-3.2-11.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpcap1-1.8.1-4.3.1">
      <FullProductName ProductID="libpcap1-1.8.1-4.3.1">libpcap1-1.8.1-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpci3-3.5.6-3.3.1">
      <FullProductName ProductID="libpci3-3.5.6-3.3.1">libpci3-3.5.6-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpcre1-8.41-4.2">
      <FullProductName ProductID="libpcre1-8.41-4.2">libpcre1-8.41-4.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpcre2-8-0-10.31-1.14">
      <FullProductName ProductID="libpcre2-8-0-10.31-1.14">libpcre2-8-0-10.31-1.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpgm-5_2-0-5.2.122-5.3.1">
      <FullProductName ProductID="libpgm-5_2-0-5.2.122-5.3.1">libpgm-5_2-0-5.2.122-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpipeline1-1.4.1-1.27">
      <FullProductName ProductID="libpipeline1-1.4.1-1.27">libpipeline1-1.4.1-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpixman-1-0-0.34.0-1.27">
      <FullProductName ProductID="libpixman-1-0-0.34.0-1.27">libpixman-1-0-0.34.0-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpng12-0-1.2.57-2.18">
      <FullProductName ProductID="libpng12-0-1.2.57-2.18">libpng12-0-1.2.57-2.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpng16-16-1.6.34-3.9.1">
      <FullProductName ProductID="libpng16-16-1.6.34-3.9.1">libpng16-16-1.6.34-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpolkit0-0.114-3.9.1">
      <FullProductName ProductID="libpolkit0-0.114-3.9.1">libpolkit0-0.114-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpopt0-1.16-3.22">
      <FullProductName ProductID="libpopt0-1.16-3.22">libpopt0-1.16-3.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libprocps7-3.3.15-7.13.2">
      <FullProductName ProductID="libprocps7-3.3.15-7.13.2">libprocps7-3.3.15-7.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libproxy1-0.4.15-4.3.1">
      <FullProductName ProductID="libproxy1-0.4.15-4.3.1">libproxy1-0.4.15-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpsl5-0.20.1-1.2">
      <FullProductName ProductID="libpsl5-0.20.1-1.2">libpsl5-0.20.1-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpython3_6m1_0-3.6.12-3.75.1">
      <FullProductName ProductID="libpython3_6m1_0-3.6.12-3.75.1">libpython3_6m1_0-3.6.12-3.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libqb20-1.0.3+20190326.a521604-3.3.1">
      <FullProductName ProductID="libqb20-1.0.3+20190326.a521604-3.3.1">libqb20-1.0.3+20190326.a521604-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libqrencode4-4.0.0-1.17">
      <FullProductName ProductID="libqrencode4-4.0.0-1.17">libqrencode4-4.0.0-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libquorum5-2.4.5-9.13.2">
      <FullProductName ProductID="libquorum5-2.4.5-9.13.2">libquorum5-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libreadline7-7.0-9.10.1">
      <FullProductName ProductID="libreadline7-7.0-9.10.1">libreadline7-7.0-9.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="librsync2-1.0.0-1.27">
      <FullProductName ProductID="librsync2-1.0.0-1.27">librsync2-1.0.0-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libruby2_5-2_5-2.5.8-4.11.1">
      <FullProductName ProductID="libruby2_5-2_5-2.5.8-4.11.1">libruby2_5-2_5-2.5.8-4.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsam4-2.4.5-9.13.2">
      <FullProductName ProductID="libsam4-2.4.5-9.13.2">libsam4-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamplerate0-0.1.9-3.22">
      <FullProductName ProductID="libsamplerate0-0.1.9-3.22">libsamplerate0-0.1.9-3.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsasl2-3-2.1.26-5.7.1">
      <FullProductName ProductID="libsasl2-3-2.1.26-5.7.1">libsasl2-3-2.1.26-5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libseccomp2-2.4.1-3.3.1">
      <FullProductName ProductID="libseccomp2-2.4.1-3.3.1">libseccomp2-2.4.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libselinux1-2.8-8.3.1">
      <FullProductName ProductID="libselinux1-2.8-8.3.1">libselinux1-2.8-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsemanage1-2.8-4.35">
      <FullProductName ProductID="libsemanage1-2.8-4.35">libsemanage1-2.8-4.35</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsensors4-3.5.0-4.3.1">
      <FullProductName ProductID="libsensors4-3.5.0-4.3.1">libsensors4-3.5.0-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsepol1-2.8-4.37">
      <FullProductName ProductID="libsepol1-2.8-4.37">libsepol1-2.8-4.37</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1">
      <FullProductName ProductID="libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1">libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsigc-2_0-0-2.10.0-3.5.1">
      <FullProductName ProductID="libsigc-2_0-0-2.10.0-3.5.1">libsigc-2_0-0-2.10.0-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmartcols1-2.33.1-4.13.1">
      <FullProductName ProductID="libsmartcols1-2.33.1-4.13.1">libsmartcols1-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1">libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmi-0.4.8-1.29">
      <FullProductName ProductID="libsmi-0.4.8-1.29">libsmi-0.4.8-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmi2-0.4.8-1.29">
      <FullProductName ProductID="libsmi2-0.4.8-1.29">libsmi2-0.4.8-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsnappy1-1.1.3-1.24">
      <FullProductName ProductID="libsnappy1-1.1.3-1.24">libsnappy1-1.1.3-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsnmp30-5.7.3-8.24">
      <FullProductName ProductID="libsnmp30-5.7.3-8.24">libsnmp30-5.7.3-8.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsodium23-1.0.16-4.3.18">
      <FullProductName ProductID="libsodium23-1.0.16-4.3.18">libsodium23-1.0.16-4.3.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-3.53.1-3.51.1">
      <FullProductName ProductID="libsoftokn3-3.53.1-3.51.1">libsoftokn3-3.53.1-3.51.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsolv-tools-0.7.16-3.29.2">
      <FullProductName ProductID="libsolv-tools-0.7.16-3.29.2">libsolv-tools-0.7.16-3.29.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsqlite3-0-3.28.0-3.9.2">
      <FullProductName ProductID="libsqlite3-0-3.28.0-3.9.2">libsqlite3-0-3.28.0-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssh2-1-1.9.0-4.13.1">
      <FullProductName ProductID="libssh2-1-1.9.0-4.13.1">libssh2-1-1.9.0-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssh4-0.8.7-10.12.1">
      <FullProductName ProductID="libssh4-0.8.7-10.12.1">libssh4-0.8.7-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libstdc++6-10.2.1+git583-1.3.4">
      <FullProductName ProductID="libstdc++6-10.2.1+git583-1.3.4">libstdc++6-10.2.1+git583-1.3.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libstorage-ng-ruby-4.1.111-4.24.1">
      <FullProductName ProductID="libstorage-ng-ruby-4.1.111-4.24.1">libstorage-ng-ruby-4.1.111-4.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libstorage-ng1-4.1.111-4.24.1">
      <FullProductName ProductID="libstorage-ng1-4.1.111-4.24.1">libstorage-ng1-4.1.111-4.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsystemd0-234-24.72.1">
      <FullProductName ProductID="libsystemd0-234-24.72.1">libsystemd0-234-24.72.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtalloc2-2.1.14-5.22">
      <FullProductName ProductID="libtalloc2-2.1.14-5.22">libtalloc2-2.1.14-5.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtasn1-4.13-4.5.1">
      <FullProductName ProductID="libtasn1-4.13-4.5.1">libtasn1-4.13-4.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtasn1-6-4.13-4.5.1">
      <FullProductName ProductID="libtasn1-6-4.13-4.5.1">libtasn1-6-4.13-4.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtdb1-1.3.16-4.23">
      <FullProductName ProductID="libtdb1-1.3.16-4.23">libtdb1-1.3.16-4.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtevent0-0.9.37-6.23">
      <FullProductName ProductID="libtevent0-0.9.37-6.23">libtevent0-0.9.37-6.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libthai-data-0.1.27-1.16">
      <FullProductName ProductID="libthai-data-0.1.27-1.16">libthai-data-0.1.27-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libthai0-0.1.27-1.16">
      <FullProductName ProductID="libthai0-0.1.27-1.16">libthai0-0.1.27-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtiff5-4.0.9-5.30.28">
      <FullProductName ProductID="libtiff5-4.0.9-5.30.28">libtiff5-4.0.9-5.30.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtirpc-netconfig-1.0.2-3.8.1">
      <FullProductName ProductID="libtirpc-netconfig-1.0.2-3.8.1">libtirpc-netconfig-1.0.2-3.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtirpc3-1.0.2-3.8.1">
      <FullProductName ProductID="libtirpc3-1.0.2-3.8.1">libtirpc3-1.0.2-3.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtotem_pg5-2.4.5-9.13.2">
      <FullProductName ProductID="libtotem_pg5-2.4.5-9.13.2">libtotem_pg5-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libts0-1.13-1.18">
      <FullProductName ProductID="libts0-1.13-1.18">libts0-1.13-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libudev1-234-24.72.1">
      <FullProductName ProductID="libudev1-234-24.72.1">libudev1-234-24.72.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libunistring2-0.9.9-1.15">
      <FullProductName ProductID="libunistring2-0.9.9-1.15">libunistring2-0.9.9-1.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libunwind-1.2.1-4.2.3">
      <FullProductName ProductID="libunwind-1.2.1-4.2.3">libunwind-1.2.1-4.2.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libusb-1_0-0-1.0.21-3.3.1">
      <FullProductName ProductID="libusb-1_0-0-1.0.21-3.3.1">libusb-1_0-0-1.0.21-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libutempter0-1.1.6-3.42">
      <FullProductName ProductID="libutempter0-1.1.6-3.42">libutempter0-1.1.6-3.42</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libuuid1-2.33.1-4.13.1">
      <FullProductName ProductID="libuuid1-2.33.1-4.13.1">libuuid1-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libuv1-1.18.0-1.19">
      <FullProductName ProductID="libuv1-1.18.0-1.19">libuv1-1.18.0-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libverto1-0.2.6-3.2">
      <FullProductName ProductID="libverto1-0.2.6-3.2">libverto1-0.2.6-3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvirt-client-5.1.0-8.24.1">
      <FullProductName ProductID="libvirt-client-5.1.0-8.24.1">libvirt-client-5.1.0-8.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvirt-libs-5.1.0-8.24.1">
      <FullProductName ProductID="libvirt-libs-5.1.0-8.24.1">libvirt-libs-5.1.0-8.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvotequorum8-2.4.5-9.13.2">
      <FullProductName ProductID="libvotequorum8-2.4.5-9.13.2">libvotequorum8-2.4.5-9.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwacom-data-0.23-1.31">
      <FullProductName ProductID="libwacom-data-0.23-1.31">libwacom-data-0.23-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwacom2-0.23-1.31">
      <FullProductName ProductID="libwacom2-0.23-1.31">libwacom2-0.23-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1">libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwebp6-0.5.0-1.61">
      <FullProductName ProductID="libwebp6-0.5.0-1.61">libwebp6-0.5.0-1.61</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwrap0-7.6-1.433">
      <FullProductName ProductID="libwrap0-7.6-1.433">libwrap0-7.6-1.433</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libx86emu2-2.2-1.8">
      <FullProductName ProductID="libx86emu2-2.2-1.8">libx86emu2-2.2-1.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-glx0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-glx0-1.13-3.5.1">libxcb-glx0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-icccm4-0.4.1-1.24">
      <FullProductName ProductID="libxcb-icccm4-0.4.1-1.24">libxcb-icccm4-0.4.1-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-image0-0.4.0-1.23">
      <FullProductName ProductID="libxcb-image0-0.4.0-1.23">libxcb-image0-0.4.0-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-keysyms1-0.4.0-1.23">
      <FullProductName ProductID="libxcb-keysyms1-0.4.0-1.23">libxcb-keysyms1-0.4.0-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-randr0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-randr0-1.13-3.5.1">libxcb-randr0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-render-util0-0.3.9-1.23">
      <FullProductName ProductID="libxcb-render-util0-0.3.9-1.23">libxcb-render-util0-0.3.9-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-render0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-render0-1.13-3.5.1">libxcb-render0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-shape0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-shape0-1.13-3.5.1">libxcb-shape0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-shm0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-shm0-1.13-3.5.1">libxcb-shm0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-sync1-1.13-3.5.1">
      <FullProductName ProductID="libxcb-sync1-1.13-3.5.1">libxcb-sync1-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-util1-0.4.0-1.23">
      <FullProductName ProductID="libxcb-util1-0.4.0-1.23">libxcb-util1-0.4.0-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-xfixes0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-xfixes0-1.13-3.5.1">libxcb-xfixes0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-xinerama0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-xinerama0-1.13-3.5.1">libxcb-xinerama0-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb-xkb1-1.13-3.5.1">
      <FullProductName ProductID="libxcb-xkb1-1.13-3.5.1">libxcb-xkb1-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxcb1-1.13-3.5.1">
      <FullProductName ProductID="libxcb1-1.13-3.5.1">libxcb1-1.13-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxkbcommon-x11-0-0.8.2-3.3.1">
      <FullProductName ProductID="libxkbcommon-x11-0-0.8.2-3.3.1">libxkbcommon-x11-0-0.8.2-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxkbcommon0-0.8.2-3.3.1">
      <FullProductName ProductID="libxkbcommon0-0.8.2-3.3.1">libxkbcommon0-0.8.2-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxkbfile1-1.0.9-1.26">
      <FullProductName ProductID="libxkbfile1-1.0.9-1.26">libxkbfile1-1.0.9-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxml2-2-2.9.7-3.28.1">
      <FullProductName ProductID="libxml2-2-2.9.7-3.28.1">libxml2-2-2.9.7-3.28.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxslt1-1.1.32-3.8.24">
      <FullProductName ProductID="libxslt1-1.1.32-3.8.24">libxslt1-1.1.32-3.8.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libxtables12-1.6.2-1.12">
      <FullProductName ProductID="libxtables12-1.6.2-1.12">libxtables12-1.6.2-1.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyajl2-2.1.0-2.12">
      <FullProductName ProductID="libyajl2-2.1.0-2.12">libyajl2-2.1.0-2.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyaml-0-2-0.1.7-1.17">
      <FullProductName ProductID="libyaml-0-2-0.1.7-1.17">libyaml-0-2-0.1.7-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyaml-cpp0_6-0.6.1-4.2.1">
      <FullProductName ProductID="libyaml-cpp0_6-0.6.1-4.2.1">libyaml-cpp0_6-0.6.1-4.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui-ncurses-pkg9-2.48.9-7.5.8">
      <FullProductName ProductID="libyui-ncurses-pkg9-2.48.9-7.5.8">libyui-ncurses-pkg9-2.48.9-7.5.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui-ncurses9-2.50.4-5.24">
      <FullProductName ProductID="libyui-ncurses9-2.50.4-5.24">libyui-ncurses9-2.50.4-5.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui-qt9-2.49.16-1.15">
      <FullProductName ProductID="libyui-qt9-2.49.16-1.15">libyui-qt9-2.49.16-1.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui9-3.4.2-4.24">
      <FullProductName ProductID="libyui9-3.4.2-4.24">libyui9-3.4.2-4.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libz1-1.2.11-3.18.1">
      <FullProductName ProductID="libz1-1.2.11-3.18.1">libz1-1.2.11-3.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libzio1-1.06-2.2">
      <FullProductName ProductID="libzio1-1.06-2.2">libzio1-1.06-2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libzmq5-4.2.3-3.15.4">
      <FullProductName ProductID="libzmq5-4.2.3-3.15.4">libzmq5-4.2.3-3.15.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libzstd1-1.4.4-1.3.1">
      <FullProductName ProductID="libzstd1-1.4.4-1.3.1">libzstd1-1.4.4-1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libzypp-17.25.1-3.34.10">
      <FullProductName ProductID="libzypp-17.25.1-3.34.10">libzypp-17.25.1-3.34.10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lockdev-1.0.3_git201003141408-1.97">
      <FullProductName ProductID="lockdev-1.0.3_git201003141408-1.97">lockdev-1.0.3_git201003141408-1.97</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="logrotate-3.13.0-4.3.9">
      <FullProductName ProductID="logrotate-3.13.0-4.3.9">logrotate-3.13.0-4.3.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lsb-release-3.0-1.2">
      <FullProductName ProductID="lsb-release-3.0-1.2">lsb-release-3.0-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lsof-4.91-1.11">
      <FullProductName ProductID="lsof-4.91-1.11">lsof-4.91-1.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lsscsi-0.28-1.24">
      <FullProductName ProductID="lsscsi-0.28-1.24">lsscsi-0.28-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lvm2-2.02.180-12.40.1">
      <FullProductName ProductID="lvm2-2.02.180-12.40.1">lvm2-2.02.180-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lvm2-lockd-2.02.180-12.40.1">
      <FullProductName ProductID="lvm2-lockd-2.02.180-12.40.1">lvm2-lockd-2.02.180-12.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mailx-12.5-1.87">
      <FullProductName ProductID="mailx-12.5-1.87">mailx-12.5-1.87</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="makedumpfile-1.6.3-10.6.1">
      <FullProductName ProductID="makedumpfile-1.6.3-10.6.1">makedumpfile-1.6.3-10.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="man-2.7.6-6.22">
      <FullProductName ProductID="man-2.7.6-6.22">man-2.7.6-6.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="man-pages-4.16-3.9.1">
      <FullProductName ProductID="man-pages-4.16-3.9.1">man-pages-4.16-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mksh-56c-1.1">
      <FullProductName ProductID="mksh-56c-1.1">mksh-56c-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mlocate-0.26-5.22">
      <FullProductName ProductID="mlocate-0.26-5.22">mlocate-0.26-5.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nspr-4.25.1-3.15.2">
      <FullProductName ProductID="mozilla-nspr-4.25.1-3.15.2">mozilla-nspr-4.25.1-3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-3.53.1-3.51.1">
      <FullProductName ProductID="mozilla-nss-3.53.1-3.51.1">mozilla-nss-3.53.1-3.51.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-3.53.1-3.51.1">
      <FullProductName ProductID="mozilla-nss-certs-3.53.1-3.51.1">mozilla-nss-certs-3.53.1-3.51.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-tools-3.53.1-3.51.1">
      <FullProductName ProductID="mozilla-nss-tools-3.53.1-3.51.1">mozilla-nss-tools-3.53.1-3.51.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ncurses-utils-6.1-5.6.2">
      <FullProductName ProductID="ncurses-utils-6.1-5.6.2">ncurses-utils-6.1-5.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="net-snmp-5.7.3-8.24">
      <FullProductName ProductID="net-snmp-5.7.3-8.24">net-snmp-5.7.3-8.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="net-tools-2.0+git20170221.479bb4a-3.11">
      <FullProductName ProductID="net-tools-2.0+git20170221.479bb4a-3.11">net-tools-2.0+git20170221.479bb4a-3.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="netcat-openbsd-1.178-1.24">
      <FullProductName ProductID="netcat-openbsd-1.178-1.24">netcat-openbsd-1.178-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="netcfg-11.6-1.11">
      <FullProductName ProductID="netcfg-11.6-1.11">netcfg-11.6-1.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nfs-client-2.1.1-10.10.1">
      <FullProductName ProductID="nfs-client-2.1.1-10.10.1">nfs-client-2.1.1-10.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nfs-kernel-server-2.1.1-10.10.1">
      <FullProductName ProductID="nfs-kernel-server-2.1.1-10.10.1">nfs-kernel-server-2.1.1-10.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nfsidmap-0.26-3.3.1">
      <FullProductName ProductID="nfsidmap-0.26-3.3.1">nfsidmap-0.26-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nscd-2.26-13.56.1">
      <FullProductName ProductID="nscd-2.26-13.56.1">nscd-2.26-13.56.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-4.12.14-197.83.1">
      <FullProductName ProductID="ocfs2-kmp-default-4.12.14-197.83.1">ocfs2-kmp-default-4.12.14-197.83.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-tools-1.8.5-12.6.2">
      <FullProductName ProductID="ocfs2-tools-1.8.5-12.6.2">ocfs2-tools-1.8.5-12.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-iscsi-2.0.876-13.37.1">
      <FullProductName ProductID="open-iscsi-2.0.876-13.37.1">open-iscsi-2.0.876-13.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openldap2-client-2.4.46-9.45.1">
      <FullProductName ProductID="openldap2-client-2.4.46-9.45.1">openldap2-client-2.4.46-9.45.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openslp-2.0.0-6.12.2">
      <FullProductName ProductID="openslp-2.0.0-6.12.2">openslp-2.0.0-6.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssh-7.9p1-6.25.2">
      <FullProductName ProductID="openssh-7.9p1-6.25.2">openssh-7.9p1-6.25.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1.1.0i-3.3.1">
      <FullProductName ProductID="openssl-1.1.0i-3.3.1">openssl-1.1.0i-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.0i-14.12.1">
      <FullProductName ProductID="openssl-1_1-1.1.0i-14.12.1">openssl-1_1-1.1.0i-14.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="p11-kit-0.23.2-4.8.3">
      <FullProductName ProductID="p11-kit-0.23.2-4.8.3">p11-kit-0.23.2-4.8.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="p11-kit-tools-0.23.2-4.8.3">
      <FullProductName ProductID="p11-kit-tools-0.23.2-4.8.3">p11-kit-tools-0.23.2-4.8.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pacemaker-2.0.1+20190417.13d370ca9-3.15.1">
      <FullProductName ProductID="pacemaker-2.0.1+20190417.13d370ca9-3.15.1">pacemaker-2.0.1+20190417.13d370ca9-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1">
      <FullProductName ProductID="pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1">pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pam-1.3.0-6.29.1">
      <FullProductName ProductID="pam-1.3.0-6.29.1">pam-1.3.0-6.29.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pam-config-0.96-5.17">
      <FullProductName ProductID="pam-config-0.96-5.17">pam-config-0.96-5.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pam-modules-12.1-3.17">
      <FullProductName ProductID="pam-modules-12.1-3.17">pam-modules-12.1-3.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="parted-3.2-11.14.1">
      <FullProductName ProductID="parted-3.2-11.14.1">parted-3.2-11.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patch-2.7.6-3.5">
      <FullProductName ProductID="patch-2.7.6-3.5">patch-2.7.6-3.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-base-base-20171206-35.2">
      <FullProductName ProductID="patterns-base-base-20171206-35.2">patterns-base-base-20171206-35.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-base-basesystem-20171206-35.2">
      <FullProductName ProductID="patterns-base-basesystem-20171206-35.2">patterns-base-basesystem-20171206-35.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-base-minimal_base-20171206-35.2">
      <FullProductName ProductID="patterns-base-minimal_base-20171206-35.2">patterns-base-minimal_base-20171206-35.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-ha-ha_sles-15.1.0-11.1">
      <FullProductName ProductID="patterns-ha-ha_sles-15.1.0-11.1">patterns-ha-ha_sles-15.1.0-11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-server-enterprise-sap_server-20171206-12.3.1">
      <FullProductName ProductID="patterns-server-enterprise-sap_server-20171206-12.3.1">patterns-server-enterprise-sap_server-20171206-12.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pciutils-3.5.6-3.3.1">
      <FullProductName ProductID="pciutils-3.5.6-3.3.1">pciutils-3.5.6-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pciutils-ids-20200324-3.6.1">
      <FullProductName ProductID="pciutils-ids-20200324-3.6.1">pciutils-ids-20200324-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-5.26.1-7.12.1">
      <FullProductName ProductID="perl-5.26.1-7.12.1">perl-5.26.1-7.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Bootloader-0.924-8.3.1">
      <FullProductName ProductID="perl-Bootloader-0.924-8.3.1">perl-Bootloader-0.924-8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-CPAN-Changes-0.400002-1.24">
      <FullProductName ProductID="perl-CPAN-Changes-0.400002-1.24">perl-CPAN-Changes-0.400002-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Crypt-SmbHash-0.12-1.24">
      <FullProductName ProductID="perl-Crypt-SmbHash-0.12-1.24">perl-Crypt-SmbHash-0.12-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Devel-Symdump-2.18-1.24">
      <FullProductName ProductID="perl-Devel-Symdump-2.18-1.24">perl-Devel-Symdump-2.18-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Digest-MD4-1.9-1.28">
      <FullProductName ProductID="perl-Digest-MD4-1.9-1.28">perl-Digest-MD4-1.9-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Digest-SHA1-2.13-1.27">
      <FullProductName ProductID="perl-Digest-SHA1-2.13-1.27">perl-Digest-SHA1-2.13-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Encode-Locale-1.05-1.24">
      <FullProductName ProductID="perl-Encode-Locale-1.05-1.24">perl-Encode-Locale-1.05-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-File-Listing-6.04-1.23">
      <FullProductName ProductID="perl-File-Listing-6.04-1.23">perl-File-Listing-6.04-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTML-Parser-3.72-1.26">
      <FullProductName ProductID="perl-HTML-Parser-3.72-1.26">perl-HTML-Parser-3.72-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTML-Tagset-3.2-1.24">
      <FullProductName ProductID="perl-HTML-Tagset-3.2-1.24">perl-HTML-Tagset-3.2-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTTP-Cookies-6.04-1.2">
      <FullProductName ProductID="perl-HTTP-Cookies-6.04-1.2">perl-HTTP-Cookies-6.04-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTTP-Daemon-6.01-1.24">
      <FullProductName ProductID="perl-HTTP-Daemon-6.01-1.24">perl-HTTP-Daemon-6.01-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTTP-Date-6.02-1.24">
      <FullProductName ProductID="perl-HTTP-Date-6.02-1.24">perl-HTTP-Date-6.02-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTTP-Message-6.14-1.16">
      <FullProductName ProductID="perl-HTTP-Message-6.14-1.16">perl-HTTP-Message-6.14-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-HTTP-Negotiate-6.01-1.23">
      <FullProductName ProductID="perl-HTTP-Negotiate-6.01-1.23">perl-HTTP-Negotiate-6.01-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-IO-HTML-1.001-1.24">
      <FullProductName ProductID="perl-IO-HTML-1.001-1.24">perl-IO-HTML-1.001-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-IO-Socket-INET6-2.72-1.22">
      <FullProductName ProductID="perl-IO-Socket-INET6-2.72-1.22">perl-IO-Socket-INET6-2.72-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-LWP-MediaTypes-6.02-1.25">
      <FullProductName ProductID="perl-LWP-MediaTypes-6.02-1.25">perl-LWP-MediaTypes-6.02-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-MailTools-2.19-1.2">
      <FullProductName ProductID="perl-MailTools-2.19-1.2">perl-MailTools-2.19-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Net-DBus-1.1.0-1.3">
      <FullProductName ProductID="perl-Net-DBus-1.1.0-1.3">perl-Net-DBus-1.1.0-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Net-HTTP-6.17-1.2">
      <FullProductName ProductID="perl-Net-HTTP-6.17-1.2">perl-Net-HTTP-6.17-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Net-SSLeay-1.81-1.26">
      <FullProductName ProductID="perl-Net-SSLeay-1.81-1.26">perl-Net-SSLeay-1.81-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Net-Telnet-3.04-1.25">
      <FullProductName ProductID="perl-Net-Telnet-3.04-1.25">perl-Net-Telnet-3.04-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Parse-RecDescent-1.967015-1.22">
      <FullProductName ProductID="perl-Parse-RecDescent-1.967015-1.22">perl-Parse-RecDescent-1.967015-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Pod-Coverage-0.23-1.23">
      <FullProductName ProductID="perl-Pod-Coverage-0.23-1.23">perl-Pod-Coverage-0.23-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-SNMP-5.7.3-8.24">
      <FullProductName ProductID="perl-SNMP-5.7.3-8.24">perl-SNMP-5.7.3-8.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Socket6-0.28-1.17">
      <FullProductName ProductID="perl-Socket6-0.28-1.17">perl-Socket6-0.28-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Term-ReadKey-2.37-1.2">
      <FullProductName ProductID="perl-Term-ReadKey-2.37-1.2">perl-Term-ReadKey-2.37-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Test-Pod-1.51-1.24">
      <FullProductName ProductID="perl-Test-Pod-1.51-1.24">perl-Test-Pod-1.51-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Test-Pod-Coverage-1.1-1.23">
      <FullProductName ProductID="perl-Test-Pod-Coverage-1.1-1.23">perl-Test-Pod-Coverage-1.1-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-TimeDate-2.3-3.9.1">
      <FullProductName ProductID="perl-TimeDate-2.3-3.9.1">perl-TimeDate-2.3-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-Try-Tiny-0.3-1.17">
      <FullProductName ProductID="perl-Try-Tiny-0.3-1.17">perl-Try-Tiny-0.3-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-URI-1.73-1.16">
      <FullProductName ProductID="perl-URI-1.73-1.16">perl-URI-1.73-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-WWW-RobotRules-6.02-1.23">
      <FullProductName ProductID="perl-WWW-RobotRules-6.02-1.23">perl-WWW-RobotRules-6.02-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-X11-Protocol-0.56-1.24">
      <FullProductName ProductID="perl-X11-Protocol-0.56-1.24">perl-X11-Protocol-0.56-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-X500-DN-0.29-1.22">
      <FullProductName ProductID="perl-X500-DN-0.29-1.22">perl-X500-DN-0.29-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-LibXML-2.0132-1.2">
      <FullProductName ProductID="perl-XML-LibXML-2.0132-1.2">perl-XML-LibXML-2.0132-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-NamespaceSupport-1.12-1.24">
      <FullProductName ProductID="perl-XML-NamespaceSupport-1.12-1.24">perl-XML-NamespaceSupport-1.12-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-Parser-2.44-1.443">
      <FullProductName ProductID="perl-XML-Parser-2.44-1.443">perl-XML-Parser-2.44-1.443</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-SAX-0.99-1.22">
      <FullProductName ProductID="perl-XML-SAX-0.99-1.22">perl-XML-SAX-0.99-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-SAX-Base-1.09-1.25">
      <FullProductName ProductID="perl-XML-SAX-Base-1.09-1.25">perl-XML-SAX-Base-1.09-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-SAX-Expat-0.51-1.22">
      <FullProductName ProductID="perl-XML-SAX-Expat-0.51-1.22">perl-XML-SAX-Expat-0.51-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-Simple-2.24-1.22">
      <FullProductName ProductID="perl-XML-Simple-2.24-1.22">perl-XML-Simple-2.24-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-XML-Twig-3.52-3.3.1">
      <FullProductName ProductID="perl-XML-Twig-3.52-3.3.1">perl-XML-Twig-3.52-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-base-5.26.1-7.12.1">
      <FullProductName ProductID="perl-base-5.26.1-7.12.1">perl-base-5.26.1-7.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-gettext-1.07-1.442">
      <FullProductName ProductID="perl-gettext-1.07-1.442">perl-gettext-1.07-1.442</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-libwww-perl-6.31-1.17">
      <FullProductName ProductID="perl-libwww-perl-6.31-1.17">perl-libwww-perl-6.31-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="permissions-20181116-9.38.1">
      <FullProductName ProductID="permissions-20181116-9.38.1">permissions-20181116-9.38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pigz-2.3.3-1.28">
      <FullProductName ProductID="pigz-2.3.3-1.28">pigz-2.3.3-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pinentry-1.1.0-4.3.1">
      <FullProductName ProductID="pinentry-1.1.0-4.3.1">pinentry-1.1.0-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pkg-config-0.29.2-1.436">
      <FullProductName ProductID="pkg-config-0.29.2-1.436">pkg-config-0.29.2-1.436</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="polkit-0.114-3.9.1">
      <FullProductName ProductID="polkit-0.114-3.9.1">polkit-0.114-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="polkit-default-privs-13.2-18.8.1">
      <FullProductName ProductID="polkit-default-privs-13.2-18.8.1">polkit-default-privs-13.2-18.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="procmail-3.22-2.34">
      <FullProductName ProductID="procmail-3.22-2.34">procmail-3.22-2.34</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="procps-3.3.15-7.13.2">
      <FullProductName ProductID="procps-3.3.15-7.13.2">procps-3.3.15-7.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="psmisc-23.0-6.10.1">
      <FullProductName ProductID="psmisc-23.0-6.10.1">psmisc-23.0-6.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python-rpm-macros-20200207.5feb6c1-3.11.1">
      <FullProductName ProductID="python-rpm-macros-20200207.5feb6c1-3.11.1">python-rpm-macros-20200207.5feb6c1-3.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-3.6.12-3.75.1">
      <FullProductName ProductID="python3-3.6.12-3.75.1">python3-3.6.12-3.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-Babel-2.5.1-1.26">
      <FullProductName ProductID="python3-Babel-2.5.1-1.26">python3-Babel-2.5.1-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-Jinja2-2.10.1-3.10.2">
      <FullProductName ProductID="python3-Jinja2-2.10.1-3.10.2">python3-Jinja2-2.10.1-3.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-M2Crypto-0.35.2-3.9.1">
      <FullProductName ProductID="python3-M2Crypto-0.35.2-3.9.1">python3-M2Crypto-0.35.2-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-MarkupSafe-1.0-1.29">
      <FullProductName ProductID="python3-MarkupSafe-1.0-1.29">python3-MarkupSafe-1.0-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-PyYAML-5.1.2-6.6.1">
      <FullProductName ProductID="python3-PyYAML-5.1.2-6.6.1">python3-PyYAML-5.1.2-6.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-appdirs-1.4.3-1.21">
      <FullProductName ProductID="python3-appdirs-1.4.3-1.21">python3-appdirs-1.4.3-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-base-3.6.12-3.75.1">
      <FullProductName ProductID="python3-base-3.6.12-3.75.1">python3-base-3.6.12-3.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-bind-9.16.6-12.44.1">
      <FullProductName ProductID="python3-bind-9.16.6-12.44.1">python3-bind-9.16.6-12.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-certifi-2018.1.18-1.18">
      <FullProductName ProductID="python3-certifi-2018.1.18-1.18">python3-certifi-2018.1.18-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-chardet-3.0.4-3.23">
      <FullProductName ProductID="python3-chardet-3.0.4-3.23">python3-chardet-3.0.4-3.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-configobj-5.0.6-1.24">
      <FullProductName ProductID="python3-configobj-5.0.6-1.24">python3-configobj-5.0.6-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-configshell-fb-1.1.fb23-2.17">
      <FullProductName ProductID="python3-configshell-fb-1.1.fb23-2.17">python3-configshell-fb-1.1.fb23-2.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-cssselect-1.0.3-1.18">
      <FullProductName ProductID="python3-cssselect-1.0.3-1.18">python3-cssselect-1.0.3-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-curses-3.6.12-3.75.1">
      <FullProductName ProductID="python3-curses-3.6.12-3.75.1">python3-curses-3.6.12-3.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-dbus-python-1.2.4-4.24">
      <FullProductName ProductID="python3-dbus-python-1.2.4-4.24">python3-dbus-python-1.2.4-4.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-decorator-4.2.1-1.18">
      <FullProductName ProductID="python3-decorator-4.2.1-1.18">python3-decorator-4.2.1-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-firewall-0.5.5-4.24.9">
      <FullProductName ProductID="python3-firewall-0.5.5-4.24.9">python3-firewall-0.5.5-4.24.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-gcemetadata-1.0.4-3.9.1">
      <FullProductName ProductID="python3-gcemetadata-1.0.4-3.9.1">python3-gcemetadata-1.0.4-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-gobject-3.26.1-1.31">
      <FullProductName ProductID="python3-gobject-3.26.1-1.31">python3-gobject-3.26.1-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-idna-2.6-1.2">
      <FullProductName ProductID="python3-idna-2.6-1.2">python3-idna-2.6-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-linux-procfs-0.6-1.26">
      <FullProductName ProductID="python3-linux-procfs-0.6-1.26">python3-linux-procfs-0.6-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-lxml-4.0.0-2.26">
      <FullProductName ProductID="python3-lxml-4.0.0-2.26">python3-lxml-4.0.0-2.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-msgpack-0.5.6-1.19">
      <FullProductName ProductID="python3-msgpack-0.5.6-1.19">python3-msgpack-0.5.6-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-packaging-16.8-1.23">
      <FullProductName ProductID="python3-packaging-16.8-1.23">python3-packaging-16.8-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-parallax-1.0.6-3.3.14">
      <FullProductName ProductID="python3-parallax-1.0.6-3.3.14">python3-parallax-1.0.6-3.3.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pexpect-4.8.0-5.3.5">
      <FullProductName ProductID="python3-pexpect-4.8.0-5.3.5">python3-pexpect-4.8.0-5.3.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-ply-3.1-1.27">
      <FullProductName ProductID="python3-ply-3.1-1.27">python3-ply-3.1-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-psutil-5.4.8-4.24">
      <FullProductName ProductID="python3-psutil-5.4.8-4.24">python3-psutil-5.4.8-4.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-ptyprocess-0.5.2-1.54">
      <FullProductName ProductID="python3-ptyprocess-0.5.2-1.54">python3-ptyprocess-0.5.2-1.54</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-py-1.8.1-5.3.5">
      <FullProductName ProductID="python3-py-1.8.1-5.3.5">python3-py-1.8.1-5.3.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pycurl-7.43.0.2-4.3.1">
      <FullProductName ProductID="python3-pycurl-7.43.0.2-4.3.1">python3-pycurl-7.43.0.2-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pyparsing-2.2.0-1.28">
      <FullProductName ProductID="python3-pyparsing-2.2.0-1.28">python3-pyparsing-2.2.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-python-dateutil-2.7.3-4.22">
      <FullProductName ProductID="python3-python-dateutil-2.7.3-4.22">python3-python-dateutil-2.7.3-4.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pytz-2018.5-4.23">
      <FullProductName ProductID="python3-pytz-2018.5-4.23">python3-pytz-2018.5-4.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pyudev-0.21.0-3.22">
      <FullProductName ProductID="python3-pyudev-0.21.0-3.22">python3-pyudev-0.21.0-3.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pyzmq-17.0.0-1.25">
      <FullProductName ProductID="python3-pyzmq-17.0.0-1.25">python3-pyzmq-17.0.0-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-requests-2.20.1-6.6.1">
      <FullProductName ProductID="python3-requests-2.20.1-6.6.1">python3-requests-2.20.1-6.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-rpm-4.14.1-10.19.18">
      <FullProductName ProductID="python3-rpm-4.14.1-10.19.18">python3-rpm-4.14.1-10.19.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-rtslib-fb-2.1.69-5.24">
      <FullProductName ProductID="python3-rtslib-fb-2.1.69-5.24">python3-rtslib-fb-2.1.69-5.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-salt-3000-24.1">
      <FullProductName ProductID="python3-salt-3000-24.1">python3-salt-3000-24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-setuptools-40.5.0-6.3.1">
      <FullProductName ProductID="python3-setuptools-40.5.0-6.3.1">python3-setuptools-40.5.0-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-six-1.11.0-4.3.2">
      <FullProductName ProductID="python3-six-1.11.0-4.3.2">python3-six-1.11.0-4.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-slip-0.6.5-4.21">
      <FullProductName ProductID="python3-slip-0.6.5-4.21">python3-slip-0.6.5-4.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-slip-dbus-0.6.5-4.21">
      <FullProductName ProductID="python3-slip-dbus-0.6.5-4.21">python3-slip-dbus-0.6.5-4.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-solv-0.7.16-3.29.2">
      <FullProductName ProductID="python3-solv-0.7.16-3.29.2">python3-solv-0.7.16-3.29.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-talloc-2.1.14-5.22">
      <FullProductName ProductID="python3-talloc-2.1.14-5.22">python3-talloc-2.1.14-5.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-targetcli-fb-2.1.49-10.9.1">
      <FullProductName ProductID="python3-targetcli-fb-2.1.49-10.9.1">python3-targetcli-fb-2.1.49-10.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-urllib3-1.24-9.10.1">
      <FullProductName ProductID="python3-urllib3-1.24-9.10.1">python3-urllib3-1.24-9.10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-urwid-2.0.1-1.15">
      <FullProductName ProductID="python3-urwid-2.0.1-1.15">python3-urwid-2.0.1-1.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-zypp-plugin-0.6.3-2.18">
      <FullProductName ProductID="python3-zypp-plugin-0.6.3-2.18">python3-zypp-plugin-0.6.3-2.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="quota-4.05-3.9.1">
      <FullProductName ProductID="quota-4.05-3.9.1">quota-4.05-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="release-notes-ha-15.1.20200207-8.5.1">
      <FullProductName ProductID="release-notes-ha-15.1.20200207-8.5.1">release-notes-ha-15.1.20200207-8.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="release-notes-sles-for-sap-15.1.20180928-4.67">
      <FullProductName ProductID="release-notes-sles-for-sap-15.1.20180928-4.67">release-notes-sles-for-sap-15.1.20180928-4.67</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="resource-agents-4.3.0184.6ee15eb2-4.39.1">
      <FullProductName ProductID="resource-agents-4.3.0184.6ee15eb2-4.39.1">resource-agents-4.3.0184.6ee15eb2-4.39.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rpcbind-0.2.3-5.9.2">
      <FullProductName ProductID="rpcbind-0.2.3-5.9.2">rpcbind-0.2.3-5.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rpm-4.14.1-10.19.8">
      <FullProductName ProductID="rpm-4.14.1-10.19.8">rpm-4.14.1-10.19.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rsync-3.1.3-4.3.1">
      <FullProductName ProductID="rsync-3.1.3-4.3.1">rsync-3.1.3-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rsyslog-8.33.1-3.31.2">
      <FullProductName ProductID="rsyslog-8.33.1-3.31.2">rsyslog-8.33.1-3.31.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby-2.5-1.21">
      <FullProductName ProductID="ruby-2.5-1.21">ruby-2.5-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby-common-2.1-3.15">
      <FullProductName ProductID="ruby-common-2.1-3.15">ruby-common-2.1-3.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-2.5.8-4.11.1">
      <FullProductName ProductID="ruby2.5-2.5.8-4.11.1">ruby2.5-2.5.8-4.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-abstract_method-1.2.1-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-abstract_method-1.2.1-1.28">ruby2.5-rubygem-abstract_method-1.2.1-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26">ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26">ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1">
      <FullProductName ProductID="ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1">ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1">ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1">ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26">ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21">
      <FullProductName ProductID="ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21">ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1">ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-arel-8.0.0-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-arel-8.0.0-1.26">ruby2.5-rubygem-arel-8.0.0-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-axiom-types-0.1.1-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-axiom-types-0.1.1-1.28">ruby2.5-rubygem-axiom-types-0.1.1-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-builder-3.2.3-1.29">
      <FullProductName ProductID="ruby2.5-rubygem-builder-3.2.3-1.29">ruby2.5-rubygem-builder-3.2.3-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-bundler-1.16.1-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-bundler-1.16.1-3.3.1">ruby2.5-rubygem-bundler-1.16.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-cfa-0.7.0-4.2">
      <FullProductName ProductID="ruby2.5-rubygem-cfa-0.7.0-4.2">ruby2.5-rubygem-cfa-0.7.0-4.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-cfa_grub2-1.0.1-4.2">
      <FullProductName ProductID="ruby2.5-rubygem-cfa_grub2-1.0.1-4.2">ruby2.5-rubygem-cfa_grub2-1.0.1-4.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-cheetah-0.5.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-cheetah-0.5.0-1.28">ruby2.5-rubygem-cheetah-0.5.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-coercible-1.0.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-coercible-1.0.0-1.28">ruby2.5-rubygem-coercible-1.0.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28">ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-crass-1.0.3-1.19">
      <FullProductName ProductID="ruby2.5-rubygem-crass-1.0.3-1.19">ruby2.5-rubygem-crass-1.0.3-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-descendants_tracker-0.0.4-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-descendants_tracker-0.0.4-1.28">ruby2.5-rubygem-descendants_tracker-0.0.4-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-equalizer-0.0.11-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-equalizer-0.0.11-1.28">ruby2.5-rubygem-equalizer-0.0.11-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-erubi-1.7.0-1.19">
      <FullProductName ProductID="ruby2.5-rubygem-erubi-1.7.0-1.19">ruby2.5-rubygem-erubi-1.7.0-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-fast_gettext-1.6.0-1.18">
      <FullProductName ProductID="ruby2.5-rubygem-fast_gettext-1.6.0-1.18">ruby2.5-rubygem-fast_gettext-1.6.0-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-ffi-1.9.18-1.31">
      <FullProductName ProductID="ruby2.5-rubygem-ffi-1.9.18-1.31">ruby2.5-rubygem-ffi-1.9.18-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-gem2rpm-0.10.1-3.45">
      <FullProductName ProductID="ruby2.5-rubygem-gem2rpm-0.10.1-3.45">ruby2.5-rubygem-gem2rpm-0.10.1-3.45</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-gettext-3.2.5-1.17">
      <FullProductName ProductID="ruby2.5-rubygem-gettext-3.2.5-1.17">ruby2.5-rubygem-gettext-3.2.5-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28">ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28">ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-globalid-0.4.1-1.24">
      <FullProductName ProductID="ruby2.5-rubygem-globalid-0.4.1-1.24">ruby2.5-rubygem-globalid-0.4.1-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-i18n-0.9.1-1.21">
      <FullProductName ProductID="ruby2.5-rubygem-i18n-0.9.1-1.21">ruby2.5-rubygem-i18n-0.9.1-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-ice_nine-0.11.2-1.29">
      <FullProductName ProductID="ruby2.5-rubygem-ice_nine-0.11.2-1.29">ruby2.5-rubygem-ice_nine-0.11.2-1.29</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-js-routes-1.4.1-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-js-routes-1.4.1-1.26">ruby2.5-rubygem-js-routes-1.4.1-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-kramdown-1.15.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-kramdown-1.15.0-1.28">ruby2.5-rubygem-kramdown-1.15.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-locale-2.1.2-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-locale-2.1.2-1.28">ruby2.5-rubygem-locale-2.1.2-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-loofah-2.2.2-4.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-loofah-2.2.2-4.3.1">ruby2.5-rubygem-loofah-2.2.2-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-mail-2.7.1-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-mail-2.7.1-3.3.1">ruby2.5-rubygem-mail-2.7.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-method_source-0.9.0-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-method_source-0.9.0-1.26">ruby2.5-rubygem-method_source-0.9.0-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-mini_mime-1.0.0-1.17">
      <FullProductName ProductID="ruby2.5-rubygem-mini_mime-1.0.0-1.17">ruby2.5-rubygem-mini_mime-1.0.0-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-mini_portile2-2.3.0-1.27">
      <FullProductName ProductID="ruby2.5-rubygem-mini_portile2-2.3.0-1.27">ruby2.5-rubygem-mini_portile2-2.3.0-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-nio4r-2.1.0-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-nio4r-2.1.0-1.28">ruby2.5-rubygem-nio4r-2.1.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-nokogiri-1.8.5-3.6.1">
      <FullProductName ProductID="ruby2.5-rubygem-nokogiri-1.8.5-3.6.1">ruby2.5-rubygem-nokogiri-1.8.5-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-po_to_json-1.0.1-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-po_to_json-1.0.1-1.28">ruby2.5-rubygem-po_to_json-1.0.1-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-puma-4.3.5-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-puma-4.3.5-3.3.1">ruby2.5-rubygem-puma-4.3.5-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rack-2.0.8-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-rack-2.0.8-3.3.1">ruby2.5-rubygem-rack-2.0.8-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28">ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rails-5_1-5.1.4-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-rails-5_1-5.1.4-1.26">ruby2.5-rubygem-rails-5_1-5.1.4-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28">ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11">
      <FullProductName ProductID="ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11">ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1">ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rb-fsevent-0.10.2-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-rb-fsevent-0.10.2-1.26">ruby2.5-rubygem-rb-fsevent-0.10.2-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-rb-inotify-0.9.10-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-rb-inotify-0.9.10-1.26">ruby2.5-rubygem-rb-inotify-0.9.10-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-ruby-augeas-0.5.0-1.31">
      <FullProductName ProductID="ruby2.5-rubygem-ruby-augeas-0.5.0-1.31">ruby2.5-rubygem-ruby-augeas-0.5.0-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-ruby-dbus-0.14.0-1.27">
      <FullProductName ProductID="ruby2.5-rubygem-ruby-dbus-0.14.0-1.27">ruby2.5-rubygem-ruby-dbus-0.14.0-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-sass-3.5.3-1.19">
      <FullProductName ProductID="ruby2.5-rubygem-sass-3.5.3-1.19">ruby2.5-rubygem-sass-3.5.3-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-sass-listen-4.0.0-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-sass-listen-4.0.0-1.26">ruby2.5-rubygem-sass-listen-4.0.0-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-sass-rails-5.0.7-1.21">
      <FullProductName ProductID="ruby2.5-rubygem-sass-rails-5.0.7-1.21">ruby2.5-rubygem-sass-rails-5.0.7-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-simpleidn-0.0.9-1.17">
      <FullProductName ProductID="ruby2.5-rubygem-simpleidn-0.0.9-1.17">ruby2.5-rubygem-simpleidn-0.0.9-1.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-sprockets-3.7.2-3.3.1">
      <FullProductName ProductID="ruby2.5-rubygem-sprockets-3.7.2-3.3.1">ruby2.5-rubygem-sprockets-3.7.2-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-sprockets-rails-3.2.1-1.26">
      <FullProductName ProductID="ruby2.5-rubygem-sprockets-rails-3.2.1-1.26">ruby2.5-rubygem-sprockets-rails-3.2.1-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-text-1.3.1-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-text-1.3.1-1.28">ruby2.5-rubygem-text-1.3.1-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-thor-0.20.0-1.27">
      <FullProductName ProductID="ruby2.5-rubygem-thor-0.20.0-1.27">ruby2.5-rubygem-thor-0.20.0-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-thread_safe-0.3.6-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-thread_safe-0.3.6-1.28">ruby2.5-rubygem-thread_safe-0.3.6-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-tilt-2.0.8-1.27">
      <FullProductName ProductID="ruby2.5-rubygem-tilt-2.0.8-1.27">ruby2.5-rubygem-tilt-2.0.8-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-tzinfo-1.2.4-1.23">
      <FullProductName ProductID="ruby2.5-rubygem-tzinfo-1.2.4-1.23">ruby2.5-rubygem-tzinfo-1.2.4-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-virtus-1.0.5-1.28">
      <FullProductName ProductID="ruby2.5-rubygem-virtus-1.0.5-1.28">ruby2.5-rubygem-virtus-1.0.5-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25">
      <FullProductName ProductID="ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25">ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-websocket-extensions-0.1.3-1.18">
      <FullProductName ProductID="ruby2.5-rubygem-websocket-extensions-0.1.3-1.18">ruby2.5-rubygem-websocket-extensions-0.1.3-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-stdlib-2.5.8-4.11.1">
      <FullProductName ProductID="ruby2.5-stdlib-2.5.8-4.11.1">ruby2.5-stdlib-2.5.8-4.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="salt-3000-24.1">
      <FullProductName ProductID="salt-3000-24.1">salt-3000-24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="salt-minion-3000-24.1">
      <FullProductName ProductID="salt-minion-3000-24.1">salt-minion-3000-24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1">samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1">
      <FullProductName ProductID="samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1">samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sapconf-5.0.0-7.12.2">
      <FullProductName ProductID="sapconf-5.0.0-7.12.2">sapconf-5.0.0-7.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sbd-1.4.1+20200807.883c2f8-3.9.2">
      <FullProductName ProductID="sbd-1.4.1+20200807.883c2f8-3.9.2">sbd-1.4.1+20200807.883c2f8-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="scout-0.2.2+20190613.e6c2668-6.3.2">
      <FullProductName ProductID="scout-0.2.2+20190613.e6c2668-6.3.2">scout-0.2.2+20190613.e6c2668-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="screen-4.6.2-5.3.1">
      <FullProductName ProductID="screen-4.6.2-5.3.1">screen-4.6.2-5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sed-4.4-2.11">
      <FullProductName ProductID="sed-4.4-2.11">sed-4.4-2.11</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="setxkbmap-1.3.1-1.24">
      <FullProductName ProductID="setxkbmap-1.3.1-1.24">setxkbmap-1.3.1-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sg3_utils-1.44~763+19.1ed0757-9.3.1">
      <FullProductName ProductID="sg3_utils-1.44~763+19.1ed0757-9.3.1">sg3_utils-1.44~763+19.1ed0757-9.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="shadow-4.6-3.5.6">
      <FullProductName ProductID="shadow-4.6-3.5.6">shadow-4.6-3.5.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="shared-mime-info-1.9-2.37">
      <FullProductName ProductID="shared-mime-info-1.9-2.37">shared-mime-info-1.9-2.37</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sharutils-4.15.2-2.21">
      <FullProductName ProductID="sharutils-4.15.2-2.21">sharutils-4.15.2-2.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="shim-15+git47-3.13.1">
      <FullProductName ProductID="shim-15+git47-3.13.1">shim-15+git47-3.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="snmp-mibs-5.7.3-8.24">
      <FullProductName ProductID="snmp-mibs-5.7.3-8.24">snmp-mibs-5.7.3-8.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sqlite3-3.28.0-3.9.2">
      <FullProductName ProductID="sqlite3-3.28.0-3.9.2">sqlite3-3.28.0-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="strace-4.2-2.2">
      <FullProductName ProductID="strace-4.2-2.2">strace-4.2-2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.8.22-4.15.1">
      <FullProductName ProductID="sudo-1.8.22-4.15.1">sudo-1.8.22-4.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="supportutils-3.1.9-5.24.3">
      <FullProductName ProductID="supportutils-3.1.9-5.24.3">supportutils-3.1.9-5.24.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="supportutils-plugin-suse-public-cloud-1.0.5-3.6.1">
      <FullProductName ProductID="supportutils-plugin-suse-public-cloud-1.0.5-3.6.1">supportutils-plugin-suse-public-cloud-1.0.5-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="suse-build-key-12.0-8.14.1">
      <FullProductName ProductID="suse-build-key-12.0-8.14.1">suse-build-key-12.0-8.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="suse-module-tools-15.1.22-3.16.1">
      <FullProductName ProductID="suse-module-tools-15.1.22-3.16.1">suse-module-tools-15.1.22-3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysconfig-0.85.6-3.6.1">
      <FullProductName ProductID="sysconfig-0.85.6-3.6.1">sysconfig-0.85.6-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysconfig-netconfig-0.85.6-3.6.1">
      <FullProductName ProductID="sysconfig-netconfig-0.85.6-3.6.1">sysconfig-netconfig-0.85.6-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysfsutils-2.1.0-3.3.1">
      <FullProductName ProductID="sysfsutils-2.1.0-3.3.1">sysfsutils-2.1.0-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="syslog-service-2.0-2.23">
      <FullProductName ProductID="syslog-service-2.0-2.23">syslog-service-2.0-2.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysstat-12.0.2-3.27.1">
      <FullProductName ProductID="sysstat-12.0.2-3.27.1">sysstat-12.0.2-3.27.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-hardware-20170617-4.155">
      <FullProductName ProductID="system-group-hardware-20170617-4.155">system-group-hardware-20170617-4.155</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-role-sles4sap-15.1.1-5.2">
      <FullProductName ProductID="system-role-sles4sap-15.1.1-5.2">system-role-sles4sap-15.1.1-5.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-user-lp-20170617-4.155">
      <FullProductName ProductID="system-user-lp-20170617-4.155">system-user-lp-20170617-4.155</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-user-man-20170617-4.155">
      <FullProductName ProductID="system-user-man-20170617-4.155">system-user-man-20170617-4.155</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-user-nobody-20170617-4.155">
      <FullProductName ProductID="system-user-nobody-20170617-4.155">system-user-nobody-20170617-4.155</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-user-root-20190513-3.3.1">
      <FullProductName ProductID="system-user-root-20190513-3.3.1">system-user-root-20190513-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-user-uuidd-20170617-4.155">
      <FullProductName ProductID="system-user-uuidd-20170617-4.155">system-user-uuidd-20170617-4.155</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="systemd-234-24.72.1">
      <FullProductName ProductID="systemd-234-24.72.1">systemd-234-24.72.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="systemd-presets-branding-SLE-15.1-20.5.1">
      <FullProductName ProductID="systemd-presets-branding-SLE-15.1-20.5.1">systemd-presets-branding-SLE-15.1-20.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="systemd-presets-common-SUSE-15-6.1">
      <FullProductName ProductID="systemd-presets-common-SUSE-15-6.1">systemd-presets-common-SUSE-15-6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="systemd-sysvinit-234-24.72.1">
      <FullProductName ProductID="systemd-sysvinit-234-24.72.1">systemd-sysvinit-234-24.72.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysuser-shadow-2.0-4.2.8">
      <FullProductName ProductID="sysuser-shadow-2.0-4.2.8">sysuser-shadow-2.0-4.2.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysvinit-tools-2.88+-1.26">
      <FullProductName ProductID="sysvinit-tools-2.88+-1.26">sysvinit-tools-2.88+-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tar-1.3-3.3.2">
      <FullProductName ProductID="tar-1.3-3.3.2">tar-1.3-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="targetcli-fb-common-2.1.49-10.9.1">
      <FullProductName ProductID="targetcli-fb-common-2.1.49-10.9.1">targetcli-fb-common-2.1.49-10.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tcl-8.6.7-7.6.1">
      <FullProductName ProductID="tcl-8.6.7-7.6.1">tcl-8.6.7-7.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tcpd-7.6-1.433">
      <FullProductName ProductID="tcpd-7.6-1.433">tcpd-7.6-1.433</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tcpdump-4.9.2-3.12.1">
      <FullProductName ProductID="tcpdump-4.9.2-3.12.1">tcpdump-4.9.2-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tcsh-6.20.00-4.12.1">
      <FullProductName ProductID="tcsh-6.20.00-4.12.1">tcsh-6.20.00-4.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tdb-tools-1.3.16-4.23">
      <FullProductName ProductID="tdb-tools-1.3.16-4.23">tdb-tools-1.3.16-4.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="telnet-1.2-1.3">
      <FullProductName ProductID="telnet-1.2-1.3">telnet-1.2-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="terminfo-6.1-5.6.2">
      <FullProductName ProductID="terminfo-6.1-5.6.2">terminfo-6.1-5.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="terminfo-base-6.1-5.6.2">
      <FullProductName ProductID="terminfo-base-6.1-5.6.2">terminfo-base-6.1-5.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="thin-provisioning-tools-0.7.5-1.24">
      <FullProductName ProductID="thin-provisioning-tools-0.7.5-1.24">thin-provisioning-tools-0.7.5-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="timezone-2021a-3.44.1">
      <FullProductName ProductID="timezone-2021a-3.44.1">timezone-2021a-3.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tuned-2.10.0-11.3.2">
      <FullProductName ProductID="tuned-2.10.0-11.3.2">tuned-2.10.0-11.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-NM-1_0-1.10.6-5.12.1">
      <FullProductName ProductID="typelib-1_0-NM-1_0-1.10.6-5.12.1">typelib-1_0-NM-1_0-1.10.6-5.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="udev-234-24.72.1">
      <FullProductName ProductID="udev-234-24.72.1">udev-234-24.72.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="unzip-6.0-4.8.13">
      <FullProductName ProductID="unzip-6.0-4.8.13">unzip-6.0-4.8.13</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="update-alternatives-1.19.0.4-2.48">
      <FullProductName ProductID="update-alternatives-1.19.0.4-2.48">update-alternatives-1.19.0.4-2.48</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="util-linux-2.33.1-4.13.1">
      <FullProductName ProductID="util-linux-2.33.1-4.13.1">util-linux-2.33.1-4.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="util-linux-systemd-2.33.1-4.13.2">
      <FullProductName ProductID="util-linux-systemd-2.33.1-4.13.2">util-linux-systemd-2.33.1-4.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="uuidd-2.33.1-4.13.2">
      <FullProductName ProductID="uuidd-2.33.1-4.13.2">uuidd-2.33.1-4.13.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="vim-8.0.1568-5.11.1">
      <FullProductName ProductID="vim-8.0.1568-5.11.1">vim-8.0.1568-5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="vim-data-common-8.0.1568-5.11.1">
      <FullProductName ProductID="vim-data-common-8.0.1568-5.11.1">vim-data-common-8.0.1568-5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="virt-what-1.15-1.2">
      <FullProductName ProductID="virt-what-1.15-1.2">virt-what-1.15-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wallpaper-branding-SLE-15-12.48">
      <FullProductName ProductID="wallpaper-branding-SLE-15-12.48">wallpaper-branding-SLE-15-12.48</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wget-1.20.3-3.9.2">
      <FullProductName ProductID="wget-1.20.3-3.9.2">wget-1.20.3-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="which-2.21-2.2">
      <FullProductName ProductID="which-2.21-2.2">which-2.21-2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wicked-0.6.64-3.19.9">
      <FullProductName ProductID="wicked-0.6.64-3.19.9">wicked-0.6.64-3.19.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wicked-service-0.6.64-3.19.9">
      <FullProductName ProductID="wicked-service-0.6.64-3.19.9">wicked-service-0.6.64-3.19.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xauth-1.0.10-1.24">
      <FullProductName ProductID="xauth-1.0.10-1.24">xauth-1.0.10-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xbitmaps-1.1.1-1.2">
      <FullProductName ProductID="xbitmaps-1.1.1-1.2">xbitmaps-1.1.1-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xdg-menu-0.2-1.23">
      <FullProductName ProductID="xdg-menu-0.2-1.23">xdg-menu-0.2-1.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xdg-utils-20170508-3.2">
      <FullProductName ProductID="xdg-utils-20170508-3.2">xdg-utils-20170508-3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xfsprogs-4.15.0-4.27.1">
      <FullProductName ProductID="xfsprogs-4.15.0-4.27.1">xfsprogs-4.15.0-4.27.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xinit-1.4.0-6.17">
      <FullProductName ProductID="xinit-1.4.0-6.17">xinit-1.4.0-6.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xkbcomp-1.4.1-1.9">
      <FullProductName ProductID="xkbcomp-1.4.1-1.9">xkbcomp-1.4.1-1.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xkeyboard-config-2.23.1-3.6.1">
      <FullProductName ProductID="xkeyboard-config-2.23.1-3.6.1">xkeyboard-config-2.23.1-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xmodmap-1.0.9-1.24">
      <FullProductName ProductID="xmodmap-1.0.9-1.24">xmodmap-1.0.9-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xorg-x11-Xvnc-1.9.0-19.9.1">
      <FullProductName ProductID="xorg-x11-Xvnc-1.9.0-19.9.1">xorg-x11-Xvnc-1.9.0-19.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xorg-x11-fonts-core-7.6-3.9">
      <FullProductName ProductID="xorg-x11-fonts-core-7.6-3.9">xorg-x11-fonts-core-7.6-3.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xrdb-1.1.0-3.4.1">
      <FullProductName ProductID="xrdb-1.1.0-3.4.1">xrdb-1.1.0-3.4.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xsetroot-1.1.1-1.24">
      <FullProductName ProductID="xsetroot-1.1.1-1.24">xsetroot-1.1.1-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xtables-plugins-1.6.2-1.12">
      <FullProductName ProductID="xtables-plugins-1.6.2-1.12">xtables-plugins-1.6.2-1.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xterm-bin-330-2.22">
      <FullProductName ProductID="xterm-bin-330-2.22">xterm-bin-330-2.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xz-5.2.3-4.3.1">
      <FullProductName ProductID="xz-5.2.3-4.3.1">xz-5.2.3-4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-4.1.79-3.22.1">
      <FullProductName ProductID="yast2-4.1.79-3.22.1">yast2-4.1.79-3.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-add-on-4.1.14-3.10.3">
      <FullProductName ProductID="yast2-add-on-4.1.14-3.10.3">yast2-add-on-4.1.14-3.10.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-audit-laf-4.1.1-4.56">
      <FullProductName ProductID="yast2-audit-laf-4.1.1-4.56">yast2-audit-laf-4.1.1-4.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-bootloader-4.1.26-3.5.1">
      <FullProductName ProductID="yast2-bootloader-4.1.26-3.5.1">yast2-bootloader-4.1.26-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-cluster-4.1.7-3.9.1">
      <FullProductName ProductID="yast2-cluster-4.1.7-3.9.1">yast2-cluster-4.1.7-3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-control-center-4.1.7-1.19">
      <FullProductName ProductID="yast2-control-center-4.1.7-1.19">yast2-control-center-4.1.7-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-control-center-qt-4.1.7-1.19">
      <FullProductName ProductID="yast2-control-center-qt-4.1.7-1.19">yast2-control-center-qt-4.1.7-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-core-4.1.0-5.18">
      <FullProductName ProductID="yast2-core-4.1.0-5.18">yast2-core-4.1.0-5.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-country-4.1.14-3.6.1">
      <FullProductName ProductID="yast2-country-4.1.14-3.6.1">yast2-country-4.1.14-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-country-data-4.1.14-3.6.1">
      <FullProductName ProductID="yast2-country-data-4.1.14-3.6.1">yast2-country-data-4.1.14-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-dhcp-server-4.1.5-10.84">
      <FullProductName ProductID="yast2-dhcp-server-4.1.5-10.84">yast2-dhcp-server-4.1.5-10.84</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-dns-server-4.1.4-9.3.2">
      <FullProductName ProductID="yast2-dns-server-4.1.4-9.3.2">yast2-dns-server-4.1.4-9.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-drbd-4.1.0-5.56">
      <FullProductName ProductID="yast2-drbd-4.1.0-5.56">yast2-drbd-4.1.0-5.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-firewall-4.1.12-1.2">
      <FullProductName ProductID="yast2-firewall-4.1.12-1.2">yast2-firewall-4.1.12-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ftp-server-4.1.9-9.8.1">
      <FullProductName ProductID="yast2-ftp-server-4.1.9-9.8.1">yast2-ftp-server-4.1.9-9.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-hardware-detection-4.1.0-1.14">
      <FullProductName ProductID="yast2-hardware-detection-4.1.0-1.14">yast2-hardware-detection-4.1.0-1.14</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-http-server-4.1.5-3.3.3">
      <FullProductName ProductID="yast2-http-server-4.1.5-3.3.3">yast2-http-server-4.1.5-3.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-installation-4.1.50-3.15.1">
      <FullProductName ProductID="yast2-installation-4.1.50-3.15.1">yast2-installation-4.1.50-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iplb-4.1.0-5.56">
      <FullProductName ProductID="yast2-iplb-4.1.0-5.56">yast2-iplb-4.1.0-5.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iscsi-client-4.1.10-3.7.6">
      <FullProductName ProductID="yast2-iscsi-client-4.1.10-3.7.6">yast2-iscsi-client-4.1.10-3.7.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iscsi-lio-server-4.1.7-3.3.1">
      <FullProductName ProductID="yast2-iscsi-lio-server-4.1.7-3.3.1">yast2-iscsi-lio-server-4.1.7-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-journal-4.1.5-6.56">
      <FullProductName ProductID="yast2-journal-4.1.5-6.56">yast2-journal-4.1.5-6.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-kdump-4.1.1-6.82">
      <FullProductName ProductID="yast2-kdump-4.1.1-6.82">yast2-kdump-4.1.1-6.82</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ldap-4.1.0-1.28">
      <FullProductName ProductID="yast2-ldap-4.1.0-1.28">yast2-ldap-4.1.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-logs-4.1.79-3.22.1">
      <FullProductName ProductID="yast2-logs-4.1.79-3.22.1">yast2-logs-4.1.79-3.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-mail-4.1.2-7.3.1">
      <FullProductName ProductID="yast2-mail-4.1.2-7.3.1">yast2-mail-4.1.2-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-network-4.1.53-3.12.7">
      <FullProductName ProductID="yast2-network-4.1.53-3.12.7">yast2-network-4.1.53-3.12.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-client-4.1.8-3.7.7">
      <FullProductName ProductID="yast2-nfs-client-4.1.8-3.7.7">yast2-nfs-client-4.1.8-3.7.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-common-4.1.1-3.3.1">
      <FullProductName ProductID="yast2-nfs-common-4.1.1-3.3.1">yast2-nfs-common-4.1.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-server-4.1.1-3.3.1">
      <FullProductName ProductID="yast2-nfs-server-4.1.1-3.3.1">yast2-nfs-server-4.1.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nis-client-4.1.1-1.22">
      <FullProductName ProductID="yast2-nis-client-4.1.1-1.22">yast2-nis-client-4.1.1-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nis-server-4.1.1-5.84">
      <FullProductName ProductID="yast2-nis-server-4.1.1-5.84">yast2-nis-server-4.1.1-5.84</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ntp-client-4.1.12-3.10.7">
      <FullProductName ProductID="yast2-ntp-client-4.1.12-3.10.7">yast2-ntp-client-4.1.12-3.10.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-online-update-4.1.0-1.44">
      <FullProductName ProductID="yast2-online-update-4.1.0-1.44">yast2-online-update-4.1.0-1.44</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-online-update-frontend-4.1.0-1.44">
      <FullProductName ProductID="yast2-online-update-frontend-4.1.0-1.44">yast2-online-update-frontend-4.1.0-1.44</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-packager-4.1.52-3.23.1">
      <FullProductName ProductID="yast2-packager-4.1.52-3.23.1">yast2-packager-4.1.52-3.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-pam-4.1.0-1.13">
      <FullProductName ProductID="yast2-pam-4.1.0-1.13">yast2-pam-4.1.0-1.13</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-perl-bindings-4.1.0-1.18">
      <FullProductName ProductID="yast2-perl-bindings-4.1.0-1.18">yast2-perl-bindings-4.1.0-1.18</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-pkg-bindings-4.1.3-3.8.8">
      <FullProductName ProductID="yast2-pkg-bindings-4.1.3-3.8.8">yast2-pkg-bindings-4.1.3-3.8.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-printer-4.1.1-1.12">
      <FullProductName ProductID="yast2-printer-4.1.1-1.12">yast2-printer-4.1.1-1.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-proxy-4.1.1-7.3.1">
      <FullProductName ProductID="yast2-proxy-4.1.1-7.3.1">yast2-proxy-4.1.1-7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-python3-bindings-4.1.0-1.16">
      <FullProductName ProductID="yast2-python3-bindings-4.1.0-1.16">yast2-python3-bindings-4.1.0-1.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-registration-4.1.26-3.12.1">
      <FullProductName ProductID="yast2-registration-4.1.26-3.12.1">yast2-registration-4.1.26-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ruby-bindings-4.1.4-1.15">
      <FullProductName ProductID="yast2-ruby-bindings-4.1.4-1.15">yast2-ruby-bindings-4.1.4-1.15</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-samba-client-4.1.3-3.3.1">
      <FullProductName ProductID="yast2-samba-client-4.1.3-3.3.1">yast2-samba-client-4.1.3-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-samba-server-4.1.5-10.5.3">
      <FullProductName ProductID="yast2-samba-server-4.1.5-10.5.3">yast2-samba-server-4.1.5-10.5.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sap-ha-1.0.8-3.6.1">
      <FullProductName ProductID="yast2-sap-ha-1.0.8-3.6.1">yast2-sap-ha-1.0.8-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sap-scp-1.0.4-1.62">
      <FullProductName ProductID="yast2-sap-scp-1.0.4-1.62">yast2-sap-scp-1.0.4-1.62</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sap-scp-prodlist-1.0.4-1.49">
      <FullProductName ProductID="yast2-sap-scp-prodlist-1.0.4-1.49">yast2-sap-scp-prodlist-1.0.4-1.49</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-saptune-1.3-3.3.1">
      <FullProductName ProductID="yast2-saptune-1.3-3.3.1">yast2-saptune-1.3-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-schema-4.1.8-3.6.1">
      <FullProductName ProductID="yast2-schema-4.1.8-3.6.1">yast2-schema-4.1.8-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-security-4.1.4-8.5.4">
      <FullProductName ProductID="yast2-security-4.1.4-8.5.4">yast2-security-4.1.4-8.5.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-services-manager-4.1.15-3.3.1">
      <FullProductName ProductID="yast2-services-manager-4.1.15-3.3.1">yast2-services-manager-4.1.15-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-slp-4.1.0-1.28">
      <FullProductName ProductID="yast2-slp-4.1.0-1.28">yast2-slp-4.1.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-squid-4.1.4-7.57">
      <FullProductName ProductID="yast2-squid-4.1.4-7.57">yast2-squid-4.1.4-7.57</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-storage-ng-4.1.97-3.33.10">
      <FullProductName ProductID="yast2-storage-ng-4.1.97-3.33.10">yast2-storage-ng-4.1.97-3.33.10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sudo-4.1.1-3.3.1">
      <FullProductName ProductID="yast2-sudo-4.1.1-3.3.1">yast2-sudo-4.1.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-support-4.1.1-9.3.1">
      <FullProductName ProductID="yast2-support-4.1.1-9.3.1">yast2-support-4.1.1-9.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sysconfig-4.1.2-6.56">
      <FullProductName ProductID="yast2-sysconfig-4.1.2-6.56">yast2-sysconfig-4.1.2-6.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-tftp-server-4.1.7-1.4">
      <FullProductName ProductID="yast2-tftp-server-4.1.7-1.4">yast2-tftp-server-4.1.7-1.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-trans-en_US-84.87.20190418.408a34e118-1.3">
      <FullProductName ProductID="yast2-trans-en_US-84.87.20190418.408a34e118-1.3">yast2-trans-en_US-84.87.20190418.408a34e118-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-trans-stats-2.19.0-1.28">
      <FullProductName ProductID="yast2-trans-stats-2.19.0-1.28">yast2-trans-stats-2.19.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-transfer-4.1.0-1.28">
      <FullProductName ProductID="yast2-transfer-4.1.0-1.28">yast2-transfer-4.1.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-tune-4.1.0-1.28">
      <FullProductName ProductID="yast2-tune-4.1.0-1.28">yast2-tune-4.1.0-1.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-update-4.1.12-3.9.2">
      <FullProductName ProductID="yast2-update-4.1.12-3.9.2">yast2-update-4.1.12-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-users-4.1.14-3.6.1">
      <FullProductName ProductID="yast2-users-4.1.14-3.6.1">yast2-users-4.1.14-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-xml-4.1.1-3.3.1">
      <FullProductName ProductID="yast2-xml-4.1.1-3.3.1">yast2-xml-4.1.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ycp-ui-bindings-4.1.0-4.25">
      <FullProductName ProductID="yast2-ycp-ui-bindings-4.1.0-4.25">yast2-ycp-ui-bindings-4.1.0-4.25</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yp-tools-4.2.2-3.16">
      <FullProductName ProductID="yp-tools-4.2.2-3.16">yp-tools-4.2.2-3.16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="zip-3.0-2.22">
      <FullProductName ProductID="zip-3.0-2.22">zip-3.0-2.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="zsh-5.6-5.17">
      <FullProductName ProductID="zsh-5.6-5.17">zsh-5.6-5.17</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="zypper-1.14.40-3.25.10">
      <FullProductName ProductID="zypper-1.14.40-3.25.10">zypper-1.14.40-3.25.10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1">
      <FullProductName ProductID="zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1">zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1</FullProductName>
    </Branch>
    <Relationship ProductReference="SAPHanaSR-0.154.1-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:SAPHanaSR-0.154.1-4.14.1">SAPHanaSR-0.154.1-4.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="SAPHanaSR-doc-0.154.1-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:SAPHanaSR-doc-0.154.1-4.14.1">SAPHanaSR-doc-0.154.1-4.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="SLES_SAP-release-15.1-66.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:SLES_SAP-release-15.1-66.1">SLES_SAP-release-15.1-66.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="SUSEConnect-0.3.29-7.18.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:SUSEConnect-0.3.29-7.18.2">SUSEConnect-0.3.29-7.18.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="aaa_base-84.87+git20180409.04c9dae-3.45.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:aaa_base-84.87+git20180409.04c9dae-3.45.1">aaa_base-84.87+git20180409.04c9dae-3.45.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="aaa_base-extras-84.87+git20180409.04c9dae-3.45.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:aaa_base-extras-84.87+git20180409.04c9dae-3.45.1">aaa_base-extras-84.87+git20180409.04c9dae-3.45.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="alsa-1.1.5-6.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:alsa-1.1.5-6.9.2">alsa-1.1.5-6.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="alsa-utils-1.1.5-4.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:alsa-utils-1.1.5-4.6.1">alsa-utils-1.1.5-4.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="apparmor-parser-2.12.3-7.20.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:apparmor-parser-2.12.3-7.20.1">apparmor-parser-2.12.3-7.20.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="at-3.1.20-2.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:at-3.1.20-2.38">at-3.1.20-2.38 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="at-spi2-core-2.26.3-5.3.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:at-spi2-core-2.26.3-5.3.5">at-spi2-core-2.26.3-5.3.5 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="attr-2.4.47-2.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:attr-2.4.47-2.19">attr-2.4.47-2.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="audit-2.8.1-5.5.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:audit-2.8.1-5.5.2">audit-2.8.1-5.5.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="augeas-1.10.1-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:augeas-1.10.1-1.11">augeas-1.10.1-1.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="augeas-lenses-1.10.1-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:augeas-lenses-1.10.1-1.11">augeas-lenses-1.10.1-1.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="autofs-5.1.3-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:autofs-5.1.3-7.3.1">autofs-5.1.3-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="autoyast2-installation-4.1.21-3.22.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:autoyast2-installation-4.1.21-3.22.1">autoyast2-installation-4.1.21-3.22.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bash-4.4-9.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bash-4.4-9.10.1">bash-4.4-9.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bc-1.07.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bc-1.07.1-3.3.1">bc-1.07.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bind-utils-9.16.6-12.44.1">bind-utils-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bing-1.0.5-3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bing-1.0.5-3.3">bing-1.0.5-3.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="binutils-2.35.1-7.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:binutils-2.35.1-7.18.1">binutils-2.35.1-7.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="blktrace-1.1.0+git.20170126-3.3.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:blktrace-1.1.0+git.20170126-3.3.28">blktrace-1.1.0+git.20170126-3.3.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="blog-2.18-4.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:blog-2.18-4.11">blog-2.18-4.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bonnie-1.5-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bonnie-1.5-1.18">bonnie-1.5-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="boost-license1_66_0-1.66.0-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:boost-license1_66_0-1.66.0-5.3.1">boost-license1_66_0-1.66.0-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ca-certificates-2+git20170807.10b2785-7.3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ca-certificates-2+git20170807.10b2785-7.3.3">ca-certificates-2+git20170807.10b2785-7.3.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ca-certificates-mozilla-2.44-4.29.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ca-certificates-mozilla-2.44-4.29.1">ca-certificates-mozilla-2.44-4.29.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="catatonit-0.1.5-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:catatonit-0.1.5-3.3.2">catatonit-0.1.5-3.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="chrony-3.2-9.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:chrony-3.2-9.18.1">chrony-3.2-9.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="chrony-pool-suse-3.2-9.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:chrony-pool-suse-3.2-9.18.1">chrony-pool-suse-3.2-9.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cifs-utils-6.9-5.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cifs-utils-6.9-5.6.1">cifs-utils-6.9-5.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-netconfig-gce-1.5-5.19.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cloud-netconfig-gce-1.5-5.19.2">cloud-netconfig-gce-1.5-5.19.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-197.83.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1">cluster-md-kmp-default-4.12.14-197.83.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="command-not-found-0.2.2+20190613.e6c2668-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:command-not-found-0.2.2+20190613.e6c2668-6.3.2">command-not-found-0.2.2+20190613.e6c2668-6.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="conntrack-tools-1.4.4-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:conntrack-tools-1.4.4-1.29">conntrack-tools-1.4.4-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="containerd-1.3.9-5.29.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:containerd-1.3.9-5.29.3">containerd-1.3.9-5.29.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="coreutils-8.29-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:coreutils-8.29-2.12">coreutils-8.29-2.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="corosync-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:corosync-2.4.5-9.13.2">corosync-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpio-2.12-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cpio-2.12-3.3.1">cpio-2.12-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpp-7-3.3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cpp-7-3.3.22">cpp-7-3.3.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpp7-7.5.0+r278197-4.25.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cpp7-7.5.0+r278197-4.25.1">cpp7-7.5.0+r278197-4.25.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpupower-4.19-6.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cpupower-4.19-6.8.1">cpupower-4.19-6.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cracklib-2.9.6-2.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cracklib-2.9.6-2.21">cracklib-2.9.6-2.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cracklib-dict-small-2.9.6-2.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cracklib-dict-small-2.9.6-2.21">cracklib-dict-small-2.9.6-2.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crash-7.2.1-9.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:crash-7.2.1-9.7.1">crash-7.2.1-9.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1">crmsh-4.2.0+git.1609987436.0d3a9bf5-3.54.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1">crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-3.54.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cron-4.2-6.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cron-4.2-6.12.2">cron-4.2-6.12.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cronie-1.5.1-6.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cronie-1.5.1-6.12.2">cronie-1.5.1-6.12.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="csync2-2.0+git.1461714863.10636a4-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:csync2-2.0+git.1461714863.10636a4-4.3.1">csync2-2.0+git.1461714863.10636a4-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1">ctdb-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cups-config-2.2.7-3.20.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cups-config-2.2.7-3.20.1">cups-config-2.2.7-3.20.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="curl-7.60.0-3.35.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:curl-7.60.0-3.35.1">curl-7.60.0-3.35.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cyrus-sasl-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cyrus-sasl-2.1.26-5.7.1">cyrus-sasl-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cyrus-sasl-digestmd5-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cyrus-sasl-digestmd5-2.1.26-5.7.1">cyrus-sasl-digestmd5-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cyrus-sasl-gssapi-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cyrus-sasl-gssapi-2.1.26-5.7.1">cyrus-sasl-gssapi-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cyrus-sasl-plain-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cyrus-sasl-plain-2.1.26-5.7.1">cyrus-sasl-plain-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cyrus-sasl-saslauthd-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cyrus-sasl-saslauthd-2.1.26-5.7.1">cyrus-sasl-saslauthd-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dbus-1-1.12.2-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dbus-1-1.12.2-8.3.1">dbus-1-1.12.2-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dbus-1-glib-0.108-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dbus-1-glib-0.108-1.29">dbus-1-glib-0.108-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dejavu-fonts-2.37-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dejavu-fonts-2.37-1.21">dejavu-fonts-2.37-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="deltarpm-3.6.1-3.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:deltarpm-3.6.1-3.19">deltarpm-3.6.1-3.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="desktop-data-SLE-15-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:desktop-data-SLE-15-2.22">desktop-data-SLE-15-2.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="device-mapper-1.02.149-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:device-mapper-1.02.149-12.40.1">device-mapper-1.02.149-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dhcp-4.3.5-6.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dhcp-4.3.5-6.3.1">dhcp-4.3.5-6.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dhcp-client-4.3.5-6.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dhcp-client-4.3.5-6.3.1">dhcp-client-4.3.5-6.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dialog-1.3-3.3.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dialog-1.3-3.3.7">dialog-1.3-3.3.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="diffutils-3.6-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:diffutils-3.6-4.3.1">diffutils-3.6-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-197.83.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1">dlm-kmp-default-4.12.14-197.83.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dmidecode-3.2-9.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dmidecode-3.2-9.11.1">dmidecode-3.2-9.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dmz-icon-theme-cursors-11.3.0-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dmz-icon-theme-cursors-11.3.0-1.22">dmz-icon-theme-cursors-11.3.0-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-19.03.15_ce-6.46.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:docker-19.03.15_ce-6.46.1">docker-19.03.15_ce-6.46.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1">docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.31.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3">docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dos2unix-7.4.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dos2unix-7.4.0-1.19">dos2unix-7.4.0-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dosfstools-4.1-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dosfstools-4.1-1.39">dosfstools-4.1-1.39 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-44.2-18.70.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dracut-44.2-18.70.1">dracut-44.2-18.70.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-9.0.16+git.ab9777df-8.17.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:drbd-9.0.16+git.ab9777df-8.17.1">drbd-9.0.16+git.ab9777df-8.17.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1">drbd-kmp-default-9.0.16+git.ab9777df_k4.12.14_197.67-8.17.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-utils-9.6.0-6.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:drbd-utils-9.6.0-6.9.1">drbd-utils-9.6.0-6.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="e2fsprogs-1.43.8-4.23.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:e2fsprogs-1.43.8-4.23.1">e2fsprogs-1.43.8-4.23.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ebtables-2.0.10.4-5.6.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ebtables-2.0.10.4-5.6.4">ebtables-2.0.10.4-5.6.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="efibootmgr-14-2.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:efibootmgr-14-2.8">efibootmgr-14-2.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="elfutils-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:elfutils-0.168-4.5.3">elfutils-0.168-4.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ethtool-4.13-5.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ethtool-4.13-5.17">ethtool-4.13-5.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="expat-2.2.5-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:expat-2.2.5-3.6.1">expat-2.2.5-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="expect-5.45.3-1.63" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:expect-5.45.3-1.63">expect-5.45.3-1.63 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fdupes-1.61-1.452" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fdupes-1.61-1.452">fdupes-1.61-1.452 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1">fence-agents-4.7.0+git.1607346448.17bd8552-7.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="file-5.32-7.11.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:file-5.32-7.11.2">file-5.32-7.11.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="file-magic-5.32-7.11.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:file-magic-5.32-7.11.2">file-magic-5.32-7.11.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="filesystem-15.0-9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:filesystem-15.0-9.2">filesystem-15.0-9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fillup-1.42-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fillup-1.42-2.18">fillup-1.42-2.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="findutils-4.6.0-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:findutils-4.6.0-4.3.1">findutils-4.6.0-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="firewall-macros-0.5.5-4.24.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:firewall-macros-0.5.5-4.24.9">firewall-macros-0.5.5-4.24.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="firewalld-0.5.5-4.24.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:firewalld-0.5.5-4.24.9">firewalld-0.5.5-4.24.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fontconfig-2.12.6-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fontconfig-2.12.6-4.3.1">fontconfig-2.12.6-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fonts-config-20200609+git0.42e2b1b-4.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fonts-config-20200609+git0.42e2b1b-4.7.1">fonts-config-20200609+git0.42e2b1b-4.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fping-4.0-4.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:fping-4.0-4.3.2">fping-4.0-4.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gamin-server-0.1.10-1.41" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gamin-server-0.1.10-1.41">gamin-server-0.1.10-1.41 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gawk-4.2.1-1.41" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gawk-4.2.1-1.41">gawk-4.2.1-1.41 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-query-loaders-2.36.11-3.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gdk-pixbuf-query-loaders-2.36.11-3.19">gdk-pixbuf-query-loaders-2.36.11-3.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gettext-runtime-0.19.8.1-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gettext-runtime-0.19.8.1-4.11.1">gettext-runtime-0.19.8.1-4.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-197.83.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1">gfs2-kmp-default-4.12.14-197.83.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gio-branding-SLE-15-4.3.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gio-branding-SLE-15-4.3.11">gio-branding-SLE-15-4.3.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="girepository-1_0-1.54.1-2.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:girepository-1_0-1.54.1-2.31">girepository-1_0-1.54.1-2.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glib2-tools-2.54.3-4.21.1">glib2-tools-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glibc-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1">glibc-2.26-13.56.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glibc-i18ndata-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1">glibc-i18ndata-2.26-13.56.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glibc-locale-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1">glibc-locale-2.26-13.56.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glibc-locale-base-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1">glibc-locale-base-2.26-13.56.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gnutls-3.6.7-6.37.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gnutls-3.6.7-6.37.1">gnutls-3.6.7-6.37.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="google-guest-agent-20201102.0-1.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:google-guest-agent-20201102.0-1.11.1">google-guest-agent-20201102.0-1.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="google-guest-configs-20200731.0-1.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:google-guest-configs-20200731.0-1.6.1">google-guest-configs-20200731.0-1.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="google-guest-oslogin-20200925.0-1.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:google-guest-oslogin-20200925.0-1.9.1">google-guest-oslogin-20200925.0-1.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="google-opensans-fonts-1.0-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:google-opensans-fonts-1.0-1.21">google-opensans-fonts-1.0-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="google-osconfig-agent-20200929.0-1.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:google-osconfig-agent-20200929.0-1.3.1">google-osconfig-agent-20200929.0-1.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gpg2-2.2.5-4.14.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gpg2-2.2.5-4.14.4">gpg2-2.2.5-4.14.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gptfdisk-1.0.1-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gptfdisk-1.0.1-2.11">gptfdisk-1.0.1-2.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="graphviz-2.40.1-6.6.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:graphviz-2.40.1-6.6.4">graphviz-2.40.1-6.6.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="graphviz-gd-2.40.1-6.6.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:graphviz-gd-2.40.1-6.6.8">graphviz-gd-2.40.1-6.6.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="graphviz-plugins-core-2.40.1-6.6.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:graphviz-plugins-core-2.40.1-6.6.4">graphviz-plugins-core-2.40.1-6.6.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grep-3.1-4.3.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grep-3.1-4.3.12">grep-3.1-4.3.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="groff-1.22.3-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:groff-1.22.3-5.3.1">groff-1.22.3-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="growpart-0.31-5.9.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:growpart-0.31-5.9.3">growpart-0.31-5.9.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="growpart-rootgrow-1.0.1-1.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:growpart-rootgrow-1.0.1-1.3.1">growpart-rootgrow-1.0.1-1.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-2.02-26.43.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1">grub2-2.02-26.43.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-i386-pc-2.02-26.43.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1">grub2-i386-pc-2.02-26.43.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-x86_64-efi-2.02-26.43.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1">grub2-x86_64-efi-2.02-26.43.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gtk2-tools-2.24.32-2.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gtk2-tools-2.24.32-2.27">gtk2-tools-2.24.32-2.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gzip-1.1-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gzip-1.1-4.3.1">gzip-1.1-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ha-cluster-bootstrap-0.5-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ha-cluster-bootstrap-0.5-5.3.1">ha-cluster-bootstrap-0.5-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hardlink-1.0+git.e66999f-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hardlink-1.0+git.e66999f-1.25">hardlink-1.0+git.e66999f-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="haveged-1.9.2-6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:haveged-1.9.2-6.1">haveged-1.9.2-6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1">hawk-apiserver-0.0.4+git.1604696958.cd5cdf1-5.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1">hawk2-2.6.0+git.1613486511.51b6e37d-3.24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hdparm-9.52-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hdparm-9.52-1.22">hdparm-9.52-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hicolor-icon-theme-0.17-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hicolor-icon-theme-0.17-1.21">hicolor-icon-theme-0.17-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hostname-3.16-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hostname-3.16-2.22">hostname-3.16-2.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hwinfo-21.7-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:hwinfo-21.7-3.6.1">hwinfo-21.7-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="icewm-1.4.2-7.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:icewm-1.4.2-7.12.1">icewm-1.4.2-7.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="icewm-lite-1.4.2-7.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:icewm-lite-1.4.2-7.12.1">icewm-lite-1.4.2-7.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="icewm-theme-branding-1.2.4-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:icewm-theme-branding-1.2.4-3.12.1">icewm-theme-branding-1.2.4-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="info-6.5-4.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:info-6.5-4.17">info-6.5-4.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="initviocons-0.5-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:initviocons-0.5-1.27">initviocons-0.5-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="insserv-compat-0.1-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:insserv-compat-0.1-4.3.1">insserv-compat-0.1-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ipmitool-1.8.18-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ipmitool-1.8.18-7.3.1">ipmitool-1.8.18-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iproute2-4.12-10.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:iproute2-4.12-10.15">iproute2-4.12-10.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ipset-6.36-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ipset-6.36-3.3.1">ipset-6.36-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iptables-1.6.2-1.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:iptables-1.6.2-1.12">iptables-1.6.2-1.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iputils-s20161105-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:iputils-s20161105-8.3.1">iputils-s20161105-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ipvsadm-1.29-2.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ipvsadm-1.29-2.25">ipvsadm-1.29-2.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="irqbalance-1.4.0-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:irqbalance-1.4.0-7.3.1">irqbalance-1.4.0-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iscsiuio-0.7.8.2-13.37.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:iscsiuio-0.7.8.2-13.37.1">iscsiuio-0.7.8.2-13.37.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="java-1_8_0-ibm-1.8.0_sr6.25-3.50.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:java-1_8_0-ibm-1.8.0_sr6.25-3.50.1">java-1_8_0-ibm-1.8.0_sr6.25-3.50.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="javapackages-tools-5.0.0+git20180104.9367c8f6-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:javapackages-tools-5.0.0+git20180104.9367c8f6-1.19">javapackages-tools-5.0.0+git20180104.9367c8f6-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kbd-2.0.4-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kbd-2.0.4-8.3.1">kbd-2.0.4-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kbd-legacy-2.0.4-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kbd-legacy-2.0.4-8.3.1">kbd-legacy-2.0.4-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kdump-0.9.0-4.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kdump-0.9.0-4.6.1">kdump-0.9.0-4.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.83.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1">kernel-default-4.12.14-197.83.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kexec-tools-2.0.16-7.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kexec-tools-2.0.16-7.2.1">kexec-tools-2.0.16-7.2.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="keyutils-1.5.10-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:keyutils-1.5.10-5.3.1">keyutils-1.5.10-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kmod-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kmod-25-6.7.1">kmod-25-6.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kmod-compat-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kmod-compat-25-6.7.1">kmod-compat-25-6.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="krb5-1.16.3-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:krb5-1.16.3-3.15.1">krb5-1.16.3-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="krb5-client-1.16.3-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:krb5-client-1.16.3-3.15.1">krb5-client-1.16.3-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ldirectord-4.3.0184.6ee15eb2-4.39.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ldirectord-4.3.0184.6ee15eb2-4.39.1">ldirectord-4.3.0184.6ee15eb2-4.39.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="less-530-1.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:less-530-1.6">less-530-1.6 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libHX28-3.22-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libHX28-3.22-1.26">libHX28-3.22-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libICE6-1.0.9-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libICE6-1.0.9-1.25">libICE6-1.0.9-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Core5-5.9.7-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5Core5-5.9.7-13.8.1">libQt5Core5-5.9.7-13.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5DBus5-5.9.7-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5DBus5-5.9.7-13.8.1">libQt5DBus5-5.9.7-13.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Gui5-5.9.7-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5Gui5-5.9.7-13.8.1">libQt5Gui5-5.9.7-13.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Network5-5.9.7-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5Network5-5.9.7-13.8.1">libQt5Network5-5.9.7-13.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Widgets5-5.9.7-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5Widgets5-5.9.7-13.8.1">libQt5Widgets5-5.9.7-13.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5X11Extras5-5.9.7-4.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libQt5X11Extras5-5.9.7-4.39">libQt5X11Extras5-5.9.7-4.39 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libSM6-1.2.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libSM6-1.2.2-1.23">libSM6-1.2.2-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libX11-6-1.6.5-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libX11-6-1.6.5-3.12.1">libX11-6-1.6.5-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libX11-data-1.6.5-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libX11-data-1.6.5-3.12.1">libX11-data-1.6.5-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libX11-xcb1-1.6.5-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libX11-xcb1-1.6.5-3.12.1">libX11-xcb1-1.6.5-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXau6-1.0.8-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXau6-1.0.8-1.26">libXau6-1.0.8-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXaw7-1.0.13-3.3.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXaw7-1.0.13-3.3.8">libXaw7-1.0.13-3.3.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXcomposite1-0.4.4-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXcomposite1-0.4.4-1.23">libXcomposite1-0.4.4-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXcursor1-1.1.15-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXcursor1-1.1.15-1.18">libXcursor1-1.1.15-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXdamage1-1.1.4-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXdamage1-1.1.4-1.23">libXdamage1-1.1.4-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXdmcp6-1.1.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXdmcp6-1.1.2-1.23">libXdmcp6-1.1.2-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXext6-1.3.3-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXext6-1.3.3-1.3">libXext6-1.3.3-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXfixes3-5.0.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXfixes3-5.0.3-1.24">libXfixes3-5.0.3-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXfont2-2-2.0.3-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXfont2-2-2.0.3-1.17">libXfont2-2-2.0.3-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXft2-2.3.2-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXft2-2.3.2-1.33">libXft2-2.3.2-1.33 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXi6-1.7.9-3.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXi6-1.7.9-3.2.1">libXi6-1.7.9-3.2.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXinerama1-1.1.3-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXinerama1-1.1.3-1.22">libXinerama1-1.1.3-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXmu6-1.1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXmu6-1.1.2-1.3">libXmu6-1.1.2-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXmuu1-1.1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXmuu1-1.1.2-1.3">libXmuu1-1.1.2-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXpm4-3.5.12-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXpm4-3.5.12-1.33">libXpm4-3.5.12-1.33 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXrandr2-1.5.1-2.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXrandr2-1.5.1-2.17">libXrandr2-1.5.1-2.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXrender1-0.9.10-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXrender1-0.9.10-1.3">libXrender1-0.9.10-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXt6-1.1.5-2.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXt6-1.1.5-2.24">libXt6-1.1.5-2.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXtst6-1.2.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXtst6-1.2.3-1.24">libXtst6-1.2.3-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXvnc1-1.9.0-19.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libXvnc1-1.9.0-19.9.1">libXvnc1-1.9.0-19.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libacl1-2.2.52-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libacl1-2.2.52-4.3.1">libacl1-2.2.52-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaio1-0.3.109-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libaio1-0.3.109-1.25">libaio1-0.3.109-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libapparmor1-2.12.3-7.20.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libapparmor1-2.12.3-7.20.1">libapparmor1-2.12.3-7.20.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libargon2-1-0.0+git20171227.670229c-2.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libargon2-1-0.0+git20171227.670229c-2.14">libargon2-1-0.0+git20171227.670229c-2.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libasm1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libasm1-0.168-4.5.3">libasm1-0.168-4.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libasound2-1.1.5-6.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libasound2-1.1.5-6.9.2">libasound2-1.1.5-6.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libassuan0-2.5.1-2.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libassuan0-2.5.1-2.14">libassuan0-2.5.1-2.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libatk-1_0-0-2.26.1-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libatk-1_0-0-2.26.1-2.18">libatk-1_0-0-2.26.1-2.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libatspi0-2.26.3-5.3.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libatspi0-2.26.3-5.3.5">libatspi0-2.26.3-5.3.5 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libattr1-2.4.47-2.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libattr1-2.4.47-2.19">libattr1-2.4.47-2.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaudit1-2.8.1-5.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libaudit1-2.8.1-5.5.1">libaudit1-2.8.1-5.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaugeas0-1.10.1-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libaugeas0-1.10.1-1.11">libaugeas0-1.10.1-1.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libauparse0-2.8.1-5.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libauparse0-2.8.1-5.5.1">libauparse0-2.8.1-5.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libavahi-client3-0.7-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libavahi-client3-0.7-3.6.1">libavahi-client3-0.7-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libavahi-common3-0.7-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libavahi-common3-0.7-3.6.1">libavahi-common3-0.7-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libbind9-1600-9.16.6-12.44.1">libbind9-1600-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libblkid1-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libblkid1-2.33.1-4.13.1">libblkid1-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_regex1_66_0-1.66.0-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libboost_regex1_66_0-1.66.0-5.3.1">libboost_regex1_66_0-1.66.0-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_system1_66_0-1.66.0-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libboost_system1_66_0-1.66.0-5.3.1">libboost_system1_66_0-1.66.0-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_thread1_66_0-1.66.0-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libboost_thread1_66_0-1.66.0-5.3.1">libboost_thread1_66_0-1.66.0-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbsd0-0.8.7-3.3.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libbsd0-0.8.7-3.3.17">libbsd0-0.8.7-3.3.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbz2-1-1.0.6-5.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libbz2-1-1.0.6-5.9.1">libbz2-1-1.0.6-5.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcairo2-1.16.0-4.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcairo2-1.16.0-4.8.1">libcairo2-1.16.0-4.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcap-ng0-0.7.9-4.37" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcap-ng0-0.7.9-4.37">libcap-ng0-0.7.9-4.37 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcap2-2.25-2.41" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcap2-2.25-2.41">libcap2-2.25-2.41 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcares2-1.17.0-3.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcares2-1.17.0-3.11.1">libcares2-1.17.0-3.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcfg6-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcfg6-2.4.5-9.13.2">libcfg6-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcmap4-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcmap4-2.4.5-9.13.2">libcmap4-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcom_err2-1.43.8-4.23.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcom_err2-1.43.8-4.23.1">libcom_err2-1.43.8-4.23.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcorosync_common4-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcorosync_common4-2.4.5-9.13.2">libcorosync_common4-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcpg4-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcpg4-2.4.5-9.13.2">libcpg4-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcpupower0-4.19-6.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcpupower0-4.19-6.8.1">libcpupower0-4.19-6.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcrack2-2.9.6-2.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcrack2-2.9.6-2.21">libcrack2-2.9.6-2.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcroco-0_6-3-0.6.12-4.3.51" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcroco-0_6-3-0.6.12-4.3.51">libcroco-0_6-3-0.6.12-4.3.51 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcryptsetup12-2.0.6-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcryptsetup12-2.0.6-4.3.1">libcryptsetup12-2.0.6-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libctf-nobfd0-2.35.1-7.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libctf-nobfd0-2.35.1-7.18.1">libctf-nobfd0-2.35.1-7.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libctf0-2.35.1-7.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libctf0-2.35.1-7.18.1">libctf0-2.35.1-7.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcups2-2.2.7-3.20.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcups2-2.2.7-3.20.1">libcups2-2.2.7-3.20.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcurl4-7.60.0-3.35.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libcurl4-7.60.0-3.35.1">libcurl4-7.60.0-3.35.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdatrie1-0.2.9-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdatrie1-0.2.9-1.25">libdatrie1-0.2.9-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdb-4_8-4.8.30-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdb-4_8-4.8.30-7.3.1">libdb-4_8-4.8.30-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdbus-1-3-1.12.2-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdbus-1-3-1.12.2-8.3.1">libdbus-1-3-1.12.2-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1">libdcerpc-binding0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1">libdcerpc0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdevmapper-event1_03-1.02.149-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdevmapper-event1_03-1.02.149-12.40.1">libdevmapper-event1_03-1.02.149-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdevmapper1_03-1.02.149-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdevmapper1_03-1.02.149-12.40.1">libdevmapper1_03-1.02.149-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdialog14-1.3-3.3.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdialog14-1.3-3.3.7">libdialog14-1.3-3.3.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdlm-4.0.9-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdlm-4.0.9-6.6.1">libdlm-4.0.9-6.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdlm3-4.0.9-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdlm3-4.0.9-6.6.1">libdlm3-4.0.9-6.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdns1605-9.16.6-12.44.1">libdns1605-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdouble-conversion1-2.0.1-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdouble-conversion1-2.0.1-1.28">libdouble-conversion1-2.0.1-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdrm2-2.4.97-3.3.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdrm2-2.4.97-3.3.11">libdrm2-2.4.97-3.3.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdw1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdw1-0.168-4.5.3">libdw1-0.168-4.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libebl-plugins-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libebl-plugins-0.168-4.5.3">libebl-plugins-0.168-4.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libedit0-3.1.snap20150325-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libedit0-3.1.snap20150325-2.12">libedit0-3.1.snap20150325-2.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libefivar1-37-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libefivar1-37-6.6.1">libefivar1-37-6.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libelf1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libelf1-0.168-4.5.3">libelf1-0.168-4.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libesmtp-1.0.6-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libesmtp-1.0.6-1.27">libesmtp-1.0.6-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libestr0-0.1.10-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libestr0-0.1.10-1.25">libestr0-0.1.10-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libevdev2-1.4.5-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libevdev2-1.4.5-1.27">libevdev2-1.4.5-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libevent-2_1-8-2.1.8-2.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libevent-2_1-8-2.1.8-2.23">libevent-2_1-8-2.1.8-2.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libexpat1-2.2.5-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libexpat1-2.2.5-3.6.1">libexpat1-2.2.5-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libext2fs2-1.43.8-4.23.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libext2fs2-1.43.8-4.23.1">libext2fs2-1.43.8-4.23.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfam0-gamin-0.1.10-3.2.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfam0-gamin-0.1.10-3.2.3">libfam0-gamin-0.1.10-3.2.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfastjson4-0.99.8-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfastjson4-0.99.8-1.16">libfastjson4-0.99.8-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfdisk1-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfdisk1-2.33.1-4.13.1">libfdisk1-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libffi7-3.2.1.git259-3.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libffi7-3.2.1.git259-3.16">libffi7-3.2.1.git259-3.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfl2-2.6.4-3.157" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfl2-2.6.4-3.157">libfl2-2.6.4-3.157 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfontenc1-1.1.3-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfontenc1-1.1.3-1.22">libfontenc1-1.1.3-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.53.1-3.51.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfreebl3-3.53.1-3.51.1">libfreebl3-3.53.1-3.51.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreetype6-2.10.1-4.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfreetype6-2.10.1-4.8.1">libfreetype6-2.10.1-4.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfuse2-2.9.7-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libfuse2-2.9.7-3.3.1">libfuse2-2.9.7-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgcc_s1-10.2.1+git583-1.3.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgcc_s1-10.2.1+git583-1.3.4">libgcc_s1-10.2.1+git583-1.3.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgcrypt20-1.8.2-8.36.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgcrypt20-1.8.2-8.36.1">libgcrypt20-1.8.2-8.36.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgd3-2.2.5-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgd3-2.2.5-4.14.1">libgd3-2.2.5-4.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgdbm4-1.12-1.418" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgdbm4-1.12-1.418">libgdbm4-1.12-1.418 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgdk_pixbuf-2_0-0-2.36.11-3.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgdk_pixbuf-2_0-0-2.36.11-3.19">libgdk_pixbuf-2_0-0-2.36.11-3.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgio-2_0-0-2.54.3-4.21.1">libgio-2_0-0-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgirepository-1_0-1-1.54.1-2.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgirepository-1_0-1-1.54.1-2.31">libgirepository-1_0-1-1.54.1-2.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libglib-2_0-0-2.54.3-4.21.1">libglib-2_0-0-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1">libglue2-1.0.12+v1.git.1587474580.a5fda2bc-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglvnd-1.0.0-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libglvnd-1.0.0-1.8">libglvnd-1.0.0-1.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgmodule-2_0-0-2.54.3-4.21.1">libgmodule-2_0-0-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmp10-6.1.2-4.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgmp10-6.1.2-4.6.1">libgmp10-6.1.2-4.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgnutls30-3.6.7-6.37.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgnutls30-3.6.7-6.37.1">libgnutls30-3.6.7-6.37.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgobject-2_0-0-2.54.3-4.21.1">libgobject-2_0-0-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgpg-error0-1.29-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgpg-error0-1.29-1.8">libgpg-error0-1.29-1.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgpgme11-1.10.0-4.3.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgpgme11-1.10.0-4.3.4">libgpgme11-1.10.0-4.3.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgraphite2-3-1.3.11-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgraphite2-3-1.3.11-2.12">libgraphite2-3-1.3.11-2.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgraphviz6-2.40.1-6.6.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgraphviz6-2.40.1-6.6.4">libgraphviz6-2.40.1-6.6.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgthread-2_0-0-2.54.3-4.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgthread-2_0-0-2.54.3-4.21.1">libgthread-2_0-0-2.54.3-4.21.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgtk-2_0-0-2.24.32-2.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgtk-2_0-0-2.24.32-2.27">libgtk-2_0-0-2.24.32-2.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgudev-1_0-0-232-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libgudev-1_0-0-232-1.33">libgudev-1_0-0-232-1.33 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libharfbuzz0-1.7.5-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libharfbuzz0-1.7.5-1.21">libharfbuzz0-1.7.5-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libhavege1-1.9.2-6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libhavege1-1.9.2-6.1">libhavege1-1.9.2-6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libhogweed4-3.4.1-4.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libhogweed4-3.4.1-4.12.1">libhogweed4-3.4.1-4.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libicu60_2-60.2-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libicu60_2-60.2-3.9.1">libicu60_2-60.2-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libicu60_2-ledata-60.2-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libicu60_2-ledata-60.2-3.9.1">libicu60_2-ledata-60.2-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libidn11-1.34-3.2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libidn11-1.34-3.2.2">libidn11-1.34-3.2.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libidn2-0-2.2.0-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libidn2-0-2.2.0-3.6.1">libidn2-0-2.2.0-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libinput10-1.10.5-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libinput10-1.10.5-1.21">libinput10-1.10.5-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libipset11-6.36-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libipset11-6.36-3.3.1">libipset11-6.36-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiptc0-1.6.2-1.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libiptc0-1.6.2-1.12">libiptc0-1.6.2-1.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libirs1601-9.16.6-12.44.1">libirs1601-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisc1606-9.16.6-12.44.1">libisc1606-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisccc1600-9.16.6-12.44.1">libisccc1600-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisccfg1600-9.16.6-12.44.1">libisccfg1600-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisl15-0.18-1.443" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisl15-0.18-1.443">libisl15-0.18-1.443 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjansson4-2.9-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjansson4-2.9-1.24">libjansson4-2.9-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjbig2-2.1-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjbig2-2.1-1.31">libjbig2-2.1-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjemalloc2-5.0.1-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjemalloc2-5.0.1-1.25">libjemalloc2-5.0.1-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjpeg62-62.2.0-5.15.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjpeg62-62.2.0-5.15.7">libjpeg62-62.2.0-5.15.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjpeg8-8.1.2-5.15.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjpeg8-8.1.2-5.15.7">libjpeg8-8.1.2-5.15.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjson-c3-0.13-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libjson-c3-0.13-1.19">libjson-c3-0.13-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libkeyutils1-1.5.10-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libkeyutils1-1.5.10-5.3.1">libkeyutils1-1.5.10-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libkmod2-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libkmod2-25-6.7.1">libkmod2-25-6.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libksba8-1.3.5-2.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libksba8-1.3.5-2.14">libksba8-1.3.5-2.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldap-2_4-2-2.4.46-9.45.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libldap-2_4-2-2.4.46-9.45.1">libldap-2_4-2-2.4.46-9.45.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldap-data-2.4.46-9.45.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libldap-data-2.4.46-9.45.1">libldap-data-2.4.46-9.45.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldapcpp1-0.3.1-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libldapcpp1-0.3.1-1.33">libldapcpp1-0.3.1-1.33 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldb1-1.4.6-3.5.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libldb1-1.4.6-3.5.2">libldb1-1.4.6-3.5.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblmdb-0_9_17-0.9.17-4.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblmdb-0_9_17-0.9.17-4.6.2">liblmdb-0_9_17-0.9.17-4.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblockdev1-1.0.3_git201003141408-1.97" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblockdev1-1.0.3_git201003141408-1.97">liblockdev1-1.0.3_git201003141408-1.97 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblogging0-1.0.6-3.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblogging0-1.0.6-3.21">liblogging0-1.0.6-3.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblognorm5-2.0.4-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblognorm5-2.0.4-1.17">liblognorm5-2.0.4-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libltdl7-2.4.6-3.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libltdl7-2.4.6-3.2.1">libltdl7-2.4.6-3.2.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblua5_3-5-5.3.4-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblua5_3-5-5.3.4-3.3.2">liblua5_3-5-5.3.4-3.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblvm2app2_2-2.02.180-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblvm2app2_2-2.02.180-12.40.1">liblvm2app2_2-2.02.180-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblvm2cmd2_02-2.02.180-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblvm2cmd2_02-2.02.180-12.40.1">liblvm2cmd2_02-2.02.180-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblz4-1-1.8.0-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblz4-1-1.8.0-3.5.1">liblz4-1-1.8.0-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblzma5-5.2.3-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblzma5-5.2.3-4.3.1">liblzma5-5.2.3-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblzo2-2-2.1-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:liblzo2-2-2.1-2.22">liblzo2-2-2.1-2.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmagic1-5.32-7.11.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmagic1-5.32-7.11.2">libmagic1-5.32-7.11.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmetalink3-0.1.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmetalink3-0.1.3-1.24">libmetalink3-0.1.3-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmnl0-1.0.4-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmnl0-1.0.4-1.25">libmnl0-1.0.4-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmodman1-2.0.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmodman1-2.0.1-1.27">libmodman1-2.0.1-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmount1-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmount1-2.33.1-4.13.1">libmount1-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmozjs-52-52.6.0-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmozjs-52-52.6.0-3.3.2">libmozjs-52-52.6.0-3.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmpc3-1.1.0-1.47" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmpc3-1.1.0-1.47">libmpc3-1.1.0-1.47 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmpfr6-4.0.1-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmpfr6-4.0.1-1.46">libmpfr6-4.0.1-1.46 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmtdev1-1.1.5-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libmtdev1-1.1.5-1.26">libmtdev1-1.1.5-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libncurses6-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libncurses6-6.1-5.6.2">libncurses6-6.1-5.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-krb5pac0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-nbt0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr-standard0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1">libndr0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1">libnetapi0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetfilter_conntrack3-1.0.6-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnetfilter_conntrack3-1.0.6-1.26">libnetfilter_conntrack3-1.0.6-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetfilter_cthelper0-1.0.0-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnetfilter_cthelper0-1.0.0-1.21">libnetfilter_cthelper0-1.0.0-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetfilter_cttimeout1-1.0.0-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnetfilter_cttimeout1-1.0.0-1.22">libnetfilter_cttimeout1-1.0.0-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetfilter_queue1-1.0.3-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnetfilter_queue1-1.0.3-1.16">libnetfilter_queue1-1.0.3-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnettle6-3.4.1-4.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnettle6-3.4.1-4.12.1">libnettle6-3.4.1-4.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnfnetlink0-1.0.1-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnfnetlink0-1.0.1-2.11">libnfnetlink0-1.0.1-2.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnghttp2-14-1.40.0-3.6.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnghttp2-14-1.40.0-3.6.3">libnghttp2-14-1.40.0-3.6.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnl-config-3.3.0-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnl-config-3.3.0-1.29">libnl-config-3.3.0-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnl3-200-3.3.0-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnl3-200-3.3.0-1.29">libnl3-200-3.3.0-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnm0-1.10.6-5.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnm0-1.10.6-5.12.1">libnm0-1.10.6-5.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnpth0-1.5-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnpth0-1.5-2.11">libnpth0-1.5-2.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libns1604-9.16.6-12.44.1">libns1604-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnscd1-2.0.2-3.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnscd1-2.0.2-3.21">libnscd1-2.0.2-3.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnsl2-1.2.0-2.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnsl2-1.2.0-2.44">libnsl2-1.2.0-2.44 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnuma1-2.0.11-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libnuma1-2.0.11-2.18">libnuma1-2.0.11-2.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopeniscsiusr0_2_0-2.0.876-13.37.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libopeniscsiusr0_2_0-2.0.876-13.37.1">libopeniscsiusr0_2_0-2.0.876-13.37.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-14.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libopenssl1_1-1.1.0i-14.12.1">libopenssl1_1-1.1.0i-14.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopts25-5.18.12-1.64" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libopts25-5.18.12-1.64">libopts25-5.18.12-1.64 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libp11-kit0-0.23.2-4.8.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libp11-kit0-0.23.2-4.8.3">libp11-kit0-0.23.2-4.8.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1">libpacemaker3-2.0.1+20190417.13d370ca9-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpango-1_0-0-1.40.14-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpango-1_0-0-1.40.14-3.3.1">libpango-1_0-0-1.40.14-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libparted0-3.2-11.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libparted0-3.2-11.14.1">libparted0-3.2-11.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpcap1-1.8.1-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpcap1-1.8.1-4.3.1">libpcap1-1.8.1-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpci3-3.5.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpci3-3.5.6-3.3.1">libpci3-3.5.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpcre1-8.41-4.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpcre1-8.41-4.2">libpcre1-8.41-4.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpcre2-8-0-10.31-1.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpcre2-8-0-10.31-1.14">libpcre2-8-0-10.31-1.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpgm-5_2-0-5.2.122-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpgm-5_2-0-5.2.122-5.3.1">libpgm-5_2-0-5.2.122-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpipeline1-1.4.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpipeline1-1.4.1-1.27">libpipeline1-1.4.1-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpixman-1-0-0.34.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpixman-1-0-0.34.0-1.27">libpixman-1-0-0.34.0-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpng12-0-1.2.57-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpng12-0-1.2.57-2.18">libpng12-0-1.2.57-2.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpng16-16-1.6.34-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpng16-16-1.6.34-3.9.1">libpng16-16-1.6.34-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpolkit0-0.114-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpolkit0-0.114-3.9.1">libpolkit0-0.114-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpopt0-1.16-3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpopt0-1.16-3.22">libpopt0-1.16-3.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libprocps7-3.3.15-7.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libprocps7-3.3.15-7.13.2">libprocps7-3.3.15-7.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libproxy1-0.4.15-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libproxy1-0.4.15-4.3.1">libproxy1-0.4.15-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpsl5-0.20.1-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpsl5-0.20.1-1.2">libpsl5-0.20.1-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpython3_6m1_0-3.6.12-3.75.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libpython3_6m1_0-3.6.12-3.75.1">libpython3_6m1_0-3.6.12-3.75.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libqb20-1.0.3+20190326.a521604-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libqb20-1.0.3+20190326.a521604-3.3.1">libqb20-1.0.3+20190326.a521604-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libqrencode4-4.0.0-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libqrencode4-4.0.0-1.17">libqrencode4-4.0.0-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libquorum5-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libquorum5-2.4.5-9.13.2">libquorum5-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libreadline7-7.0-9.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libreadline7-7.0-9.10.1">libreadline7-7.0-9.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsync2-1.0.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:librsync2-1.0.0-1.27">librsync2-1.0.0-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libruby2_5-2_5-2.5.8-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libruby2_5-2_5-2.5.8-4.11.1">libruby2_5-2_5-2.5.8-4.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsam4-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsam4-2.4.5-9.13.2">libsam4-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-credentials0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-errors0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-hostconfig0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-passdb0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamba-util0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsamdb0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamplerate0-0.1.9-3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsamplerate0-0.1.9-3.22">libsamplerate0-0.1.9-3.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsasl2-3-2.1.26-5.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsasl2-3-2.1.26-5.7.1">libsasl2-3-2.1.26-5.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libseccomp2-2.4.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libseccomp2-2.4.1-3.3.1">libseccomp2-2.4.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libselinux1-2.8-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libselinux1-2.8-8.3.1">libselinux1-2.8-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsemanage1-2.8-4.35" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsemanage1-2.8-4.35">libsemanage1-2.8-4.35 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsensors4-3.5.0-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsensors4-3.5.0-4.3.1">libsensors4-3.5.0-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsepol1-2.8-4.37" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsepol1-2.8-4.37">libsepol1-2.8-4.37 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1">libsgutils2-1_43-2-1.44~763+19.1ed0757-9.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsigc-2_0-0-2.10.0-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsigc-2_0-0-2.10.0-3.5.1">libsigc-2_0-0-2.10.0-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmartcols1-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsmartcols1-2.33.1-4.13.1">libsmartcols1-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1">libsmbconf0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1">libsmbldap2-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi-0.4.8-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsmi-0.4.8-1.29">libsmi-0.4.8-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi2-0.4.8-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsmi2-0.4.8-1.29">libsmi2-0.4.8-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsnappy1-1.1.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsnappy1-1.1.3-1.24">libsnappy1-1.1.3-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsnmp30-5.7.3-8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsnmp30-5.7.3-8.24">libsnmp30-5.7.3-8.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsodium23-1.0.16-4.3.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsodium23-1.0.16-4.3.18">libsodium23-1.0.16-4.3.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.53.1-3.51.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsoftokn3-3.53.1-3.51.1">libsoftokn3-3.53.1-3.51.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsolv-tools-0.7.16-3.29.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsolv-tools-0.7.16-3.29.2">libsolv-tools-0.7.16-3.29.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsqlite3-0-3.28.0-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsqlite3-0-3.28.0-3.9.2">libsqlite3-0-3.28.0-3.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssh2-1-1.9.0-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libssh2-1-1.9.0-4.13.1">libssh2-1-1.9.0-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssh4-0.8.7-10.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libssh4-0.8.7-10.12.1">libssh4-0.8.7-10.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libstdc++6-10.2.1+git583-1.3.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libstdc++6-10.2.1+git583-1.3.4">libstdc++6-10.2.1+git583-1.3.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libstorage-ng-ruby-4.1.111-4.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libstorage-ng-ruby-4.1.111-4.24.1">libstorage-ng-ruby-4.1.111-4.24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libstorage-ng1-4.1.111-4.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libstorage-ng1-4.1.111-4.24.1">libstorage-ng1-4.1.111-4.24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsystemd0-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libsystemd0-234-24.72.1">libsystemd0-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtalloc2-2.1.14-5.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtalloc2-2.1.14-5.22">libtalloc2-2.1.14-5.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtasn1-4.13-4.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtasn1-4.13-4.5.1">libtasn1-4.13-4.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtasn1-6-4.13-4.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtasn1-6-4.13-4.5.1">libtasn1-6-4.13-4.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtdb1-1.3.16-4.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtdb1-1.3.16-4.23">libtdb1-1.3.16-4.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1">libtevent-util0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtevent0-0.9.37-6.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtevent0-0.9.37-6.23">libtevent0-0.9.37-6.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libthai-data-0.1.27-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libthai-data-0.1.27-1.16">libthai-data-0.1.27-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libthai0-0.1.27-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libthai0-0.1.27-1.16">libthai0-0.1.27-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtiff5-4.0.9-5.30.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtiff5-4.0.9-5.30.28">libtiff5-4.0.9-5.30.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtirpc-netconfig-1.0.2-3.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtirpc-netconfig-1.0.2-3.8.1">libtirpc-netconfig-1.0.2-3.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtirpc3-1.0.2-3.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtirpc3-1.0.2-3.8.1">libtirpc3-1.0.2-3.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtotem_pg5-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libtotem_pg5-2.4.5-9.13.2">libtotem_pg5-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libts0-1.13-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libts0-1.13-1.18">libts0-1.13-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libudev1-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libudev1-234-24.72.1">libudev1-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libunistring2-0.9.9-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libunistring2-0.9.9-1.15">libunistring2-0.9.9-1.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libunwind-1.2.1-4.2.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libunwind-1.2.1-4.2.3">libunwind-1.2.1-4.2.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libusb-1_0-0-1.0.21-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libusb-1_0-0-1.0.21-3.3.1">libusb-1_0-0-1.0.21-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libutempter0-1.1.6-3.42" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libutempter0-1.1.6-3.42">libutempter0-1.1.6-3.42 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuuid1-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libuuid1-2.33.1-4.13.1">libuuid1-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuv1-1.18.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libuv1-1.18.0-1.19">libuv1-1.18.0-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libverto1-0.2.6-3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libverto1-0.2.6-3.2">libverto1-0.2.6-3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvirt-client-5.1.0-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libvirt-client-5.1.0-8.24.1">libvirt-client-5.1.0-8.24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvirt-libs-5.1.0-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libvirt-libs-5.1.0-8.24.1">libvirt-libs-5.1.0-8.24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvotequorum8-2.4.5-9.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libvotequorum8-2.4.5-9.13.2">libvotequorum8-2.4.5-9.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwacom-data-0.23-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libwacom-data-0.23-1.31">libwacom-data-0.23-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwacom2-0.23-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libwacom2-0.23-1.31">libwacom2-0.23-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1">libwbclient0-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwebp6-0.5.0-1.61" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libwebp6-0.5.0-1.61">libwebp6-0.5.0-1.61 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwrap0-7.6-1.433" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libwrap0-7.6-1.433">libwrap0-7.6-1.433 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libx86emu2-2.2-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libx86emu2-2.2-1.8">libx86emu2-2.2-1.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-glx0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-glx0-1.13-3.5.1">libxcb-glx0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-icccm4-0.4.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-icccm4-0.4.1-1.24">libxcb-icccm4-0.4.1-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-image0-0.4.0-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-image0-0.4.0-1.23">libxcb-image0-0.4.0-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-keysyms1-0.4.0-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-keysyms1-0.4.0-1.23">libxcb-keysyms1-0.4.0-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-randr0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-randr0-1.13-3.5.1">libxcb-randr0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-render-util0-0.3.9-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-render-util0-0.3.9-1.23">libxcb-render-util0-0.3.9-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-render0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-render0-1.13-3.5.1">libxcb-render0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-shape0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-shape0-1.13-3.5.1">libxcb-shape0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-shm0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-shm0-1.13-3.5.1">libxcb-shm0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-sync1-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-sync1-1.13-3.5.1">libxcb-sync1-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-util1-0.4.0-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-util1-0.4.0-1.23">libxcb-util1-0.4.0-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-xfixes0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-xfixes0-1.13-3.5.1">libxcb-xfixes0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-xinerama0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-xinerama0-1.13-3.5.1">libxcb-xinerama0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-xkb1-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb-xkb1-1.13-3.5.1">libxcb-xkb1-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb1-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxcb1-1.13-3.5.1">libxcb1-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxkbcommon-x11-0-0.8.2-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxkbcommon-x11-0-0.8.2-3.3.1">libxkbcommon-x11-0-0.8.2-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxkbcommon0-0.8.2-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxkbcommon0-0.8.2-3.3.1">libxkbcommon0-0.8.2-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxkbfile1-1.0.9-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxkbfile1-1.0.9-1.26">libxkbfile1-1.0.9-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxml2-2-2.9.7-3.28.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxml2-2-2.9.7-3.28.1">libxml2-2-2.9.7-3.28.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxslt1-1.1.32-3.8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxslt1-1.1.32-3.8.24">libxslt1-1.1.32-3.8.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxtables12-1.6.2-1.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libxtables12-1.6.2-1.12">libxtables12-1.6.2-1.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyajl2-2.1.0-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyajl2-2.1.0-2.12">libyajl2-2.1.0-2.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyaml-0-2-0.1.7-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyaml-0-2-0.1.7-1.17">libyaml-0-2-0.1.7-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyaml-cpp0_6-0.6.1-4.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyaml-cpp0_6-0.6.1-4.2.1">libyaml-cpp0_6-0.6.1-4.2.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-ncurses-pkg9-2.48.9-7.5.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyui-ncurses-pkg9-2.48.9-7.5.8">libyui-ncurses-pkg9-2.48.9-7.5.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-ncurses9-2.50.4-5.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyui-ncurses9-2.50.4-5.24">libyui-ncurses9-2.50.4-5.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-qt9-2.49.16-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyui-qt9-2.49.16-1.15">libyui-qt9-2.49.16-1.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui9-3.4.2-4.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libyui9-3.4.2-4.24">libyui9-3.4.2-4.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libz1-1.2.11-3.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libz1-1.2.11-3.18.1">libz1-1.2.11-3.18.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzio1-1.06-2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libzio1-1.06-2.2">libzio1-1.06-2.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzmq5-4.2.3-3.15.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libzmq5-4.2.3-3.15.4">libzmq5-4.2.3-3.15.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzstd1-1.4.4-1.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libzstd1-1.4.4-1.3.1">libzstd1-1.4.4-1.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzypp-17.25.1-3.34.10" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libzypp-17.25.1-3.34.10">libzypp-17.25.1-3.34.10 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lockdev-1.0.3_git201003141408-1.97" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lockdev-1.0.3_git201003141408-1.97">lockdev-1.0.3_git201003141408-1.97 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="logrotate-3.13.0-4.3.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:logrotate-3.13.0-4.3.9">logrotate-3.13.0-4.3.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lsb-release-3.0-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lsb-release-3.0-1.2">lsb-release-3.0-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lsof-4.91-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lsof-4.91-1.11">lsof-4.91-1.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lsscsi-0.28-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lsscsi-0.28-1.24">lsscsi-0.28-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lvm2-2.02.180-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lvm2-2.02.180-12.40.1">lvm2-2.02.180-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lvm2-lockd-2.02.180-12.40.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:lvm2-lockd-2.02.180-12.40.1">lvm2-lockd-2.02.180-12.40.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mailx-12.5-1.87" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mailx-12.5-1.87">mailx-12.5-1.87 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="makedumpfile-1.6.3-10.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:makedumpfile-1.6.3-10.6.1">makedumpfile-1.6.3-10.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="man-2.7.6-6.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:man-2.7.6-6.22">man-2.7.6-6.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="man-pages-4.16-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:man-pages-4.16-3.9.1">man-pages-4.16-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mksh-56c-1.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mksh-56c-1.1">mksh-56c-1.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mlocate-0.26-5.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mlocate-0.26-5.22">mlocate-0.26-5.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nspr-4.25.1-3.15.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mozilla-nspr-4.25.1-3.15.2">mozilla-nspr-4.25.1-3.15.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.53.1-3.51.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mozilla-nss-3.53.1-3.51.1">mozilla-nss-3.53.1-3.51.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.53.1-3.51.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mozilla-nss-certs-3.53.1-3.51.1">mozilla-nss-certs-3.53.1-3.51.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.53.1-3.51.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:mozilla-nss-tools-3.53.1-3.51.1">mozilla-nss-tools-3.53.1-3.51.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ncurses-utils-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ncurses-utils-6.1-5.6.2">ncurses-utils-6.1-5.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="net-snmp-5.7.3-8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:net-snmp-5.7.3-8.24">net-snmp-5.7.3-8.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="net-tools-2.0+git20170221.479bb4a-3.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:net-tools-2.0+git20170221.479bb4a-3.11">net-tools-2.0+git20170221.479bb4a-3.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="netcat-openbsd-1.178-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:netcat-openbsd-1.178-1.24">netcat-openbsd-1.178-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="netcfg-11.6-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:netcfg-11.6-1.11">netcfg-11.6-1.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nfs-client-2.1.1-10.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nfs-client-2.1.1-10.10.1">nfs-client-2.1.1-10.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nfs-kernel-server-2.1.1-10.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nfs-kernel-server-2.1.1-10.10.1">nfs-kernel-server-2.1.1-10.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nfsidmap-0.26-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nfsidmap-0.26-3.3.1">nfsidmap-0.26-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nscd-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1">nscd-2.26-13.56.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-197.83.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1">ocfs2-kmp-default-4.12.14-197.83.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-tools-1.8.5-12.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-tools-1.8.5-12.6.2">ocfs2-tools-1.8.5-12.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-iscsi-2.0.876-13.37.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:open-iscsi-2.0.876-13.37.1">open-iscsi-2.0.876-13.37.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openldap2-client-2.4.46-9.45.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:openldap2-client-2.4.46-9.45.1">openldap2-client-2.4.46-9.45.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openslp-2.0.0-6.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:openslp-2.0.0-6.12.2">openslp-2.0.0-6.12.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssh-7.9p1-6.25.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:openssh-7.9p1-6.25.2">openssh-7.9p1-6.25.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1.1.0i-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:openssl-1.1.0i-3.3.1">openssl-1.1.0i-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-14.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:openssl-1_1-1.1.0i-14.12.1">openssl-1_1-1.1.0i-14.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="p11-kit-0.23.2-4.8.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:p11-kit-0.23.2-4.8.3">p11-kit-0.23.2-4.8.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="p11-kit-tools-0.23.2-4.8.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:p11-kit-tools-0.23.2-4.8.3">p11-kit-tools-0.23.2-4.8.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pacemaker-2.0.1+20190417.13d370ca9-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pacemaker-2.0.1+20190417.13d370ca9-3.15.1">pacemaker-2.0.1+20190417.13d370ca9-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1">pacemaker-cli-2.0.1+20190417.13d370ca9-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pam-1.3.0-6.29.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pam-1.3.0-6.29.1">pam-1.3.0-6.29.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pam-config-0.96-5.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pam-config-0.96-5.17">pam-config-0.96-5.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pam-modules-12.1-3.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pam-modules-12.1-3.17">pam-modules-12.1-3.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="parted-3.2-11.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:parted-3.2-11.14.1">parted-3.2-11.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patch-2.7.6-3.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patch-2.7.6-3.5">patch-2.7.6-3.5 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-base-20171206-35.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patterns-base-base-20171206-35.2">patterns-base-base-20171206-35.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-basesystem-20171206-35.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patterns-base-basesystem-20171206-35.2">patterns-base-basesystem-20171206-35.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-minimal_base-20171206-35.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patterns-base-minimal_base-20171206-35.2">patterns-base-minimal_base-20171206-35.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-ha-ha_sles-15.1.0-11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patterns-ha-ha_sles-15.1.0-11.1">patterns-ha-ha_sles-15.1.0-11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-server-enterprise-sap_server-20171206-12.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:patterns-server-enterprise-sap_server-20171206-12.3.1">patterns-server-enterprise-sap_server-20171206-12.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pciutils-3.5.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pciutils-3.5.6-3.3.1">pciutils-3.5.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pciutils-ids-20200324-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pciutils-ids-20200324-3.6.1">pciutils-ids-20200324-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-5.26.1-7.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-5.26.1-7.12.1">perl-5.26.1-7.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Bootloader-0.924-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Bootloader-0.924-8.3.1">perl-Bootloader-0.924-8.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-CPAN-Changes-0.400002-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-CPAN-Changes-0.400002-1.24">perl-CPAN-Changes-0.400002-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Crypt-SmbHash-0.12-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Crypt-SmbHash-0.12-1.24">perl-Crypt-SmbHash-0.12-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Devel-Symdump-2.18-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Devel-Symdump-2.18-1.24">perl-Devel-Symdump-2.18-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Digest-MD4-1.9-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Digest-MD4-1.9-1.28">perl-Digest-MD4-1.9-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Digest-SHA1-2.13-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Digest-SHA1-2.13-1.27">perl-Digest-SHA1-2.13-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Encode-Locale-1.05-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Encode-Locale-1.05-1.24">perl-Encode-Locale-1.05-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-File-Listing-6.04-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-File-Listing-6.04-1.23">perl-File-Listing-6.04-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTML-Parser-3.72-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTML-Parser-3.72-1.26">perl-HTML-Parser-3.72-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTML-Tagset-3.2-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTML-Tagset-3.2-1.24">perl-HTML-Tagset-3.2-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTTP-Cookies-6.04-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTTP-Cookies-6.04-1.2">perl-HTTP-Cookies-6.04-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTTP-Daemon-6.01-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTTP-Daemon-6.01-1.24">perl-HTTP-Daemon-6.01-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTTP-Date-6.02-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTTP-Date-6.02-1.24">perl-HTTP-Date-6.02-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTTP-Message-6.14-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTTP-Message-6.14-1.16">perl-HTTP-Message-6.14-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-HTTP-Negotiate-6.01-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-HTTP-Negotiate-6.01-1.23">perl-HTTP-Negotiate-6.01-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-IO-HTML-1.001-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-IO-HTML-1.001-1.24">perl-IO-HTML-1.001-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-IO-Socket-INET6-2.72-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-IO-Socket-INET6-2.72-1.22">perl-IO-Socket-INET6-2.72-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-LWP-MediaTypes-6.02-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-LWP-MediaTypes-6.02-1.25">perl-LWP-MediaTypes-6.02-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-MailTools-2.19-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-MailTools-2.19-1.2">perl-MailTools-2.19-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Net-DBus-1.1.0-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Net-DBus-1.1.0-1.3">perl-Net-DBus-1.1.0-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Net-HTTP-6.17-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Net-HTTP-6.17-1.2">perl-Net-HTTP-6.17-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Net-SSLeay-1.81-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Net-SSLeay-1.81-1.26">perl-Net-SSLeay-1.81-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Net-Telnet-3.04-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Net-Telnet-3.04-1.25">perl-Net-Telnet-3.04-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Parse-RecDescent-1.967015-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Parse-RecDescent-1.967015-1.22">perl-Parse-RecDescent-1.967015-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Pod-Coverage-0.23-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Pod-Coverage-0.23-1.23">perl-Pod-Coverage-0.23-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-SNMP-5.7.3-8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-SNMP-5.7.3-8.24">perl-SNMP-5.7.3-8.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Socket6-0.28-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Socket6-0.28-1.17">perl-Socket6-0.28-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Term-ReadKey-2.37-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Term-ReadKey-2.37-1.2">perl-Term-ReadKey-2.37-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Test-Pod-1.51-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Test-Pod-1.51-1.24">perl-Test-Pod-1.51-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Test-Pod-Coverage-1.1-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Test-Pod-Coverage-1.1-1.23">perl-Test-Pod-Coverage-1.1-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-TimeDate-2.3-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-TimeDate-2.3-3.9.1">perl-TimeDate-2.3-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Try-Tiny-0.3-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-Try-Tiny-0.3-1.17">perl-Try-Tiny-0.3-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-URI-1.73-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-URI-1.73-1.16">perl-URI-1.73-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-WWW-RobotRules-6.02-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-WWW-RobotRules-6.02-1.23">perl-WWW-RobotRules-6.02-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-X11-Protocol-0.56-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-X11-Protocol-0.56-1.24">perl-X11-Protocol-0.56-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-X500-DN-0.29-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-X500-DN-0.29-1.22">perl-X500-DN-0.29-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-LibXML-2.0132-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-LibXML-2.0132-1.2">perl-XML-LibXML-2.0132-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-NamespaceSupport-1.12-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-NamespaceSupport-1.12-1.24">perl-XML-NamespaceSupport-1.12-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-Parser-2.44-1.443" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-Parser-2.44-1.443">perl-XML-Parser-2.44-1.443 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-SAX-0.99-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-SAX-0.99-1.22">perl-XML-SAX-0.99-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-SAX-Base-1.09-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-SAX-Base-1.09-1.25">perl-XML-SAX-Base-1.09-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-SAX-Expat-0.51-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-SAX-Expat-0.51-1.22">perl-XML-SAX-Expat-0.51-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-Simple-2.24-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-Simple-2.24-1.22">perl-XML-Simple-2.24-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-XML-Twig-3.52-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-XML-Twig-3.52-3.3.1">perl-XML-Twig-3.52-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-base-5.26.1-7.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-base-5.26.1-7.12.1">perl-base-5.26.1-7.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-gettext-1.07-1.442" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-gettext-1.07-1.442">perl-gettext-1.07-1.442 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-libwww-perl-6.31-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:perl-libwww-perl-6.31-1.17">perl-libwww-perl-6.31-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="permissions-20181116-9.38.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:permissions-20181116-9.38.1">permissions-20181116-9.38.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pigz-2.3.3-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pigz-2.3.3-1.28">pigz-2.3.3-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pinentry-1.1.0-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pinentry-1.1.0-4.3.1">pinentry-1.1.0-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pkg-config-0.29.2-1.436" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:pkg-config-0.29.2-1.436">pkg-config-0.29.2-1.436 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="polkit-0.114-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:polkit-0.114-3.9.1">polkit-0.114-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="polkit-default-privs-13.2-18.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:polkit-default-privs-13.2-18.8.1">polkit-default-privs-13.2-18.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="procmail-3.22-2.34" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:procmail-3.22-2.34">procmail-3.22-2.34 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="procps-3.3.15-7.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:procps-3.3.15-7.13.2">procps-3.3.15-7.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="psmisc-23.0-6.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:psmisc-23.0-6.10.1">psmisc-23.0-6.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-rpm-macros-20200207.5feb6c1-3.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python-rpm-macros-20200207.5feb6c1-3.11.1">python-rpm-macros-20200207.5feb6c1-3.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-3.6.12-3.75.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-3.6.12-3.75.1">python3-3.6.12-3.75.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-Babel-2.5.1-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-Babel-2.5.1-1.26">python3-Babel-2.5.1-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-Jinja2-2.10.1-3.10.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-Jinja2-2.10.1-3.10.2">python3-Jinja2-2.10.1-3.10.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-M2Crypto-0.35.2-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-M2Crypto-0.35.2-3.9.1">python3-M2Crypto-0.35.2-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-MarkupSafe-1.0-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-MarkupSafe-1.0-1.29">python3-MarkupSafe-1.0-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-PyYAML-5.1.2-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-PyYAML-5.1.2-6.6.1">python3-PyYAML-5.1.2-6.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-appdirs-1.4.3-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-appdirs-1.4.3-1.21">python3-appdirs-1.4.3-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-base-3.6.12-3.75.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-base-3.6.12-3.75.1">python3-base-3.6.12-3.75.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-12.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-bind-9.16.6-12.44.1">python3-bind-9.16.6-12.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-certifi-2018.1.18-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-certifi-2018.1.18-1.18">python3-certifi-2018.1.18-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-chardet-3.0.4-3.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-chardet-3.0.4-3.23">python3-chardet-3.0.4-3.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-configobj-5.0.6-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-configobj-5.0.6-1.24">python3-configobj-5.0.6-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-configshell-fb-1.1.fb23-2.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-configshell-fb-1.1.fb23-2.17">python3-configshell-fb-1.1.fb23-2.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cssselect-1.0.3-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-cssselect-1.0.3-1.18">python3-cssselect-1.0.3-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-curses-3.6.12-3.75.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-curses-3.6.12-3.75.1">python3-curses-3.6.12-3.75.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-dbus-python-1.2.4-4.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-dbus-python-1.2.4-4.24">python3-dbus-python-1.2.4-4.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-decorator-4.2.1-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-decorator-4.2.1-1.18">python3-decorator-4.2.1-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-firewall-0.5.5-4.24.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-firewall-0.5.5-4.24.9">python3-firewall-0.5.5-4.24.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-gcemetadata-1.0.4-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-gcemetadata-1.0.4-3.9.1">python3-gcemetadata-1.0.4-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-gobject-3.26.1-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-gobject-3.26.1-1.31">python3-gobject-3.26.1-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-idna-2.6-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-idna-2.6-1.2">python3-idna-2.6-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-linux-procfs-0.6-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-linux-procfs-0.6-1.26">python3-linux-procfs-0.6-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-lxml-4.0.0-2.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-lxml-4.0.0-2.26">python3-lxml-4.0.0-2.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-msgpack-0.5.6-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-msgpack-0.5.6-1.19">python3-msgpack-0.5.6-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-packaging-16.8-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-packaging-16.8-1.23">python3-packaging-16.8-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-parallax-1.0.6-3.3.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-parallax-1.0.6-3.3.14">python3-parallax-1.0.6-3.3.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pexpect-4.8.0-5.3.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pexpect-4.8.0-5.3.5">python3-pexpect-4.8.0-5.3.5 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-ply-3.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-ply-3.1-1.27">python3-ply-3.1-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-psutil-5.4.8-4.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-psutil-5.4.8-4.24">python3-psutil-5.4.8-4.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-ptyprocess-0.5.2-1.54" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-ptyprocess-0.5.2-1.54">python3-ptyprocess-0.5.2-1.54 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-py-1.8.1-5.3.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-py-1.8.1-5.3.5">python3-py-1.8.1-5.3.5 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pycurl-7.43.0.2-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pycurl-7.43.0.2-4.3.1">python3-pycurl-7.43.0.2-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyparsing-2.2.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pyparsing-2.2.0-1.28">python3-pyparsing-2.2.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-python-dateutil-2.7.3-4.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-python-dateutil-2.7.3-4.22">python3-python-dateutil-2.7.3-4.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pytz-2018.5-4.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pytz-2018.5-4.23">python3-pytz-2018.5-4.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyudev-0.21.0-3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pyudev-0.21.0-3.22">python3-pyudev-0.21.0-3.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyzmq-17.0.0-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-pyzmq-17.0.0-1.25">python3-pyzmq-17.0.0-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-requests-2.20.1-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-requests-2.20.1-6.6.1">python3-requests-2.20.1-6.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-rpm-4.14.1-10.19.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-rpm-4.14.1-10.19.18">python3-rpm-4.14.1-10.19.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-rtslib-fb-2.1.69-5.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-rtslib-fb-2.1.69-5.24">python3-rtslib-fb-2.1.69-5.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-salt-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-salt-3000-24.1">python3-salt-3000-24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-setuptools-40.5.0-6.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-setuptools-40.5.0-6.3.1">python3-setuptools-40.5.0-6.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-six-1.11.0-4.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-six-1.11.0-4.3.2">python3-six-1.11.0-4.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-slip-0.6.5-4.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-slip-0.6.5-4.21">python3-slip-0.6.5-4.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-slip-dbus-0.6.5-4.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-slip-dbus-0.6.5-4.21">python3-slip-dbus-0.6.5-4.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-solv-0.7.16-3.29.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-solv-0.7.16-3.29.2">python3-solv-0.7.16-3.29.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-talloc-2.1.14-5.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-talloc-2.1.14-5.22">python3-talloc-2.1.14-5.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-targetcli-fb-2.1.49-10.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-targetcli-fb-2.1.49-10.9.1">python3-targetcli-fb-2.1.49-10.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-urllib3-1.24-9.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-urllib3-1.24-9.10.1">python3-urllib3-1.24-9.10.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-urwid-2.0.1-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-urwid-2.0.1-1.15">python3-urwid-2.0.1-1.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-zypp-plugin-0.6.3-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-zypp-plugin-0.6.3-2.18">python3-zypp-plugin-0.6.3-2.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="quota-4.05-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:quota-4.05-3.9.1">quota-4.05-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="release-notes-ha-15.1.20200207-8.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:release-notes-ha-15.1.20200207-8.5.1">release-notes-ha-15.1.20200207-8.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="release-notes-sles-for-sap-15.1.20180928-4.67" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:release-notes-sles-for-sap-15.1.20180928-4.67">release-notes-sles-for-sap-15.1.20180928-4.67 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="resource-agents-4.3.0184.6ee15eb2-4.39.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:resource-agents-4.3.0184.6ee15eb2-4.39.1">resource-agents-4.3.0184.6ee15eb2-4.39.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rpcbind-0.2.3-5.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:rpcbind-0.2.3-5.9.2">rpcbind-0.2.3-5.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rpm-4.14.1-10.19.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:rpm-4.14.1-10.19.8">rpm-4.14.1-10.19.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsync-3.1.3-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:rsync-3.1.3-4.3.1">rsync-3.1.3-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsyslog-8.33.1-3.31.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:rsyslog-8.33.1-3.31.2">rsyslog-8.33.1-3.31.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby-2.5-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby-2.5-1.21">ruby-2.5-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby-common-2.1-3.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby-common-2.1-3.15">ruby-common-2.1-3.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-2.5.8-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-2.5.8-4.11.1">ruby2.5-2.5.8-4.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-abstract_method-1.2.1-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-abstract_method-1.2.1-1.28">ruby2.5-rubygem-abstract_method-1.2.1-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26">ruby2.5-rubygem-actioncable-5_1-5.1.4-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26">ruby2.5-rubygem-actionmailer-5_1-5.1.4-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1">ruby2.5-rubygem-actionpack-5_1-5.1.4-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1">ruby2.5-rubygem-actionview-5_1-5.1.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1">ruby2.5-rubygem-activejob-5_1-5.1.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26">ruby2.5-rubygem-activemodel-5_1-5.1.4-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21">ruby2.5-rubygem-activerecord-5_1-5.1.4-3.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1">ruby2.5-rubygem-activesupport-5_1-5.1.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-arel-8.0.0-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-arel-8.0.0-1.26">ruby2.5-rubygem-arel-8.0.0-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-axiom-types-0.1.1-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-axiom-types-0.1.1-1.28">ruby2.5-rubygem-axiom-types-0.1.1-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-builder-3.2.3-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-builder-3.2.3-1.29">ruby2.5-rubygem-builder-3.2.3-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-bundler-1.16.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-bundler-1.16.1-3.3.1">ruby2.5-rubygem-bundler-1.16.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cfa-0.7.0-4.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-cfa-0.7.0-4.2">ruby2.5-rubygem-cfa-0.7.0-4.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cfa_grub2-1.0.1-4.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-cfa_grub2-1.0.1-4.2">ruby2.5-rubygem-cfa_grub2-1.0.1-4.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cheetah-0.5.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-cheetah-0.5.0-1.28">ruby2.5-rubygem-cheetah-0.5.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-coercible-1.0.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-coercible-1.0.0-1.28">ruby2.5-rubygem-coercible-1.0.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28">ruby2.5-rubygem-concurrent-ruby-1.0.5-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-crass-1.0.3-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-crass-1.0.3-1.19">ruby2.5-rubygem-crass-1.0.3-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-descendants_tracker-0.0.4-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-descendants_tracker-0.0.4-1.28">ruby2.5-rubygem-descendants_tracker-0.0.4-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-equalizer-0.0.11-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-equalizer-0.0.11-1.28">ruby2.5-rubygem-equalizer-0.0.11-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-erubi-1.7.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-erubi-1.7.0-1.19">ruby2.5-rubygem-erubi-1.7.0-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-fast_gettext-1.6.0-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-fast_gettext-1.6.0-1.18">ruby2.5-rubygem-fast_gettext-1.6.0-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-ffi-1.9.18-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-ffi-1.9.18-1.31">ruby2.5-rubygem-ffi-1.9.18-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-gem2rpm-0.10.1-3.45" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-gem2rpm-0.10.1-3.45">ruby2.5-rubygem-gem2rpm-0.10.1-3.45 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-gettext-3.2.5-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-gettext-3.2.5-1.17">ruby2.5-rubygem-gettext-3.2.5-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28">ruby2.5-rubygem-gettext_i18n_rails-1.8.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28">ruby2.5-rubygem-gettext_i18n_rails_js-1.3.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-globalid-0.4.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-globalid-0.4.1-1.24">ruby2.5-rubygem-globalid-0.4.1-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-i18n-0.9.1-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-i18n-0.9.1-1.21">ruby2.5-rubygem-i18n-0.9.1-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-ice_nine-0.11.2-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-ice_nine-0.11.2-1.29">ruby2.5-rubygem-ice_nine-0.11.2-1.29 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-js-routes-1.4.1-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-js-routes-1.4.1-1.26">ruby2.5-rubygem-js-routes-1.4.1-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-kramdown-1.15.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-kramdown-1.15.0-1.28">ruby2.5-rubygem-kramdown-1.15.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-locale-2.1.2-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-locale-2.1.2-1.28">ruby2.5-rubygem-locale-2.1.2-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-loofah-2.2.2-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-loofah-2.2.2-4.3.1">ruby2.5-rubygem-loofah-2.2.2-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-mail-2.7.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-mail-2.7.1-3.3.1">ruby2.5-rubygem-mail-2.7.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-method_source-0.9.0-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-method_source-0.9.0-1.26">ruby2.5-rubygem-method_source-0.9.0-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-mini_mime-1.0.0-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-mini_mime-1.0.0-1.17">ruby2.5-rubygem-mini_mime-1.0.0-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-mini_portile2-2.3.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-mini_portile2-2.3.0-1.27">ruby2.5-rubygem-mini_portile2-2.3.0-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-nio4r-2.1.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-nio4r-2.1.0-1.28">ruby2.5-rubygem-nio4r-2.1.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-nokogiri-1.8.5-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-nokogiri-1.8.5-3.6.1">ruby2.5-rubygem-nokogiri-1.8.5-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-po_to_json-1.0.1-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-po_to_json-1.0.1-1.28">ruby2.5-rubygem-po_to_json-1.0.1-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-puma-4.3.5-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-puma-4.3.5-3.3.1">ruby2.5-rubygem-puma-4.3.5-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rack-2.0.8-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rack-2.0.8-3.3.1">ruby2.5-rubygem-rack-2.0.8-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28">ruby2.5-rubygem-rack-test-0_6-0.6.3-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rails-5_1-5.1.4-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rails-5_1-5.1.4-1.26">ruby2.5-rubygem-rails-5_1-5.1.4-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28">ruby2.5-rubygem-rails-dom-testing-2.0.3-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11">ruby2.5-rubygem-rails-html-sanitizer-1.0.4-2.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1">ruby2.5-rubygem-railties-5_1-5.1.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rb-fsevent-0.10.2-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rb-fsevent-0.10.2-1.26">ruby2.5-rubygem-rb-fsevent-0.10.2-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-rb-inotify-0.9.10-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-rb-inotify-0.9.10-1.26">ruby2.5-rubygem-rb-inotify-0.9.10-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-ruby-augeas-0.5.0-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-ruby-augeas-0.5.0-1.31">ruby2.5-rubygem-ruby-augeas-0.5.0-1.31 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-ruby-dbus-0.14.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-ruby-dbus-0.14.0-1.27">ruby2.5-rubygem-ruby-dbus-0.14.0-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-sass-3.5.3-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-sass-3.5.3-1.19">ruby2.5-rubygem-sass-3.5.3-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-sass-listen-4.0.0-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-sass-listen-4.0.0-1.26">ruby2.5-rubygem-sass-listen-4.0.0-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-sass-rails-5.0.7-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-sass-rails-5.0.7-1.21">ruby2.5-rubygem-sass-rails-5.0.7-1.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-simpleidn-0.0.9-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-simpleidn-0.0.9-1.17">ruby2.5-rubygem-simpleidn-0.0.9-1.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-sprockets-3.7.2-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-sprockets-3.7.2-3.3.1">ruby2.5-rubygem-sprockets-3.7.2-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-sprockets-rails-3.2.1-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-sprockets-rails-3.2.1-1.26">ruby2.5-rubygem-sprockets-rails-3.2.1-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-text-1.3.1-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-text-1.3.1-1.28">ruby2.5-rubygem-text-1.3.1-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-thor-0.20.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-thor-0.20.0-1.27">ruby2.5-rubygem-thor-0.20.0-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-thread_safe-0.3.6-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-thread_safe-0.3.6-1.28">ruby2.5-rubygem-thread_safe-0.3.6-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-tilt-2.0.8-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-tilt-2.0.8-1.27">ruby2.5-rubygem-tilt-2.0.8-1.27 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-tzinfo-1.2.4-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-tzinfo-1.2.4-1.23">ruby2.5-rubygem-tzinfo-1.2.4-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-virtus-1.0.5-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-virtus-1.0.5-1.28">ruby2.5-rubygem-virtus-1.0.5-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25">ruby2.5-rubygem-websocket-driver-0_6-0.6.5-1.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-websocket-extensions-0.1.3-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-rubygem-websocket-extensions-0.1.3-1.18">ruby2.5-rubygem-websocket-extensions-0.1.3-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-stdlib-2.5.8-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ruby2.5-stdlib-2.5.8-4.11.1">ruby2.5-stdlib-2.5.8-4.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-3000-24.1">salt-3000-24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-minion-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-minion-3000-24.1">salt-minion-3000-24.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1">samba-libs-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1">samba-libs-python3-4.9.5+git.383.7b7f8f14df8-3.47.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sapconf-5.0.0-7.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sapconf-5.0.0-7.12.2">sapconf-5.0.0-7.12.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sbd-1.4.1+20200807.883c2f8-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sbd-1.4.1+20200807.883c2f8-3.9.2">sbd-1.4.1+20200807.883c2f8-3.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="scout-0.2.2+20190613.e6c2668-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:scout-0.2.2+20190613.e6c2668-6.3.2">scout-0.2.2+20190613.e6c2668-6.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="screen-4.6.2-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:screen-4.6.2-5.3.1">screen-4.6.2-5.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sed-4.4-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sed-4.4-2.11">sed-4.4-2.11 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="setxkbmap-1.3.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:setxkbmap-1.3.1-1.24">setxkbmap-1.3.1-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sg3_utils-1.44~763+19.1ed0757-9.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sg3_utils-1.44~763+19.1ed0757-9.3.1">sg3_utils-1.44~763+19.1ed0757-9.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shadow-4.6-3.5.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:shadow-4.6-3.5.6">shadow-4.6-3.5.6 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shared-mime-info-1.9-2.37" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:shared-mime-info-1.9-2.37">shared-mime-info-1.9-2.37 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sharutils-4.15.2-2.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sharutils-4.15.2-2.21">sharutils-4.15.2-2.21 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shim-15+git47-3.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:shim-15+git47-3.13.1">shim-15+git47-3.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="snmp-mibs-5.7.3-8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:snmp-mibs-5.7.3-8.24">snmp-mibs-5.7.3-8.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sqlite3-3.28.0-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sqlite3-3.28.0-3.9.2">sqlite3-3.28.0-3.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="strace-4.2-2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:strace-4.2-2.2">strace-4.2-2.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.8.22-4.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sudo-1.8.22-4.15.1">sudo-1.8.22-4.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="supportutils-3.1.9-5.24.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:supportutils-3.1.9-5.24.3">supportutils-3.1.9-5.24.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="supportutils-plugin-suse-public-cloud-1.0.5-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:supportutils-plugin-suse-public-cloud-1.0.5-3.6.1">supportutils-plugin-suse-public-cloud-1.0.5-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="suse-build-key-12.0-8.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:suse-build-key-12.0-8.14.1">suse-build-key-12.0-8.14.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="suse-module-tools-15.1.22-3.16.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:suse-module-tools-15.1.22-3.16.1">suse-module-tools-15.1.22-3.16.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysconfig-0.85.6-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysconfig-0.85.6-3.6.1">sysconfig-0.85.6-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysconfig-netconfig-0.85.6-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysconfig-netconfig-0.85.6-3.6.1">sysconfig-netconfig-0.85.6-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysfsutils-2.1.0-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysfsutils-2.1.0-3.3.1">sysfsutils-2.1.0-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="syslog-service-2.0-2.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:syslog-service-2.0-2.23">syslog-service-2.0-2.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysstat-12.0.2-3.27.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysstat-12.0.2-3.27.1">sysstat-12.0.2-3.27.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-hardware-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-group-hardware-20170617-4.155">system-group-hardware-20170617-4.155 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-role-sles4sap-15.1.1-5.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-role-sles4sap-15.1.1-5.2">system-role-sles4sap-15.1.1-5.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-lp-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-user-lp-20170617-4.155">system-user-lp-20170617-4.155 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-man-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-user-man-20170617-4.155">system-user-man-20170617-4.155 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-nobody-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-user-nobody-20170617-4.155">system-user-nobody-20170617-4.155 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-root-20190513-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-user-root-20190513-3.3.1">system-user-root-20190513-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-uuidd-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:system-user-uuidd-20170617-4.155">system-user-uuidd-20170617-4.155 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:systemd-234-24.72.1">systemd-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-presets-branding-SLE-15.1-20.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:systemd-presets-branding-SLE-15.1-20.5.1">systemd-presets-branding-SLE-15.1-20.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-presets-common-SUSE-15-6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:systemd-presets-common-SUSE-15-6.1">systemd-presets-common-SUSE-15-6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-sysvinit-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:systemd-sysvinit-234-24.72.1">systemd-sysvinit-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysuser-shadow-2.0-4.2.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysuser-shadow-2.0-4.2.8">sysuser-shadow-2.0-4.2.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysvinit-tools-2.88+-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:sysvinit-tools-2.88+-1.26">sysvinit-tools-2.88+-1.26 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tar-1.3-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tar-1.3-3.3.2">tar-1.3-3.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="targetcli-fb-common-2.1.49-10.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:targetcli-fb-common-2.1.49-10.9.1">targetcli-fb-common-2.1.49-10.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tcl-8.6.7-7.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tcl-8.6.7-7.6.1">tcl-8.6.7-7.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tcpd-7.6-1.433" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tcpd-7.6-1.433">tcpd-7.6-1.433 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tcpdump-4.9.2-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tcpdump-4.9.2-3.12.1">tcpdump-4.9.2-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tcsh-6.20.00-4.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tcsh-6.20.00-4.12.1">tcsh-6.20.00-4.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tdb-tools-1.3.16-4.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tdb-tools-1.3.16-4.23">tdb-tools-1.3.16-4.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="telnet-1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:telnet-1.2-1.3">telnet-1.2-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="terminfo-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:terminfo-6.1-5.6.2">terminfo-6.1-5.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="terminfo-base-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:terminfo-base-6.1-5.6.2">terminfo-base-6.1-5.6.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="thin-provisioning-tools-0.7.5-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:thin-provisioning-tools-0.7.5-1.24">thin-provisioning-tools-0.7.5-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="timezone-2021a-3.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:timezone-2021a-3.44.1">timezone-2021a-3.44.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tuned-2.10.0-11.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:tuned-2.10.0-11.3.2">tuned-2.10.0-11.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-NM-1_0-1.10.6-5.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:typelib-1_0-NM-1_0-1.10.6-5.12.1">typelib-1_0-NM-1_0-1.10.6-5.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="udev-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:udev-234-24.72.1">udev-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="unzip-6.0-4.8.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:unzip-6.0-4.8.13">unzip-6.0-4.8.13 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="update-alternatives-1.19.0.4-2.48" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:update-alternatives-1.19.0.4-2.48">update-alternatives-1.19.0.4-2.48 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="util-linux-2.33.1-4.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:util-linux-2.33.1-4.13.1">util-linux-2.33.1-4.13.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="util-linux-systemd-2.33.1-4.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:util-linux-systemd-2.33.1-4.13.2">util-linux-systemd-2.33.1-4.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="uuidd-2.33.1-4.13.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:uuidd-2.33.1-4.13.2">uuidd-2.33.1-4.13.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="vim-8.0.1568-5.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:vim-8.0.1568-5.11.1">vim-8.0.1568-5.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="vim-data-common-8.0.1568-5.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:vim-data-common-8.0.1568-5.11.1">vim-data-common-8.0.1568-5.11.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="virt-what-1.15-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:virt-what-1.15-1.2">virt-what-1.15-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wallpaper-branding-SLE-15-12.48" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:wallpaper-branding-SLE-15-12.48">wallpaper-branding-SLE-15-12.48 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wget-1.20.3-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:wget-1.20.3-3.9.2">wget-1.20.3-3.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="which-2.21-2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:which-2.21-2.2">which-2.21-2.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wicked-0.6.64-3.19.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:wicked-0.6.64-3.19.9">wicked-0.6.64-3.19.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wicked-service-0.6.64-3.19.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:wicked-service-0.6.64-3.19.9">wicked-service-0.6.64-3.19.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xauth-1.0.10-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xauth-1.0.10-1.24">xauth-1.0.10-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xbitmaps-1.1.1-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xbitmaps-1.1.1-1.2">xbitmaps-1.1.1-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xdg-menu-0.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xdg-menu-0.2-1.23">xdg-menu-0.2-1.23 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xdg-utils-20170508-3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xdg-utils-20170508-3.2">xdg-utils-20170508-3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xfsprogs-4.15.0-4.27.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xfsprogs-4.15.0-4.27.1">xfsprogs-4.15.0-4.27.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xinit-1.4.0-6.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xinit-1.4.0-6.17">xinit-1.4.0-6.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xkbcomp-1.4.1-1.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xkbcomp-1.4.1-1.9">xkbcomp-1.4.1-1.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xkeyboard-config-2.23.1-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xkeyboard-config-2.23.1-3.6.1">xkeyboard-config-2.23.1-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xmodmap-1.0.9-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xmodmap-1.0.9-1.24">xmodmap-1.0.9-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xorg-x11-Xvnc-1.9.0-19.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xorg-x11-Xvnc-1.9.0-19.9.1">xorg-x11-Xvnc-1.9.0-19.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xorg-x11-fonts-core-7.6-3.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xorg-x11-fonts-core-7.6-3.9">xorg-x11-fonts-core-7.6-3.9 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xrdb-1.1.0-3.4.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xrdb-1.1.0-3.4.1">xrdb-1.1.0-3.4.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xsetroot-1.1.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xsetroot-1.1.1-1.24">xsetroot-1.1.1-1.24 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xtables-plugins-1.6.2-1.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xtables-plugins-1.6.2-1.12">xtables-plugins-1.6.2-1.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xterm-bin-330-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xterm-bin-330-2.22">xterm-bin-330-2.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xz-5.2.3-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:xz-5.2.3-4.3.1">xz-5.2.3-4.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-4.1.79-3.22.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-4.1.79-3.22.1">yast2-4.1.79-3.22.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-add-on-4.1.14-3.10.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-add-on-4.1.14-3.10.3">yast2-add-on-4.1.14-3.10.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-audit-laf-4.1.1-4.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-audit-laf-4.1.1-4.56">yast2-audit-laf-4.1.1-4.56 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-bootloader-4.1.26-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-bootloader-4.1.26-3.5.1">yast2-bootloader-4.1.26-3.5.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-cluster-4.1.7-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-cluster-4.1.7-3.9.1">yast2-cluster-4.1.7-3.9.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-control-center-4.1.7-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-control-center-4.1.7-1.19">yast2-control-center-4.1.7-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-control-center-qt-4.1.7-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-control-center-qt-4.1.7-1.19">yast2-control-center-qt-4.1.7-1.19 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-core-4.1.0-5.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-core-4.1.0-5.18">yast2-core-4.1.0-5.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-country-4.1.14-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-country-4.1.14-3.6.1">yast2-country-4.1.14-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-country-data-4.1.14-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-country-data-4.1.14-3.6.1">yast2-country-data-4.1.14-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-dhcp-server-4.1.5-10.84" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-dhcp-server-4.1.5-10.84">yast2-dhcp-server-4.1.5-10.84 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-dns-server-4.1.4-9.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-dns-server-4.1.4-9.3.2">yast2-dns-server-4.1.4-9.3.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-drbd-4.1.0-5.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-drbd-4.1.0-5.56">yast2-drbd-4.1.0-5.56 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-firewall-4.1.12-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-firewall-4.1.12-1.2">yast2-firewall-4.1.12-1.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ftp-server-4.1.9-9.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-ftp-server-4.1.9-9.8.1">yast2-ftp-server-4.1.9-9.8.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-hardware-detection-4.1.0-1.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-hardware-detection-4.1.0-1.14">yast2-hardware-detection-4.1.0-1.14 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-http-server-4.1.5-3.3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-http-server-4.1.5-3.3.3">yast2-http-server-4.1.5-3.3.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-installation-4.1.50-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-installation-4.1.50-3.15.1">yast2-installation-4.1.50-3.15.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iplb-4.1.0-5.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-iplb-4.1.0-5.56">yast2-iplb-4.1.0-5.56 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iscsi-client-4.1.10-3.7.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-iscsi-client-4.1.10-3.7.6">yast2-iscsi-client-4.1.10-3.7.6 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iscsi-lio-server-4.1.7-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-iscsi-lio-server-4.1.7-3.3.1">yast2-iscsi-lio-server-4.1.7-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-journal-4.1.5-6.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-journal-4.1.5-6.56">yast2-journal-4.1.5-6.56 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-kdump-4.1.1-6.82" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-kdump-4.1.1-6.82">yast2-kdump-4.1.1-6.82 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ldap-4.1.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-ldap-4.1.0-1.28">yast2-ldap-4.1.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-logs-4.1.79-3.22.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-logs-4.1.79-3.22.1">yast2-logs-4.1.79-3.22.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-mail-4.1.2-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-mail-4.1.2-7.3.1">yast2-mail-4.1.2-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-network-4.1.53-3.12.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-network-4.1.53-3.12.7">yast2-network-4.1.53-3.12.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-client-4.1.8-3.7.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-nfs-client-4.1.8-3.7.7">yast2-nfs-client-4.1.8-3.7.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-common-4.1.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-nfs-common-4.1.1-3.3.1">yast2-nfs-common-4.1.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-server-4.1.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-nfs-server-4.1.1-3.3.1">yast2-nfs-server-4.1.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nis-client-4.1.1-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-nis-client-4.1.1-1.22">yast2-nis-client-4.1.1-1.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nis-server-4.1.1-5.84" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-nis-server-4.1.1-5.84">yast2-nis-server-4.1.1-5.84 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ntp-client-4.1.12-3.10.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-ntp-client-4.1.12-3.10.7">yast2-ntp-client-4.1.12-3.10.7 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-online-update-4.1.0-1.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-online-update-4.1.0-1.44">yast2-online-update-4.1.0-1.44 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-online-update-frontend-4.1.0-1.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-online-update-frontend-4.1.0-1.44">yast2-online-update-frontend-4.1.0-1.44 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-packager-4.1.52-3.23.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-packager-4.1.52-3.23.1">yast2-packager-4.1.52-3.23.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-pam-4.1.0-1.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-pam-4.1.0-1.13">yast2-pam-4.1.0-1.13 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-perl-bindings-4.1.0-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-perl-bindings-4.1.0-1.18">yast2-perl-bindings-4.1.0-1.18 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-pkg-bindings-4.1.3-3.8.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-pkg-bindings-4.1.3-3.8.8">yast2-pkg-bindings-4.1.3-3.8.8 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-printer-4.1.1-1.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-printer-4.1.1-1.12">yast2-printer-4.1.1-1.12 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-proxy-4.1.1-7.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-proxy-4.1.1-7.3.1">yast2-proxy-4.1.1-7.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-python3-bindings-4.1.0-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-python3-bindings-4.1.0-1.16">yast2-python3-bindings-4.1.0-1.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-registration-4.1.26-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-registration-4.1.26-3.12.1">yast2-registration-4.1.26-3.12.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ruby-bindings-4.1.4-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-ruby-bindings-4.1.4-1.15">yast2-ruby-bindings-4.1.4-1.15 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-samba-client-4.1.3-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-samba-client-4.1.3-3.3.1">yast2-samba-client-4.1.3-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-samba-server-4.1.5-10.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-samba-server-4.1.5-10.5.3">yast2-samba-server-4.1.5-10.5.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sap-ha-1.0.8-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-sap-ha-1.0.8-3.6.1">yast2-sap-ha-1.0.8-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sap-scp-1.0.4-1.62" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-sap-scp-1.0.4-1.62">yast2-sap-scp-1.0.4-1.62 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sap-scp-prodlist-1.0.4-1.49" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-sap-scp-prodlist-1.0.4-1.49">yast2-sap-scp-prodlist-1.0.4-1.49 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-saptune-1.3-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-saptune-1.3-3.3.1">yast2-saptune-1.3-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-schema-4.1.8-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-schema-4.1.8-3.6.1">yast2-schema-4.1.8-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-security-4.1.4-8.5.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-security-4.1.4-8.5.4">yast2-security-4.1.4-8.5.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-services-manager-4.1.15-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-services-manager-4.1.15-3.3.1">yast2-services-manager-4.1.15-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-slp-4.1.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-slp-4.1.0-1.28">yast2-slp-4.1.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-squid-4.1.4-7.57" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-squid-4.1.4-7.57">yast2-squid-4.1.4-7.57 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-storage-ng-4.1.97-3.33.10" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-storage-ng-4.1.97-3.33.10">yast2-storage-ng-4.1.97-3.33.10 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sudo-4.1.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-sudo-4.1.1-3.3.1">yast2-sudo-4.1.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-support-4.1.1-9.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-support-4.1.1-9.3.1">yast2-support-4.1.1-9.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sysconfig-4.1.2-6.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-sysconfig-4.1.2-6.56">yast2-sysconfig-4.1.2-6.56 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-tftp-server-4.1.7-1.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-tftp-server-4.1.7-1.4">yast2-tftp-server-4.1.7-1.4 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-trans-en_US-84.87.20190418.408a34e118-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-trans-en_US-84.87.20190418.408a34e118-1.3">yast2-trans-en_US-84.87.20190418.408a34e118-1.3 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-trans-stats-2.19.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-trans-stats-2.19.0-1.28">yast2-trans-stats-2.19.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-transfer-4.1.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-transfer-4.1.0-1.28">yast2-transfer-4.1.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-tune-4.1.0-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-tune-4.1.0-1.28">yast2-tune-4.1.0-1.28 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-update-4.1.12-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-update-4.1.12-3.9.2">yast2-update-4.1.12-3.9.2 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-users-4.1.14-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-users-4.1.14-3.6.1">yast2-users-4.1.14-3.6.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-xml-4.1.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-xml-4.1.1-3.3.1">yast2-xml-4.1.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ycp-ui-bindings-4.1.0-4.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yast2-ycp-ui-bindings-4.1.0-4.25">yast2-ycp-ui-bindings-4.1.0-4.25 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yp-tools-4.2.2-3.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:yp-tools-4.2.2-3.16">yp-tools-4.2.2-3.16 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zip-3.0-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:zip-3.0-2.22">zip-3.0-2.22 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zsh-5.6-5.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:zsh-5.6-5.17">zsh-5.6-5.17 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypper-1.14.40-3.25.10" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:zypper-1.14.40-3.25.10">zypper-1.14.40-3.25.10 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1">zypper-migration-plugin-0.12.1590748670.86b0749-6.7.1 as a component of Public Cloud Image google/sles-15-sp1-sap-byos-v20210303</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">The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.</Note>
    </Notes>
    <CVE>CVE-2019-20916</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-3.6.12-3.75.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-curses-3.6.12-3.75.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">The iconv feature in the GNU C Library (aka glibc or libc6) through 2.32, when processing invalid multi-byte input sequences in the EUC-KR encoding, may have a buffer over-read.</Note>
    </Notes>
    <CVE>CVE-2019-25013</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.1</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">Vulnerability in the Java SE product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 11.0.8 and 15. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 5.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N).</Note>
    </Notes>
    <CVE>CVE-2020-14803</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:java-1_8_0-ibm-1.8.0_sr6.25-3.50.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">In containerd (an industry-standard container runtime) before version 1.2.14 there is a credential leaking vulnerability. If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a “foreign layer”), the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 or later, the default containerd resolver will provide its authentication credentials if the server where the URL is located presents an HTTP 401 status code along with registry-specific HTTP headers. If an attacker publishes a public image with a manifest that directs one of the layers to be fetched from a web server they control and they trick a user or system into pulling the image, they can obtain the credentials used for pulling that image. In some cases, this may be the user's username and password for the registry. In other cases, this may be the credentials attached to the cloud virtual instance which can grant access to other cloud resources in the account. The default containerd resolver is used by the cri-containerd plugin (which can be used by Kubernetes), the ctr development tool, and other client programs that have explicitly linked against it. This vulnerability has been fixed in containerd 1.2.14. containerd 1.3 and later are not affected. If you are using containerd 1.3 or later, you are not affected. If you are using cri-containerd in the 1.2 series or prior, you should ensure you only pull images from trusted sources. Other container runtimes built on top of containerd but not using the default resolver (such as Docker) are not affected.</Note>
    </Notes>
    <CVE>CVE-2020-15157</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:containerd-1.3.9-5.29.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.6</BaseScore>
        <Vector>AV:N/AC:H/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the "host" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.</Note>
    </Notes>
    <CVE>CVE-2020-15257</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:containerd-1.3.9-5.29.3</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:docker-19.03.15_ce-6.46.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">In the Linux kernel through 5.8.7, local attackers able to inject conntrack netlink configuration could overflow a local buffer, causing crashes or triggering use of incorrect protocol numbers in ctnetlink_parse_tuple_filter in net/netfilter/nf_conntrack_netlink.c, aka CID-1cc5ef91d2ff.</Note>
    </Notes>
    <CVE>CVE-2020-25211</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. The rmmod implementation allows the unloading of a module used as a dependency without checking if any other dependent module is still loaded leading to a use-after-free scenario. This could allow arbitrary code to be executed or a bypass of Secure Boot protections. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-25632</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 NULL pointer dereference flaw was found in the Linux kernel's GPU Nouveau driver functionality in versions prior to 5.12-rc1 in the way the user calls ioctl DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC. This flaw allows a local user to crash the system.</Note>
    </Notes>
    <CVE>CVE-2020-25639</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. During USB device initialization, descriptors are read with very little bounds checking and assumes the USB device is providing sane values. If properly exploited, an attacker could trigger memory corruption leading to arbitrary code execution allowing a bypass of the Secure Boot mechanism. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-25647</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">In Eclipse OpenJ9 up to and including version 0.23, there is potential for a stack-based buffer overflow when the virtual machine or JNI natives are converting from UTF-8 characters to platform encoding.</Note>
    </Notes>
    <CVE>CVE-2020-27221</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:java-1_8_0-ibm-1.8.0_sr6.25-3.50.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>critical</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid multi-byte input sequences in IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399 encodings, fails to advance the input state, which could lead to an infinite loop in applications, resulting in a denial of service, a different vulnerability from CVE-2016-10228.</Note>
    </Notes>
    <CVE>CVE-2020-27618</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in the Linux kernel through 5.9.1, as used with Xen through 4.14.x. Guest OS users can cause a denial of service (host OS hang) via a high rate of events to dom0, aka CID-e99502f76271.</Note>
    </Notes>
    <CVE>CVE-2020-27673</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in the Linux kernel through 5.9.1, as used with Xen through 4.14.x. drivers/xen/events/events_base.c allows event-channel removal during the event-handling loop (a race condition). This can cause a use-after-free or NULL pointer dereference, as demonstrated by a dom0 crash via events for an in-reconfiguration paravirtualized device, aka CID-073d0552ead5.</Note>
    </Notes>
    <CVE>CVE-2020-27675</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. Variable names present are expanded in the supplied command line into their corresponding variable contents, using a 1kB stack buffer for temporary storage, without sufficient bounds checking. If the function is called with a command line that references a variable with a sufficiently large payload, it is possible to overflow the stack buffer, corrupt the stack frame and control execution which could also circumvent Secure Boot protections. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-27749</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. The cutmem command does not honor secure boot locking allowing an privileged attacker to remove address ranges from memory creating an opportunity to circumvent SecureBoot protections after proper triage about grub's memory layout. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-27779</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in the Linux kernel’s implementation of MIDI, where an attacker with a local account and the permissions to issue ioctl commands to midi devices could trigger a use-after-free issue. A write to this specific memory while freed and before use causes the flow of execution to change and possibly allow for memory corruption or privilege escalation. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-27786</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 use after free in the Linux kernel infiniband hfi1 driver in versions prior to 5.10-rc6 was found in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system.</Note>
    </Notes>
    <CVE>CVE-2020-27835</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in SaltStack Salt before 3002.5. The minion's restartcheck is vulnerable to command injection via a crafted process name. This allows for a local privilege escalation by any user able to create a files on the minion in a non-blacklisted directory.</Note>
    </Notes>
    <CVE>CVE-2020-28243</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-minion-3000-24.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.</Note>
    </Notes>
    <CVE>CVE-2020-28493</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-Jinja2-2.10.1-3.10.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">The iconv function in the GNU C Library (aka glibc or libc6) 2.30 to 2.32, when converting UCS4 text containing an irreversible character, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.</Note>
    </Notes>
    <CVE>CVE-2020-29562</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:N/AC:H/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in Xen through 4.14.x. Some OSes (such as Linux, FreeBSD, and NetBSD) are processing watch events using a single thread. If the events are received faster than the thread is able to handle, they will get queued. As the queue is unbounded, a guest may be able to trigger an OOM in the backend. All systems with a FreeBSD, Linux, or NetBSD (any version) dom0 are vulnerable.</Note>
    </Notes>
    <CVE>CVE-2020-29568</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in the Linux kernel through 5.10.1, as used with Xen through 4.14.x. The Linux kernel PV block backend expects the kernel thread handler to reset ring-&gt;xenblkd to NULL when stopped. However, the handler may not have time to run if the frontend quickly toggles between the states connect and disconnect. As a consequence, the block backend may re-use a pointer after it was freed. A misbehaving guest can trigger a dom0 crash by continuously connecting / disconnecting a block frontend. Privilege escalation and information leaks cannot be ruled out. This only affects systems with a Linux blkback.</Note>
    </Notes>
    <CVE>CVE-2020-29569</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">sysdeps/i386/ldbl2mpn.c in the GNU C Library (aka glibc or libc6) before 2.23 on x86 targets has a stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern, as seen when passing a \x00\x04\x00\x00\x00\x00\x00\x00\x00\x04 value to sprintf. NOTE: the issue does not affect glibc by default in 2016 or later (i.e., 2.23 or later) because of commits made in 2015 for inlining of C99 math functions through use of GCC built-ins. In other words, the reference to 2.23 is intentional despite the mention of "Fixed for glibc 2.33" in the 26649 reference.</Note>
    </Notes>
    <CVE>CVE-2020-29573</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND's default settings the vulnerable code path is not exposed, but a server can be rendered vulnerable by explicitly setting valid values for the tkey-gssapi-keytab or tkey-gssapi-credentialconfiguration options. Although the default configuration is not vulnerable, GSS-TSIG is frequently used in networks where BIND is integrated with Samba, as well as in mixed-server environments that combine BIND servers with Active Directory domain controllers. The most likely outcome of a successful exploitation of the vulnerability is a crash of the named process. However, remote code execution, while unproven, is theoretically possible. Affects: BIND 9.5.0 -&gt; 9.11.27, 9.12.0 -&gt; 9.16.11, and versions BIND 9.11.3-S1 -&gt; 9.11.27-S1 and 9.16.8-S1 -&gt; 9.16.11-S1 of BIND Supported Preview Edition. Also release versions 9.17.0 -&gt; 9.17.1 of the BIND 9.17 development branch</Note>
    </Notes>
    <CVE>CVE-2020-8625</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:bind-utils-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libbind9-1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libdns1605-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libirs1601-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisc1606-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisccc1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libisccfg1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libns1604-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-bind-9.16.6-12.44.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.8</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">In tun_get_user of tun.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges required. User interaction is not required for exploitation. Product: Android; Versions: Android kernel; Android ID: A-146554327.</Note>
    </Notes>
    <CVE>CVE-2021-0342</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in the Linux kernel's implementation of string matching within a packet. A privileged user (with root or CAP_NET_ADMIN) when inserting iptables rules could insert a rule which can panic the system. Kernel before kernel 5.5-rc1 is affected.</Note>
    </Notes>
    <CVE>CVE-2021-20177</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. The option parser allows an attacker to write past the end of a heap-allocated buffer by calling certain commands with a large number of specific short forms of options. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2021-20225</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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 flaw was found in grub2 in versions prior to 2.06. Setparam_prefix() in the menu rendering code performs a length calculation on the assumption that expressing a quoted single quote will require 3 characters, while it actually requires 4 characters which allows an attacker to corrupt memory by one byte for each quote in the input. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2021-20233</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-i386-pc-2.02-26.43.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:grub2-x86_64-efi-2.02-26.43.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using "--userns-remap", if the root user in the remapped namespace has access to the host filesystem they can modify files under "/var/lib/docker/&lt;remapping&gt;" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.</Note>
    </Notes>
    <CVE>CVE-2021-21284</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:docker-19.03.15_ce-6.46.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.7</BaseScore>
        <Vector>AV:A/AC:L/Au:S/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in through SaltStack Salt before 3002.5. salt-api does not honor eauth credentials for the wheel_async client. Thus, an attacker can remotely run any wheel modules on the master.</Note>
    </Notes>
    <CVE>CVE-2021-25281</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:salt-minion-3000-24.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">avahi-daemon-check-dns.sh in the Debian avahi package through 0.8-4 is executed as root via /etc/network/if-up.d/avahi-daemon, and allows a local attacker to cause a denial of service or create arbitrary empty files via a symlink attack on files under /run/avahi-daemon. NOTE: this only affects the packaging for Debian GNU/Linux (used indirectly by SUSE), not the upstream Avahi product.</Note>
    </Notes>
    <CVE>CVE-2021-26720</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libavahi-client3-0.7-3.6.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:libavahi-common3-0.7-3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">encoding.c in GNU Screen through 4.8.0 allows remote attackers to cause a denial of service (invalid write access and application crash) or possibly have unspecified other impact via a crafted UTF-8 character sequence.</Note>
    </Notes>
    <CVE>CVE-2021-26937</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:screen-4.6.2-5.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.</Note>
    </Notes>
    <CVE>CVE-2021-3177</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-3.6.12-3.75.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:python3-curses-3.6.12-3.75.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.</Note>
    </Notes>
    <CVE>CVE-2021-3326</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:nscd-2.26-13.56.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">An issue was discovered in the Linux kernel through 5.10.11. PI futexes have a kernel stack use-after-free during fault handling, allowing local users to execute code in the kernel, aka CID-34b1a1ce1458.</Note>
    </Notes>
    <CVE>CVE-2021-3347</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
  <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">nbd_add_socket in drivers/block/nbd.c in the Linux kernel through 5.10.12 has an ndb_queue_rq use-after-free that could be triggered by local attackers (with access to the nbd device) via an I/O request at a certain point during device setup, aka CID-b98e762e3d71.</Note>
    </Notes>
    <CVE>CVE-2021-3348</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:cluster-md-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:dlm-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:gfs2-kmp-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:kernel-default-4.12.14-197.83.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp1-sap-byos-v20210303:ocfs2-kmp-default-4.12.14-197.83.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
