<?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:229-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:229-1</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2022-09-13T06:58:16Z</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:229-1 / google/sles-15-sp2-sap-byos-v20210303</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This image update for google/sles-15-sp2-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 dracut was updated:

- Update to version 049.1+suse.185.g9324648a:  * 90kernel-modules: arm/arm64: Add reset controllers (bsc#1180336)
  * Prevent creating unexpected files on the host when running dracut (bsc#1176171)

Package drbd-formula was updated:

- Version bump 0.4.0  * Change salt-formulas-configuration requirement in SLE12 codestream
  to a recommendation
  (bsc#1177860)

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)  * 0031-util-mkimage-Remove-unused-code-to-add-BSS-section.patch
  * 0032-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch
  * 0033-util-mkimage-Always-use-grub_host_to_target32-to-ini.patch
  * 0034-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch
  * 0035-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch
  * 0036-util-mkimage-Improve-data_size-value-calculation.patch
  * 0037-util-mkimage-Refactor-section-setup-to-use-a-helper.patch
  * 0038-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch
  * 0039-grub-install-common-Add-sbat-option.patch
- Fix CVE-2021-20225 (bsc#1182262)
  * 0022-lib-arg-Block-repeated-short-options-that-require-an.patch
- Fix CVE-2020-27749 (bsc#1179264)
  * 0024-kern-parser-Fix-resource-leak-if-argc-0.patch
  * 0025-kern-parser-Fix-a-memory-leak.patch
  * 0026-kern-parser-Introduce-process_char-helper.patch
  * 0027-kern-parser-Introduce-terminate_arg-helper.patch
  * 0028-kern-parser-Refactor-grub_parser_split_cmdline-clean.patch
  * 0029-kern-buffer-Add-variable-sized-heap-buffer.patch
  * 0030-kern-parser-Fix-a-stack-buffer-overflow.patch
- Fix CVE-2021-20233 (bsc#1182263)
  * 0023-commands-menuentry-Fix-quoting-in-setparams_prefix.patch
- Fix CVE-2020-25647 (bsc#1177883)
  * 0021-usb-Avoid-possible-out-of-bound-accesses-caused-by-m.patch
- Fix CVE-2020-25632 (bsc#1176711)
  * 0020-dl-Only-allow-unloading-modules-that-are-not-depende.patch
- Fix CVE-2020-27779, CVE-2020-14372 (bsc#1179265) (bsc#1175970)
  * 0001-include-grub-i386-linux.h-Include-missing-grub-types.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-efi-Only-register-shim_lock-verifier-if-shim_lock-pr.patch
  * 0007-verifiers-Move-verifiers-API-to-kernel-image.patch
  * 0008-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch
  * 0009-kern-Add-lockdown-support.patch
  * 0010-kern-lockdown-Set-a-variable-if-the-GRUB-is-locked-d.patch
  * 0011-efi-Lockdown-the-GRUB-when-the-UEFI-Secure-Boot-is-e.patch
  * 0012-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch
  * 0013-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch
  * 0014-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch
  * 0015-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch
  * 0016-commands-setpci-Restrict-setpci-command-when-locked-.patch
  * 0017-commands-hdparm-Restrict-hdparm-command-when-locked-.patch
  * 0018-gdb-Restrict-GDB-access-when-locked-down.patch
  * 0019-loader-xnu-Don-t-allow-loading-extension-and-package.patch
  * 0040-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch
  * 0041-squash-Add-secureboot-support-on-efi-chainloader.patch
  * 0042-squash-grub2-efi-chainload-harder.patch
  * 0043-squash-Don-t-allow-insmod-when-secure-boot-is-enable.patch
  * 0044-squash-kern-Add-lockdown-support.patch
  * 0045-squash-verifiers-Move-verifiers-API-to-kernel-image.patch
- Drop patch supersceded by the new backport
  * 0001-linuxefi-fail-kernel-validation-without-shim-protoco.patch
  * 0001-shim_lock-Disable-GRUB_VERIFY_FLAGS_DEFER_AUTH-if-se.patch
- Add SBAT metadata section to grub.efi
- Drop shim_lock module as it is part of core of grub.efi
  * grub2.spec

Package habootstrap-formula was updated:

- Version bump 0.4.1  * Ass sshkeys to default dictionary to allow usage with this item
  (bsc#1181453)
- Version bump 0.4.0
  * Change salt-formulas-configuration requirement in SLE12 codestream
  to a recommendation
  (bsc#1177860)
- Remove lock states as this is done in crmsh now
- Fix ssh keys management to run them once the first node is
  initialized
- Remove --no-overwrite-sshkey option from the formula
- qdevice support: it can be created when initializing a cluster

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:

- scsi: qla2xxx: Fix description for parameter  ql2xenforce_iocb_limit (bsc#1179142).
- commit f3ce867
- blacklist.conf: no need to fix code for CONFIG_KEXEC_JUMP
- commit 3abe54d
- blacklist.conf: e45122893a98 x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
- commit f36235a
- nbd: freeze the queue while we're adding connections
  (CVE-2021-3348 bsc#1181504).
- commit 78453ee
- leds: trigger: fix potential deadlock with libata (git-fixes).
- commit d410ad0
-  Update patch References tags for futex fixes (bsc#1181349 CVE-2021-3347)
- commit b3fac23
- HID: wacom: Correct NULL dereference on AES pen proximity
  (git-fixes).
- HID: wacom: Fix memory leakage caused by kfifo_alloc
  (git-fixes).
- HID: wacom: Constify attribute_groups (git-fixes).
- HID: wacom: do not call hid_set_drvdata(hdev, NULL) (git-fixes).
- commit c0ccdd7
- ACPI/IORT: Do not blindly trust DMA masks from firmware
  (git-fixes).
- PM: hibernate: flush swap writer after marking (git-fixes).
- ACPI: sysfs: Prefer &amp;quot;/compatible&amp;quot;/ modalias (git-fixes).
- drm/i915: Check for all subplatform bits (git-fixes).
- drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported
  devices (git-fixes).
- commit 274cf96
- iomap: fix WARN_ON_ONCE() from unprivileged users (bsc#1181494).
- commit 2958b80
- net/smc: fix direct access to ib_gid_addr-&amp;gt;ndev in
  smc_ib_determine_gid() (git-fixes).
- net/smc: fix valid DMBE buffer sizes (git-fixes).
- net/smc: fix sock refcounting in case of termination
  (git-fixes).
- net/smc: reset sndbuf_desc if freed (git-fixes).
- net/smc: set rx_off for SMCR explicitly (git-fixes).
- net/smc: fix dmb buffer shortage (git-fixes).
- net/smc: remove freed buffer from list (git-fixes).
- net/smc: switch smcd_dev_list spinlock to mutex (git-fixes).
- net/smc: fix sleep bug in smc_pnet_find_roce_resource()
  (git-fixes).
- net/smc: cancel event worker during device removal (git-fixes).
- net/smc: check for valid ib_client_data (git-fixes).
- net/smc: fix cleanup for linkgroup setup failures (git-fixes).
- net/smc: no peer ID in CLC decline for SMCD (git-fixes).
- net/smc: transfer fasync_list in case of fallback (git-fixes).
- commit a9e7337
- mm: memcontrol: fix missing wakeup polling thread (bsc#1181584).
- commit c0272b7
- blacklist.conf: Add 4230e2deaa48 stop_machine, rcu: Mark functions as notrace
- commit 9596511
- blacklist.conf: Add 15ec0fcff6da kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()
- commit 7773384
- ptrace: Set PF_SUPERPRIV when checking capability (bsc#1163930).
- ptrace: reintroduce usage of subjective credentials in
  ptrace_has_cap() (bsc#1163930).
- commit 1d6137d
- module: delay kobject uevent until after module init call (bsc#1178631).
- Refresh patches.suse/supported-flag
- commit 2796828
- vfio iommu: Add dma available capability (bsc#1179572
  LTC#190110).
- commit 6544fbc
- HID: multitouch: Remove MT_CLS_WIN_8_DUAL (git-fixes).
- Refresh
  patches.suse/HID-quirks-Always-poll-three-more-Lenovo-PixArt-mice.patch.
- commit bed41ce
- can: dev: prevent potential information leak in can_fill_info()
  (git-fixes).
- mt7601u: fix kernel crash unplugging the device (git-fixes).
- mt7601u: fix rx buffer refcounting (git-fixes).
- NFC: fix resource leak when target index is invalid (git-fixes).
- NFC: fix possible resource leak (git-fixes).
- firmware: imx: select SOC_BUS to fix firmware build (git-fixes).
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
  devices (git-fixes).
- media: rc: ensure that uevent can be read directly after rc
  device register (git-fixes).
- HID: multitouch: do not filter mice nodes (git-fixes).
- commit f7694e1
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/0001-futex-Ensure-the-correct-return-value-from-futex_loc.patch
  patches.suse/0002-futex-Replace-pointless-printk-in-fixup_owner.patch
  patches.suse/0003-futex-Provide-and-use-pi_state_update_owner.patch
  patches.suse/0004-rtmutex-Remove-unused-argument-from-rt_mutex_proxy_u.patch
  patches.suse/0005-futex-Use-pi_state_update_owner-in-put_pi_state.patch
  patches.suse/0006-futex-Simplify-fixup_pi_state_owner.patch
  patches.suse/0007-futex-Handle-faults-correctly-for-PI-futexes.patch
- commit 16c5d87
- Move upstreamed sound patches into sorted section
- commit 84af2ff
- ALSA: hda/via: Apply the workaround generically for Clevo
  machines (git-fixes).
- ASoC: ak4458: correct reset polarity (git-fixes).
- ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256
  (git-fixes).
- commit e5943b7
- xfs: show the proper user quota options (bsc#1181538).
- commit e34397a
- 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: Remove unused empty compat_exit_robust_list()
  (bsc#1149032).
- futex: Remove needless goto's (bsc#1149032).
- commit 8a00d32
- x86/hyperv: Fix kexec panic/hang issues (bsc#1176831).
- refresh patches.suse/suse-hv-kabi.patch
- commit 3bdfdcf
- btrfs: send: fix invalid clone operations when cloning from
  the same file and root (bsc#1181511).
- commit 090f75a
- fix patch metadata
- fix Patch-mainline:
  patches.suse/nfsd4-readdirplus-shouldn-t-return-parent-of-export.patch
- commit 2f3e2e1
- 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).
- i2c: bpmp-tegra: Ignore unknown I2C_M flags (git-fixes).
- platform/x86: ideapad-laptop: Disable touchpad_switch for
  ELAN0634 (git-fixes).
- drm/nouveau/kms/nv50-: fix case where notifier buffer is at
  offset 0 (git-fixes).
- drm/nouveau/mmu: fix vram heap sizing (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).
- drm/amdgpu/psp: fix psp gfx ctrl cmds (git-fixes).
- HID: Ignore battery for Elan touchscreen on ASUS UX550
  (git-fixes).
- HID: logitech-dj: add the G602 receiver (git-fixes).
- HID: multitouch: Enable multi-input for Synaptics
  pointstick/touchpad device (git-fixes).
- commit 6194af6
- blacklist.conf: unwanted NFS patches
- commit 6f9f1d0
- nfsd4: readdirplus shouldn't return parent of export
  (git-fixes).
- commit 5e9f700
- nvme-tcp: avoid request double completion for concurrent
  nvme_tcp_timeout (bsc#1181161).
- nvme-rdma: avoid request double completion for concurrent
  nvme_rdma_timeout (bsc#1181161).
- commit 7760e28
- x86/xen: avoid warning in Xen pv guest with
  CONFIG_AMD_MEM_ENCRYPT enabled (bsc#1181335).
- commit ada97e4
- xen-blkfront: allow discard-* nodes to be optional
  (bsc#1181346).
- commit 958c625
- xen/privcmd: allow fetching resource sizes (bsc#1065600).
- commit 21fc6aa
- scsi: ibmvfc: Set default timeout to avoid crash during
  migration (bsc#1181425 ltc#188252).
- commit 9a4138b
- series.conf: cleanup
- rename patches to get rid of numeric prefix (for easier resolve of merge conflict)
  patches.suse/0001-drm-rockchip-Avoid-uninitialized-use-of-endpoint-id-.patch -&amp;gt; patches.suse/drm-rockchip-Avoid-uninitialized-use-of-endpoint-id-.patch
  patches.suse/0002-drm-gma500-fix-double-free-of-gma_connector.patch -&amp;gt; patches.suse/drm-gma500-fix-double-free-of-gma_connector.patch
  patches.suse/0003-drm-aspeed-Fix-Kconfig-warning-subsequent-build-erro.patch -&amp;gt; patches.suse/drm-aspeed-Fix-Kconfig-warning-subsequent-build-erro.patch
  patches.suse/0004-drm-dp_aux_dev-check-aux_dev-before-use-in-drm_dp_au.patch -&amp;gt; patches.suse/drm-dp_aux_dev-check-aux_dev-before-use-in-drm_dp_au.patch
  patches.suse/0005-drm-mcde-Fix-handling-of-platform_get_irq-error.patch -&amp;gt; patches.suse/drm-mcde-Fix-handling-of-platform_get_irq-error.patch
  patches.suse/0006-drm-tve200-Fix-handling-of-platform_get_irq-error.patch -&amp;gt; patches.suse/drm-tve200-Fix-handling-of-platform_get_irq-error.patch
  (no effect on expanded tree)
- commit 772573f
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/floppy-reintroduce-O_NDELAY-fix.patch
- commit 39bee61
- arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache()
  cache writeback (bsc#1152489).
- commit 852fa4b
- 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 crash when nvmet transport calls host_release
  (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 cdea5d0
- x86/topology: Make __max_die_per_package available
  unconditionally (bsc#1152489).
- commit 0e0c8a8
- x86/cpu/amd: Set __max_die_per_package on AMD (bsc#1152489).
- commit 3044309
- drm/i915/gt: Declare gen9 has 64 mocs entries! (git-fixes).
- drm/etnaviv: always start/stop scheduler in timeout processing
  (git-fixes).
- commit 6ef999c
- drm/i915/dsi: Use unconditional msleep for the panel_on_delay
  when there is no reset-deassert MIPI-sequence (git-fixes).
- drm/i915: clear the gpu reloc batch (git-fixes).
- drm/amdgpu: fix a GPU hang issue when remove device (git-fixes).
- drm/i915: Fix mismatch between misplaced vma check and vma
  insert (git-fixes).
- commit cc8174e
- drm/amdkfd: Fix leak in dmabuf import (git-fixes).
- drm/msm/dsi_phy_10nm: implement PHY disabling (git-fixes).
- drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
  (git-fixes).
- drm/msm/dpu: Add newline to printks (git-fixes).
- drm/meson: dw-hdmi: Register a callback to disable the regulator
  (git-fixes).
- drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
  (git-fixes).
- drm/amdgpu: fix build_coefficients() argument (git-fixes).
- drm/amd/display: remove useless if/else (git-fixes).
- drm/tve200: Fix handling of platform_get_irq() error
  (git-fixes).
- drm/mcde: Fix handling of platform_get_irq() error (git-fixes).
- drm/dp_aux_dev: check aux_dev before use in
  drm_dp_aux_dev_get_by_minor() (git-fixes).
- drm/aspeed: Fix Kconfig warning &amp;amp; subsequent build errors
  (git-fixes).
- drm/gma500: fix double free of gma_connector (git-fixes).
- drm/i915/display/dp: Compute the correct slice count for VDSC
  on DP (git-fixes).
- drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
  (git-fixes).
- drm/i915/gt: Program mocs:63 for cache eviction on gen9
  (git-fixes).
- drm/tegra: sor: Disable clocks on error in tegra_sor_init()
  (git-fixes).
- drm/tegra: replace idr_init() by idr_init_base() (git-fixes).
- drm/i915/gt: Free stale request on destroying the virtual engine
  (git-fixes).
- drm/i915/gvt: return error when failing to take the module
  reference (git-fixes).
- drm/i915/gvt: Set ENHANCED_FRAME_CAP bit (git-fixes).
- drm/i915: Handle max_bpc==16 (git-fixes).
- drm/i915: Avoid memory leak with more than 16 workarounds on
  a list (git-fixes).
- drm/amd/display: Add missing pflip irq for dcn2.0 (git-fixes).
- drm/gma500: Fix out-of-bounds access to struct
  drm_device.vblank[] (git-fixes).
- drm/amdgpu: perform srbm soft reset always on SDMA resume
  (git-fixes).
- commit bd76ab9
- drm/nouveau/nouveau: fix the start/end range for migration
  (git-fixes).
- drm/vc4: drv: Add error handding for bind (git-fixes).
- drm/sun4i: frontend: Fix the scaler phase on A33 (git-fixes).
- drm/sun4i: frontend: Reuse the ch0 phase for RGB formats
  (git-fixes).
- drm/sun4i: frontend: Rework a bit the phase data (git-fixes).
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
  (git-fixes).
- drm/amdgpu: increase the reserved VM size to 2MB (git-fixes).
- drm/amdgpu: don't map BO in reserved region (git-fixes).
- drm/amdgpu: add DID for navi10 blockchain SKU (git-fixes).
- drm/i915: Drop runtime-pm assert from vgpu io accessors
  (git-fixes).
- drm/i915: Force VT'd workarounds when running as a guest OS
  (git-fixes).
- drm/i915/gt: Delay execlist processing for tgl (git-fixes).
- commit d9edd32
- drm/amdkfd: Use same SQ prefetch setting as amdgpu (git-fixes).
- drm/amd/display: Avoid MST manager resource leak (git-fixes).
- drm/amdgpu: correct the gpu reset handling for job != NULL case
  (git-fixes).
- drm/ttm: fix eviction valuable range check (git-fixes).
- drm/amd/display: HDMI remote sink need mode validation for Linux
  (git-fixes).
- drm/amd/display: Increase timeout for DP Disable (git-fixes).
- drm/i915: Break up error capture compression loops with
  cond_resched() (git-fixes).
- drm/msm/a6xx: fix a potential overflow issue (git-fixes).
- drm/panfrost: add amlogic reset quirk callback (git-fixes).
- drm/bridge/synopsys: dsi: add support for non-continuous HS
  clock (git-fixes).
- commit 3790415
- drm/brige/megachips: Add checking if ge_b850v3_lvds_init()
  is working correctly (git-fixes).
- drm/nouveau/mem: guard against NULL pointer access in mem_del
  (git-fixes).
- drm/amdgpu: prevent double kfree ttm-&amp;gt;sg (git-fixes).
- drm/sun4i: mixer: Extend regmap max_register (git-fixes).
- commit f36768e
- drm/i915: Filter wake_flags passed to default_wake_function
  (git-fixes).
- drm/amdgpu/dc: Require primary plane to be enabled whenever
  the CRTC is (git-fixes).
- drm/amd/display: update nv1x stutter latencies (git-fixes).
- drm/amdkfd: fix a memory leak issue (git-fixes).
- drm/tve200: Stabilize enable/disable (git-fixes).
- drm/msm: Disable preemption on all 5xx targets (git-fixes).
- drm/amdgpu: Fix bug in reporting voltage for CIK (git-fixes).
- drm/amd/pm: avoid false alarm due to confusing
  softwareshutdowntemp setting (git-fixes).
- drm/omap: fix incorrect lock state (git-fixes).
- drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init
  (git-fixes).
- drm/amd/display: Retry AUX write when fail occurs (git-fixes).
- drm/amd/display: Reject overlay plane configurations in
  multi-display scenarios (git-fixes).
- drm/msm/a6xx: fix gmu start on newer firmware (git-fixes).
- drm/msm: add shutdown support for display platform_driver
  (git-fixes).
- drm/msm/dpu: Fix scale params in plane validation (git-fixes).
- drm/i915/selftests: Avoid passing a random 0 into ilog2
  (git-fixes).
- drm/amdgpu: Fix bug where DPM is not enabled after hibernate
  and resume (git-fixes).
- drm/amd/display: dchubbub p-state warning during surface planes
  switch (git-fixes).
- commit 64cc324
- drm: Added orientation quirk for ASUS tablet model T103HAF
  (git-fixes).
- drm/amdkfd: fix restore worker race condition (git-fixes).
- drm/nouveau/dispnv50: fix runtime pm imbalance on error
  (git-fixes).
- drm/nouveau: fix runtime pm imbalance on error (git-fixes).
- drm/nouveau/debugfs: fix runtime pm imbalance on error
  (git-fixes).
- commit 406e9f7
- drm/exynos: dsi: Remove bridge node reference in error handling
  path in probe function (git-fixes).
- drm: rcar-du: Set primary plane zpos immutably at initializing
  (git-fixes).
- drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
  (git-fixes).
- drm/msm/a5xx: Always set an OPP supported hardware value
  (git-fixes).
- drm/msm: fix leaks if initialization fails (git-fixes).
- drm/amd/display: Stop if retimer is not available (git-fixes).
- drm/amdgpu: increase atombios cmd timeout (git-fixes).
- drm/omap: dss: Cleanup DSS ports on initialisation failure
  (git-fixes).
- commit db34b82
- drm/amd/display: dal_ddc_i2c_payloads_create can fail causing
  panic (git-fixes).
- drm/omap: fix possible object reference leak (git-fixes).
- drm/amdgpu: fix calltrace during kmd unload(v3) (git-fixes).
- drm/scheduler: Avoid accessing freed bad job (git-fixes).
- drm/amdgpu/powerplay/smu7: fix AVFS handling with custom
  powerplay table (git-fixes).
- drm/amdgpu/powerplay: fix AVFS handling with custom powerplay
  table (git-fixes).
- drm/amd/display: Free gamma after calculating legacy transfer
  function (git-fixes).
- drm/amd/display: Do not double-buffer DTO adjustments
  (git-fixes).
- commit c18126a
- drm/i915/gt: Prevent use of engine-&amp;gt;wa_ctx after error
  (git-fixes).
- drm/syncobj: Fix use-after-free (git-fixes).
- drm/atomic: put state on error path (git-fixes).
- commit 4cd1094
- ACPI: scan: Make acpi_bus_get_device() clear return pointer
  on error (git-fixes).
- cachefiles: Drop superfluous readpages aops NULL check
  (git-fixes).
- ACPI: scan: Harden acpi_device_add() against device ID overflows
  (git-fixes).
- commit 963543c
- net/mlx5e: ethtool, Fix restriction of autoneg with 56G
  (jsc#SLE-8464).
- net: hns3: fix a phy loopback fail issue (bsc#1154353).
- net: vlan: avoid leaks on register_vlan_dev() failures
  (bsc#1154353).
- bnxt_en: Fix AER recovery (jsc#SLE-8371 bsc#1153274).
- e1000e: bump up timeout to wait when ME un-configures ULP mode
  (jsc#SLE-8100).
- ionic: account for vlan tag len in rx buffer len (bsc#1167773).
- ice, xsk: clear the status bits for the next_to_use descriptor
  (jsc#SLE-7926).
- net: fix proc_fs init handling in af_packet and tls
  (bsc#1154353).
- ice: avoid premature Rx buffer reuse (jsc#SLE-7926).
- net: hns3: remove a misused pragma packed (bsc#1154353).
- commit 465e7d7
- blacklist.conf: Add 08685be7761d powerpc/64s: fix scv entry fallback flush vs interrupt
  No scv support.
- commit 7e491e5
- selftests: net: fib_tests: remove duplicate log test
  (git-fixes).
- net: mscc: ocelot: allow offloading of bridge on top of LAG
  (git-fixes).
- udp: Prevent reuseport_select_sock from reading uninitialized
  socks (git-fixes).
- pNFS: Mark layout for return if return-on-close was not sent
  (git-fixes).
- commit 87c48df
- series.conf: cleanup
- move kabi workaround into patches.kabi:
  patches.suse/ALSA-pcm-fix-hw_rule-deps-kABI.patch
- commit 3eee3e1
- series.conf: refresh
- update upstream references and resort:
  patches.suse/scsi-scsi_transport_srp-Don-t-block-target-in-failfa.patch
  patches.suse/selftests-powerpc-Only-test-lwm-stmw-on-big-endian.patch
- commit 5218f70
- series.conf: cleanup
- move an unsortable patch out of sorted section
  patches.suse/powerpc-Fix-build-error-in-paravirt.h.patch
- commit 0f64295
- drm/tve200: Fix handling of platform_get_irq() error (bsc#1152472)
- commit 8541d40
- drm/mcde: Fix handling of platform_get_irq() error (bsc#1152472)
- commit 60b9525
- drm/dp_aux_dev: check aux_dev before use in (bsc#1152472)
- commit 21532d2
- drm/aspeed: Fix Kconfig warning &amp;amp; subsequent build errors (bsc#1152472)
- commit 3d14ba8
- drm/gma500: fix double free of gma_connector (bsc#1152472)
  Backporting notes:
  * context changes
- commit 2ce14eb
- drm/rockchip: Avoid uninitialized use of endpoint id in LVDS (bsc#1152472)
- commit 103a121
- 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).
- usb: gadget: aspeed: fix stop dma register setting (git-fixes).
- commit 4d850d2
- blacklist.conf: Append 'drm/vc4: gem: Add a managed action to cleanup the job queue'
- commit ce3d22f
- blacklist.conf: Append 'drm/vc4: bo: Add a managed action to cleanup the cache'
- commit 2cf161b
- bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong
  callback (bsc#1155518).
- bpf: Don't leak memory in bpf getsockopt when optlen == 0
  (bsc#1155518).
- commit 609f544
- i2c: octeon: check correct size of maximum RECV_LEN packet
  (git-fixes).
- commit 54a675e
- ALSA: pcm: fix hw_rule deps kABI (bsc#1181014).
- commit 3c80769
- ALSA: pcm: One more dependency for hw constraints (bsc#1181014).
- commit d71290f
- mmc: core: don't initialize block size from ext_csd if not
  present (git-fixes).
- mmc: sdhci-xenon: fix 1.8v regulator stabilization (git-fixes).
- platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC
  11 from allow-list (git-fixes).
- platform/x86: i2c-multi-instantiate: Don't create platform
  device for INT3515 ACPI nodes (git-fixes).
- commit 9c2a03f
- timers: Use only bucket expiry for base-&amp;gt;next_expiry value
  (bsc#1181318).
- timers: Preserve higher bits of expiration on index calculation
  (bsc#1181318).
- commit f60f618
- s390/cio: fix use-after-free in ccw_device_destroy_console
  (git-fixes).
- commit d3e26e8
- KVM: s390: pv: Mark mm as protected after the set secure
  parameters and improve cleanup (jsc#SLE-7512 bsc#1165545).
- commit 719d24b
- net/af_iucv: set correct sk_protocol for child sockets
  (git-fixes).
- net/af_iucv: fix null pointer dereference on shutdown
  (bsc#1179567 LTC#190111).
- commit ddc328b
- s390/dasd: fix hanging device offline processing (bsc#1181169
  LTC#190914).
- commit 9b7644e
- ALSA: hda: Add Cometlake-R PCI ID (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).
- ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T
  (git-fixes).
- commit 70d9202
- Move upstreamed sound patches into sorted section
- commit f5195da
- blacklist.conf: Add entries for platform/x86/intel-vbtn that are reverted
- commit 5482ef1
- platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting
  1 on some HP x360 models (git-fixes).
- commit d6ac163
- power: vexpress: add suppress_bind_attrs to true (git-fixes).
- commit bb22b7b
- btrfs: send: fix wrong file path when there is an inode with
  a pending rmdir (bsc#1181237).
- commit be4e71d
- media: dvb-usb: Fix use-after-free access (bsc#1181104).
- media: dvb-usb: Fix memory leak at error in
  dvb_usb_device_init() (bsc#1181104).
- commit 3a92626
- can: vxcan: vxcan_xmit: fix use after free bug (git-fixes).
- mac80211: check if atf has been disabled in
  __ieee80211_schedule_txq (git-fixes).
- mac80211: do not drop tx nulldata packets on encrypted links
  (git-fixes).
- commit dfeeb94
- vfio-pci: Use io_remap_pfn_range() for PCI IO memory
  (bsc#1181220).
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
  (bsc#1181217).
- vfio/pci: Implement ioeventfd thread handler for contended
  memory lock (bsc#1181219).
- KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
  (bsc#1181218).
- commit 517d1e9
- Update patches.suse/selftests-ftrace-Select-an-existing-function-in-kpro.patch (bsc#1181203 ltc#190909).
- commit e5512d0
- drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind() (bsc#1152472)
- commit d0d0905
- drm: bridge: dw-hdmi: Avoid resetting force in the detect function (bsc#1152472)
- commit 9ad528c
- drm/i915: Correctly set SFC capability for video engines (bsc#1152489)
  Backporting notes:
  * context changes
- commit d15d9b1
- ALSA: usb-audio: Fix hw constraints dependencies (bsc#1181014).
- commit 58d7b94
- spi: cadence: cache reference clock rate during probe
  (git-fixes).
- r8152: Add Lenovo Powered USB-C Travel Hub (git-fixes).
- usb: typec: Fix copy paste error for NVIDIA alt-mode description
  (git-fixes).
- hwmon: (pwm-fan) Ensure that calculation doesn't discard big
  period values (git-fixes).
- ACPI: scan: add stub acpi_create_platform_device() for
  !CONFIG_ACPI (git-fixes).
- misdn: dsp: select CONFIG_BITREVERSE (git-fixes).
- commit 01db302
- selftests/ftrace: Select an existing function in
  kprobe_eventname test (bsc#1179396 ltc#185738).
- commit 3e9ea6f
- selftests/powerpc: spectre_v2 test must be built 64-bit
  (bsc#1181158 ltc#190851).
- commit 52f3d6b
- 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/0007-xen-pvcallsback-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-events-avoid-removing-an-event-channel-while-han.patch
  (CVE-2020-27675 XSA-331 bsc#1177410).
- Added CVE numbers for above patches.
- commit 3b60580
- selftests/powerpc: Move set_dscr() into rfi_flush.c (bsc#1181158
  ltc#190851).
- selftests/powerpc: Move Hash MMU check to utilities (bsc#1181158
  ltc#190851).
- selftests/powerpc: Add a test of bad (out-of-range) accesses
  (bsc#1181158 ltc#190851).
- Refresh patches.suse/selftests-powerpc-Add-tlbie_test-in-.gitignore.patch.
- selftests/powerpc: Add a test of spectre_v2 mitigations
  (bsc#1181158 ltc#190851).
- Refresh patches.suse/selftests-powerpc-entry-flush-test.patch.
- selftests/powerpc: Ignore generated files (bsc#1181158
  ltc#190851).
- commit f53f10b
- selftests/powerpc: Only test lwm/stmw on big endian (bsc#1180412
  ltc#190579).
- commit 21bd682
- powerpc: Fix build error in paravirt.h (bsc#1181148 ltc#190702).
- commit 251d2f4
- Exclude Symbols.list again.
  Removing the exclude builds vanilla/linux-next builds.
  Fixes: 55877625c800 (&amp;quot;/kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.&amp;quot;/)
- commit a1728f2
- powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted()
  (bsc#1181148 ltc#190702).
- powerpc: Reintroduce is_kvm_guest() as a fast-path check
  (bsc#1181148 ltc#190702).
- powerpc: Rename is_kvm_guest() to check_kvm_guest() (bsc#1181148
  ltc#190702).
- powerpc: Refactor is_kvm_guest() declaration to new header
  (bsc#1181148 ltc#190702).
- commit 17fe8f8
- floppy: reintroduce O_NDELAY fix (boo#1181018).
- commit ab10a7d
- arm64: pgtable: Ensure dirty bit is preserved across
  pte_wrprotect() (bsc#1180130).
- arm64: pgtable: Fix pte_accessible() (bsc#1180130).
- commit 585bbd5
- Revive usb-audio Keep Interface mixer (bsc#1181014).
- commit 80020db
- netfilter: ctnetlink: add a range check for l3/l4 protonum
  (CVE-2020-25211 bsc#1176395).
- commit ebf5e43
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFS-nfs_delegation_find_inode_server-must-first-refe.patch
  patches.suse/NFS-nfs_igrab_and_active-must-first-reference-the-su.patch
  patches.suse/NFS-pNFS-Fix-a-leak-of-the-layout-plh_outstanding-co.patch
  patches.suse/NFS-pNFS-Fix-a-typo-in-ff_layout_resend_pnfs_read.patch
  patches.suse/NFS-switch-nfsiod-to-be-an-UNBOUND-workqueue.patch
  patches.suse/NFS4-Fix-use-after-free-in-trace_event_raw_event_nfs.patch
  patches.suse/NFSv4-Fix-the-alignment-of-page-data-in-the-getdevic.patch
  patches.suse/NFSv4.2-condition-READDIR-s-mask-for-security-label-.patch
  patches.suse/Revert-nfsd4-support-change_attr_type-attribute.patch
  patches.suse/SUNRPC-Clean-up-the-handling-of-page-padding-in-rpc_.patch
  patches.suse/SUNRPC-rpc_wake_up-should-wake-up-tasks-in-the-corre.patch
  patches.suse/lockd-don-t-use-interval-based-rebinding-over-TCP.patch
  patches.suse/md-fix-a-warning-caused-by-a-race-between-concurrent.patch
  patches.suse/net-sunrpc-Fix-snprintf-return-value-check-in-do_xpr.patch
  patches.suse/net-sunrpc-interpret-the-return-value-of-kstrtou32-c.patch
  patches.suse/nfs_common-need-lock-during-iterate-through-the-list.patch
  patches.suse/nfsd-Fix-message-level-for-normal-termination.patch
  patches.suse/sunrpc-fix-xs_read_xdr_buf-for-partial-pages-receive.patch
- commit f5dfabc
- fix patches metadata
- fix Patch-mainline:
  patches.suse/kprobes-tracing-kprobes-Fix-to-kill-kprobes-on-initmem-after-boot.patch
  patches.suse/mm-vmalloc-Fix-unlock-order-in-s_stop.patch
- commit 8ea9f59
- Refresh
  patches.suse/0011-x86-hpet-Move-MSI-support-into-hpet.c.patch.
- Update
  patches.suse/msft-hv-2119-irqdomain-treewide-Keep-firmware-node-unconditionall.patch
  (git-fixes bsc#1180889).
  Add missing hunks in the e3beca48a45b's backport.
- commit 977a539
- Update
  patches.suse/tun-correct-header-offsets-in-napi-frags-mode.patch
  (git-fixes bsc#1180812 CVE-2021-0342).
  Added CVE reference
- commit 0059c1d
- NFS: nfs_igrab_and_active must first reference the superblock
  (for-next).
- NFS: nfs_delegation_find_inode_server must first reference
  the superblock (for-next).
- NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
  (for-next).
- net: sunrpc: interpret the return value of kstrtou32 correctly
  (for-next).
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
  (for-next).
- NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() (for-next).
- sunrpc: fix xs_read_xdr_buf for partial pages receive
  (for-next).
- NFS: switch nfsiod to be an UNBOUND workqueue (for-next).
- lockd: don't use interval-based rebinding over TCP (for-next).
- net: sunrpc: Fix 'snprintf' return value check in
  'do_xprt_debugfs' (for-next).
- SUNRPC: Clean up the handling of page padding in
  rpc_prepare_reply_pages() (for-next).
- NFSv4: Fix the alignment of page data in the getdeviceinfo reply
  (for-next).
- NFSv4.2: condition READDIR's mask for security label based on
  LSM state (for-next).
- SUNRPC: rpc_wake_up() should wake up tasks in the correct order
  (for-next).
- md: fix a warning caused by a race between concurrent
  md_ioctl()s (for-next).
- Revert &amp;quot;/nfsd4: support change_attr_type attribute&amp;quot;/ (for-next).
- nfs_common: need lock during iterate through the list
  (for-next).
- nfsd: Fix message level for normal termination (for-next).
- commit 685e8f2
- x86/cpu/amd: Call init_amd_zn() om Family 19h processors too
  (bsc#1181077).
- commit a71f120
- blacklist.conf: No in-tree users of the table
- commit 9c6c6be
- kprobes: tracing/kprobes: Fix to kill kprobes on initmem after
  boot (git fixes (kernel/kprobe)).
- commit 47f3848
- blacklist.conf: UP not enabled in kernel config
- commit c97848a
- mm/vmalloc: Fix unlock order in s_stop() (git fixes
  (mm/vmalloc)).
- commit 70dafb3
- blacklist.conf: nilfs2 not enabled in kernel config
- commit 409ae2f
- 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/dasd: fix list corruption of lcu list (git-fixes).
- s390/dasd: fix list corruption of pavgroup group list
  (git-fixes).
- s390/dasd: prevent inconsistent LCU device data (git-fixes).
- s390/smp: perform initial CPU reset also for SMT siblings
  (git-fixes).
- s390/kexec_file: fix diag308 subcode when loading crash kernel
  (git-fixes).
- s390/qeth: consolidate online/offline code (git-fixes).
- s390/qeth: don't raise NETDEV_REBOOT event from L3 offline path
  (git-fixes).
- commit 22371f9
- blacklist.conf: 78762b0e79bc x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
- commit 2b5cd2a
- ALSA: usb-audio: Avoid implicit feedback on Pioneer devices
  (bsc#1181014).
- ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1
  (bsc#1181014).
- ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints
  (bsc#1181014).
- ALSA: usb-audio: Always apply the hw constraints for implicit
  fb sync (bsc#1181014).
- commit b78b9c6
- Revert dwc3 series.
  As of now, this recently merged series fails to build without the kabi
  workaround which would break SLE15-SP3 merge. Drop the patches until the
  build failure is fixed.
- commit a8aaab2
- drivers/perf: Fix kernel panic when rmmod PMU modules during
  perf sampling (bsc#1180848).
- commit 8584e95
- Drop incorrectly re-backported radeon patch again (bsc#1180971)
  Also add cherry-picked commit ids in the two relevant patches
- commit bb3221b
- KVM: SVM: Initialize prev_ga_tag before use (bsc#1180809).
- commit 953316b
- blacklist.conf: 035fff1f7aab x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- commit e52f15d
- x86/kprobes: Restore BTF if the single-stepping is cancelled
  (bsc#1152489).
- commit f89b6b0
- kABI fixup for dwc3 introduction of DWC_usb32 (git-fixes).
- commit 03d1108
- ALSA: doc: Fix reference to mixart.rst (git-fixes).
- commit b4c3583
- ASoC: meson: axg-tdm-interface: fix loopback (git-fixes).
- ASoC: dapm: remove widget from dirty list on free (git-fixes).
- ASoC: Intel: fix error code cnl_set_dsp_D0() (git-fixes).
- commit 04a1c91
- ALSA: hda/hdmi - enable runtime pm for CI AMD display audio
  (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).
- ALSA: hda/tegra: fix tegra-hda on tegra30 soc (git-fixes).
- clk: tegra30: Add hda clock default rates to clock driver
  (git-fixes).
- ALSA: usb-audio: Fix implicit feedback sync setup for Pioneer
  devices (git-fixes).
- ALSA: usb-audio: Annotate the endpoint index in audioformat
  (git-fixes).
- ALSA: usb-audio: Avoid unnecessary interface re-setup
  (git-fixes).
- ALSA: usb-audio: Choose audioformat of a counter-part substream
  (git-fixes).
- ALSA: usb-audio: Fix the missing endpoints creations for quirks
  (git-fixes).
- ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for
  HP machines (git-fixes).
- commit db30ae4
- x86/apic: Fix x2apic enablement without interrupt remapping
  (bsc#1152489).
- commit a8a5227
- netfilter: add and use nf_hook_slow_list() (bsc#1180765
  CVE-2021-20177).
- commit 465dae1
- Refresh patches.suse/edac-amd64-add-amd-family-17h-model-60h-pci-ids.patch.
  Complete the backport now that
  5e4c55276ae8 (&amp;quot;/EDAC/amd64: Save max number of controllers to family type&amp;quot;/)
  has been backported too.
- commit f6cb75f
- usb: dwc3: Add support for DWC_usb32 IP (git-fixes).
- commit f699093
- usb: dwc3: Update soft-reset wait polling rate (git-fixes).
- commit 227b9e8
- drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers (bsc#1180848). - Update config files. - supported.conf:
- commit 3ceea3c
- scsi: scsi_transport_srp: Don't block target in failfast state
  (bsc#1172355).
- commit 4d51a17
- xen: support having only one event pending per watch
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b454020
- xen: revert Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 7a45cd4
- xen: revert Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b9e03df
- xen: revert Support will_handle watch callback (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 3082598
- xen: revert Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 9d4ca48
- video: fbdev: atmel_lcdfb: fix return error code in
  atmel_lcdfb_of_init() (git-fixes).
- video: fbdev: vga16fb: fix setting of pixclock because a
  pass-by-value error (git-fixes).
- video: fbdev: pvr2fb: initialize variables (git-fixes).
- video: fbdev: fix OOB read in vga_8planes_imageblit()
  (git-fixes).
- commit 7cdcf45
- xen: revert Disallow pending watch messages (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit a948c9f
- usb: gadget: enable super speed plus (git-fixes).
- USB: serial: option: add LongSung M5710 module support
  (git-fixes).
- USB: serial: option: add Quectel EM160R-GL (git-fixes).
- usb: uas: Add PNY USB Portable SSD to unusual_uas (git-fixes).
- usb: gadget: configfs: Fix use-after-free issue with udc_name
  (git-fixes).
- USB: usblp: fix DMA to stack (git-fixes).
- usb: gadget: Fix spinlock lockup on usb_function_deactivate
  (git-fixes).
- usb: gadget: function: printer: Fix a memory leak for interface
  descriptor (git-fixes).
- USB: cdc-wdm: Fix use after free in
  service_outstanding_interrupt() (git-fixes).
- USB: cdc-acm: blacklist another IR Droid device (git-fixes).
- crypto: asym_tpm: correct zero out potential secrets
  (git-fixes).
- net: usb: qmi_wwan: add Quectel EM160R-GL (git-fixes).
- CDC-NCM: remove &amp;quot;/connected&amp;quot;/ log message (git-fixes).
- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
  (git-fixes).
- lib/genalloc: fix the overflow when size is too big (git-fixes).
- Bluetooth: revert: hci_h5: close serdev device and free hu in
  h5_close (git-fixes).
- commit 052b915
- fix patch metadata
- fix Patch-mainline:
  patches.suse/sched-fair-Check-for-idle-core-in-wake_affine.patch
- commit b5830a4
- blacklist.conf: 4f8af077a02e docs: Fix reST markup when linking to sections
- commit 28e1ebf
- usb: dwc3: core: Properly default unspecified speed (git-fixes).
- commit 777b42e
- x86/resctrl: Don't move a task to the same resource group
  (bsc#1152489).
- commit 8a696c5
- x86/resctrl: Use an IPI instead of task_work_add() to update
  PQR_ASSOC MSR (bsc#1152489).
- commit 309f3cb
- x86/mtrr: Correct the range check before performing MTRR type
  lookups (bsc#1152489).
- commit 41cceca
- x86/mm: Fix leak of pmd ptlock (bsc#1152489).
- commit cb571f0
- btrfs: fix missing delalloc new bit for new delalloc ranges
  (bsc#1180773).
- btrfs: make btrfs_dirty_pages take btrfs_inode (bsc#1180773).
- btrfs: make btrfs_set_extent_delalloc take btrfs_inode
  (bsc#1180773).
- commit fba9b10
- IB/hfi1: Ensure correct mm is used at all times (bsc#1179878
  CVE-2020-27835).
- IB/hfi1: Remove module parameter for KDETH qpns (bsc#1179878).
- IB/hfi1: Remove kobj from hfi1_devdata (bsc#1179878).
- commit 79bac5c
- regmap: debugfs: Fix a reversed if statement in
  regmap_debugfs_init() (git-fixes).
- commit 6e1e482
- 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: usbip: vhci_hcd: protect shift size (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: u_ether: Fix MTU size mismatch with RX packet size
  (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).
- staging: mt7621-dma: Fix a resource leak in an error handling
  path (git-fixes).
- dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
  (git-fixes).
- dmaengine: xilinx_dma: fix incompatible param warning in
  _child_probe() (git-fixes).
- dmaengine: xilinx_dma: check dma_async_device_register return
  value (git-fixes).
- dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
  (git-fixes).
- dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the
  error handling path of the probe function (git-fixes).
- i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly
  terminated (git-fixes).
- i2c: sprd: use a specific timeout to avoid system hang up issue
  (git-fixes).
- wan: ds26522: select CONFIG_BITREVERSE (git-fixes).
- wil6210: select CONFIG_CRC32 (git-fixes).
- crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
  (git-fixes).
- spi: stm32: FIFO threshold level - fix align packet size
  (git-fixes).
- regmap: debugfs: Fix a memory leak when calling
  regmap_attach_dev (git-fixes).
- dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
  (git-fixes).
- dmaengine: at_hdmac: add missing put_device() call in
  at_dma_xlate() (git-fixes).
- dmaengine: at_hdmac: Substitute kzalloc with kmalloc
  (git-fixes).
- commit da0ba2f
- sched/fair: Check for idle core in wake_affine (git fixes
  (sched)).
- commit 2caffed
- arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
  (git-fixes).
- commit 52bc22f
- blacklist.conf: 2c2b3ad2c4c8 (&amp;quot;/spi: spi-fsl-dspi: Use max_native_cs
  instead of num_chipselect to set SPI_MCR&amp;quot;/)
  Depends on 7d93aecdb58d4 (&amp;quot;/spi: Add generic support for unused native cs
  with cs-gpios&amp;quot;/) which at the moment is not worth back-porting as it'll
  break kABI.
- commit bafcdfd
- xen-blkback: set ring-&amp;gt;xenblkd to NULL after kthread_stop()
  (bsc#1179509 XSA-350 CVE-2020-29569).
- commit 552ca06
- xenbus/xenbus_backend: Disallow pending watch messages
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b293dfc
- xen/xenbus: Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit d8a62d9
- xen/xenbus/xen_bus_type: Support will_handle watch callback
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 8be4352
- xen/xenbus: Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 4383a8c
- xen/xenbus: Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit ec8d064
- drm: bail out of nouveau_channel_new if channel init fails
  (CVE-2020-25639 bsc#1176846).
- commit 1ef70aa
- nvme-multipath: fix bogus request queue reference put
  (bsc#1175389).
- commit ef51578
- Move &amp;quot;/btrfs: qgroup: don't try to wait flushing if we're already holding
  a transaction (bsc#1179575).&amp;quot;/ to sorted section
- commit 464edf7
- Refresh patches.suse/nvdimm-Avoid-race-between-probe-and-reading-device-a.patch.
  Refresh to v2 URL
- commit 82e37f2
- blacklist.conf: 44623b2818f4 crypto: x86/crc32c - fix building with clang ias
- commit 4260c52
- x86/mm/numa: Remove uninitialized_var() usage (bsc#1152489).
- commit ec737c3
- series.conf: refresh
- update upstream reference and resort:
  patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch
- commit c554179
- Update kabi files.
- update from January 2021 maintenance update submission (commit 4ff469b6e1a0)
- commit a9bc2aa
- bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
  (git-fixes).
- commit e4eab60
- ALSA: hda/realtek - Modify Dell platform name (git-fixes).
- ALSA: hda/realtek - Supported Dell fixed type headset
  (git-fixes).
- ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate
  P648/P658 (git-fixes).
- commit 5e10442
- r8169: work around power-saving bug on some chip versions
  (git-fixes).
- ALSA: pcm: Clear the full allocated memory at hw_params
  (git-fixes).
- rtc: pl031: fix resource leak in pl031_probe (git-fixes).
- rtc: sun6i: Fix memleak in sun6i_rtc_clk_init (git-fixes).
- i3c master: fix missing destroy_workqueue() on error in
  i3c_master_register (git-fixes).
- misc: vmw_vmci: fix kernel info-leak by initializing dbells
  in vmci_ctx_get_chkpt_doorbells() (git-fixes).
- xhci: Give USB2 ports time to enter U3 in bus suspend
  (git-fixes).
- USB: dummy-hcd: Fix uninitialized array use in init()
  (git-fixes).
- Bluetooth: hci_h5: close serdev device and free hu in h5_close
  (git-fixes).
- media: gp8psk: initialize stats at power control logic
  (git-fixes).
- staging: wlan-ng: fix out of bounds read in
  prism2sta_probe_usb() (git-fixes).
- commit 57824b9
- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (git-fixes).
- ALSA: usb-audio: Add quirk for RC-505 (git-fixes).
- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook
  850 G7 (git-fixes).
- ALSA: hda/realtek: Add two &amp;quot;/Intel Reference board&amp;quot;/ SSID in
  the ALC256 (git-fixes).
- ALSA: hda/realtek: Add mute LED quirk for more HP laptops
  (git-fixes).
- ALSA: hda/conexant: add a new hda codec CX11970 (git-fixes).
- ALSA: usb-audio: Add quirk for BOSS AD-10 (git-fixes).
- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks (git-fixes).
- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
  (git-fixes).
- commit 3b01e24
- Refresh patches.suse/nvme-fc-avoid-calling-_nvme_fc_abort_outstanding_ios-from-interrupt-context.patch
  Fix commit hash
- commit fdfd462
- Refresh patch metadata.
- Refresh patches.suse/ibmvnic-fix-NULL-pointer-dereference.patch.
- commit 45ce7d1
- lib/string: remove unnecessary #undefs (git-fixes).
- bitmap: remove unused function declaration (git-fixes).
- swiotlb: using SIZE_MAX needs limits.h included (git-fixes).
- swiotlb: fix &amp;quot;/x86: Don't panic if can not alloc buffer for
  swiotlb&amp;quot;/ (git-fixes).
- kdb: Fix pager search for multi-line strings (git-fixes).
- kgdb: Drop malformed kernel doc comment (git-fixes).
- commit 28d99cb
- EDAC/amd64: Fix PCI component registration (bsc#1152489).
- commit 6c4ae9b
- drivers/base/memory.c: indicate all memory blocks as removable
  (bsc#1180264).
- commit 64673b1
- blacklist.conf: two git-fixes that break kabi too much
- commit 7df1e74
- prom_init: enable verbose prints (bsc#1178142 bsc#1180759).
- commit c0bbedb

Package open-iscsi was updated:

- Update to latest upstream (no new tag yet). To fix  bsc#1181313. Changes since last update added to
  open-iscsi-SUSE-latest.diff.bz2:
  * Fix iscsiadm segfault when exiting
  * iscsid: Add NO_SYSTEMD to CFLAGS
  * Change mkdir permissions to 0770, adjust usmask
  * Fix typo in util.py
  * iscsid: Do not allow conflicting pid-file options
  * iscsiadm: Fix memory leak in iscsiadm
  * libopeniscsiusr: Fix memory leak in iscsi_sessions_get()
  * libopeniscsiusr: Fix memory leak in iscsi_nodes_get()
  * idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param()
  * Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable

Package openssh was updated:

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

Package pam was updated:

- Create macros.pam with definition of %_pamdir so packages which  are commonly shared between Factory and SLE can use this macro
  [pam.spec]

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 python-base was updated:

- 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).

Package python-cryptography was updated:

- Add patch CVE-2020-36242-buffer-overflow.patch (bsc#1182066, CVE-2020-36242)  * Using the Fernet class to symmetrically encrypt multi gigabyte values
    could result in an integer overflow and buffer overflow.

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
- Revert wrong zypper patch to support vendorchanges flags on pkg.install
- Adjusted python2-cherrypy naming in salt-api. (#40)
- Force zyppnotify to prefer Packages.db than Packages if it exists
- Allow vendor change option with zypper
- Add pkg.services_need_restart
- Bigvm backports
  virt consoles, CPU tuning and topology, and memory tuning.
- Fix for file.check_perms to work with numeric uid/gid
- change 'Requires(pre)' to 'Requires' for salt-minion package (bsc#1083110)
- Added:
  * force-zyppnotify-to-prefer-packages.db-than-packages.patch
  * fix-salt.utils.stringutils.to_str-calls-to-make-it-w.patch
  * opensuse-3000-bigvm-backports-300.patch
  * revert-add-patch-support-for-allow-vendor-change-opt.patch
  * add-patch-support-for-allow-vendor-change-option-wit.patch
  * add-pkg.services_need_restart-302.patch

Package saphanabootstrap-formula was updated:

- Version bump 0.7.0  * Change salt-formulas-configuration requirement in SLE12 codestream
  to a recommendation
  (bsc#1177860)
- Start the saptune daemon service
- Add requisite of hana installation to subsequent salt states
- Add support to extract and install HANA Client sar packages
- Set the native fence mechanism usage for CSP as optional

Package sapnwbootstrap-formula was updated:

- Version bump 0.6.0  * Change salt-formulas-configuration requirement in SLE12 codestream
  to a recommendation
  (bsc#1177860)
- Add requisites of netweaver installation to subsequent salt states
- Start the saptune systemd service
- Fix additional_dvds variable usage when salt uses python 2. The
  variable is filtered by 'tojson' option to avoid 'u' prefix in
  lists
- Set the native fence mechanism usage for CSP as optional
- Add instance name suffix to socat resources
- Remove meta resource-stickness to the ERS resources group
- Update the db installation template to use correctly the schema
  names for S/4HANA
- Update the default 'nw_extract_dir' SWPM media extraction location

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 was updated:

- Do not use the 'installation-helper' binary to create snapshots  during installation or offline upgrade (bsc#1180142).
- Add a new exception to properly handle exceptions
  when reading/writing snapshots numbers (related to bsc#1180142).
- 4.2.92

Package yast2-firewall was updated:

- Add to firewall/security proposal option to setup selinux if  given product require it. (jsc#SLE-17427)
- 4.2.6

Package yast2-installation was updated:

- Do not crash when it is not possible to create a snapshot after  installing or upgrading the system (bsc#1180142).
- 4.2.49

Package yast2-network was updated:

- Improve the AutoYaST interfaces reader handling better the IP  Addresses configuration. (bsc#1174353, bsc#1178107)
- 4.2.91

Package yast2-packager was updated:

- Show correct number of downloaded packages in log (bsc#1180278)- 4.2.69
- Fix crash when installation proposal require pattern and such
  pattern is not available in any repository (found during testing
  jsc#SLE-17427)
- 4.2.68

Package yast2-security was updated:

- Move SELinux .autorelabel file from / to /etc/selinux if root  filesystem will be mounted as read only (jsc#SLE-17307).
- 4.2.19
- AutoYaST: add support for SELinux configuration (jsc#SMO-20,
  jsc#SLE-17342).
- 4.2.18
- Avoid crashing when the SELinux configuration file does not
  exist yet (jsc#SMO-20, jsc#SLE-17342).
- 4.2.17
- Improve the class for handling the SELinux configuration.
- Saves the SELinux mode in the configuration file (jsc#SMO-20,
  jsc#SLE-17342).
- 4.2.16
- Add class for managing SELinux configuration at boot time
  (jsc#SMO-20, jsc#SLE-17342).
- 4.2.15

Package yast2-update was updated:

- Do not rely on the 'installation-helper' binary to create  snapshots after installation or offline upgrade (bsc#1180142).
- Do not crash when it is not possible to create a snapshot before
  upgrading the system (related to bsc#1180142).
- 4.2.21

</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-sp2-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-sp2-sap-byos-v20210303">
      <Branch Type="Product Name" Name="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
        <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">Public Cloud Image google/sles-15-sp2-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.2-44.1">
      <FullProductName ProductID="SLES_SAP-release-15.2-44.1">SLES_SAP-release-15.2-44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="SUSEConnect-0.3.29-3.6.1">
      <FullProductName ProductID="SUSEConnect-0.3.29-3.6.1">SUSEConnect-0.3.29-3.6.1</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.13.4-3.3.1">
      <FullProductName ProductID="apparmor-parser-2.13.4-3.3.1">apparmor-parser-2.13.4-3.3.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.34.0-2.23">
      <FullProductName ProductID="at-spi2-core-2.34.0-2.23">at-spi2-core-2.34.0-2.23</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-12.3.1">
      <FullProductName ProductID="audit-2.8.1-12.3.1">audit-2.8.1-12.3.1</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.2.45-3.6.1">
      <FullProductName ProductID="autoyast2-installation-4.2.45-3.6.1">autoyast2-installation-4.2.45-3.6.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-10.1">
      <FullProductName ProductID="boost-license1_66_0-1.66.0-10.1">boost-license1_66_0-1.66.0-10.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-9.6.1">
      <FullProductName ProductID="ca-certificates-mozilla-2.44-9.6.1">ca-certificates-mozilla-2.44-9.6.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-5.3.18-24.49.2">
      <FullProductName ProductID="cluster-md-kmp-default-5.3.18-24.49.2">cluster-md-kmp-default-5.3.18-24.49.2</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.5-1.46">
      <FullProductName ProductID="conntrack-tools-1.4.5-1.46">conntrack-tools-1.4.5-1.46</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-6.3.2">
      <FullProductName ProductID="corosync-2.4.5-6.3.2">corosync-2.4.5-6.3.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-5.5-6.3.1">
      <FullProductName ProductID="cpupower-5.5-6.3.1">cpupower-5.5-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cracklib-2.9.7-11.3.1">
      <FullProductName ProductID="cracklib-2.9.7-11.3.1">cracklib-2.9.7-11.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cracklib-dict-small-2.9.7-11.3.1">
      <FullProductName ProductID="cracklib-dict-small-2.9.7-11.3.1">cracklib-dict-small-2.9.7-11.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crash-7.2.8-18.2.1">
      <FullProductName ProductID="crash-7.2.8-18.2.1">crash-7.2.8-18.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1">
      <FullProductName ProductID="crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1">crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.1">
      <FullProductName ProductID="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.1">crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.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.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="ctdb-4.11.14+git.202.344b137b75d-4.14.1">ctdb-4.11.14+git.202.344b137b75d-4.14.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.66.0-4.11.1">
      <FullProductName ProductID="curl-7.66.0-4.11.1">curl-7.66.0-4.11.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.163-8.24.1">
      <FullProductName ProductID="device-mapper-1.02.163-8.24.1">device-mapper-1.02.163-8.24.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-5.3.18-24.49.2">
      <FullProductName ProductID="dlm-kmp-default-5.3.18-24.49.2">dlm-kmp-default-5.3.18-24.49.2</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-049.1+suse.185.g9324648a-3.21.1">
      <FullProductName ProductID="dracut-049.1+suse.185.g9324648a-3.21.1">dracut-049.1+suse.185.g9324648a-3.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-9.0.22~1+git.fe2b5983-3.5.1">
      <FullProductName ProductID="drbd-9.0.22~1+git.fe2b5983-3.5.1">drbd-9.0.22~1+git.fe2b5983-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2">
      <FullProductName ProductID="drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2">drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1">
      <FullProductName ProductID="drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1">drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="drbd-utils-9.13.0-3.6.1">
      <FullProductName ProductID="drbd-utils-9.13.0-3.6.1">drbd-utils-9.13.0-3.6.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="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-5.3-1.32">
      <FullProductName ProductID="ethtool-5.3-1.32">ethtool-5.3-1.32</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="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.40.0-3.3.1">
      <FullProductName ProductID="gdk-pixbuf-query-loaders-2.40.0-3.3.1">gdk-pixbuf-query-loaders-2.40.0-3.3.1</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-5.3.18-24.49.2">
      <FullProductName ProductID="gfs2-kmp-default-5.3.18-24.49.2">gfs2-kmp-default-5.3.18-24.49.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gio-branding-SLE-15-14.2.1">
      <FullProductName ProductID="gio-branding-SLE-15-14.2.1">gio-branding-SLE-15-14.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="girepository-1_0-1.62.0-2.28">
      <FullProductName ProductID="girepository-1_0-1.62.0-2.28">girepository-1_0-1.62.0-2.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glib2-tools-2.62.6-3.3.1">
      <FullProductName ProductID="glib2-tools-2.62.6-3.3.1">glib2-tools-2.62.6-3.3.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-14.7.1">
      <FullProductName ProductID="gnutls-3.6.7-14.7.1">gnutls-3.6.7-14.7.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.04-9.34.1">
      <FullProductName ProductID="grub2-2.04-9.34.1">grub2-2.04-9.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grub2-i386-pc-2.04-9.34.1">
      <FullProductName ProductID="grub2-i386-pc-2.04-9.34.1">grub2-i386-pc-2.04-9.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grub2-x86_64-efi-2.04-9.34.1">
      <FullProductName ProductID="grub2-x86_64-efi-2.04-9.34.1">grub2-x86_64-efi-2.04-9.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gtk2-tools-2.24.32+67-2.28">
      <FullProductName ProductID="gtk2-tools-2.24.32+67-2.28">gtk2-tools-2.24.32+67-2.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gzip-1.1-3.3.1">
      <FullProductName ProductID="gzip-1.1-3.3.1">gzip-1.1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ha-cluster-bootstrap-0.5-11.23">
      <FullProductName ProductID="ha-cluster-bootstrap-0.5-11.23">ha-cluster-bootstrap-0.5-11.23</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.1">
      <FullProductName ProductID="habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.1">habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.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.71-3.3.1">
      <FullProductName ProductID="hwinfo-21.71-3.3.1">hwinfo-21.71-3.3.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+git20200204.7ccea28-1.22">
      <FullProductName ProductID="ipmitool-1.8.18+git20200204.7ccea28-1.22">ipmitool-1.8.18+git20200204.7ccea28-1.22</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iproute2-5.3-5.2.1">
      <FullProductName ProductID="iproute2-5.3-5.2.1">iproute2-5.3-5.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iptables-1.8.3-1.36">
      <FullProductName ProductID="iptables-1.8.3-1.36">iptables-1.8.3-1.36</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-10.5">
      <FullProductName ProductID="irqbalance-1.4.0-10.5">irqbalance-1.4.0-10.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="iscsiuio-0.7.8.6-22.9.1">
      <FullProductName ProductID="iscsiuio-0.7.8.6-22.9.1">iscsiuio-0.7.8.6-22.9.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-filesystem-5.3.0-1.36">
      <FullProductName ProductID="javapackages-filesystem-5.3.0-1.36">javapackages-filesystem-5.3.0-1.36</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="javapackages-tools-5.3.0-1.36">
      <FullProductName ProductID="javapackages-tools-5.3.0-1.36">javapackages-tools-5.3.0-1.36</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kbd-2.0.4-14.38">
      <FullProductName ProductID="kbd-2.0.4-14.38">kbd-2.0.4-14.38</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kbd-legacy-2.0.4-14.38">
      <FullProductName ProductID="kbd-legacy-2.0.4-14.38">kbd-legacy-2.0.4-14.38</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kdump-0.9.0-11.3.1">
      <FullProductName ProductID="kdump-0.9.0-11.3.1">kdump-0.9.0-11.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-5.3.18-24.49.2">
      <FullProductName ProductID="kernel-default-5.3.18-24.49.2">kernel-default-5.3.18-24.49.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kexec-tools-2.0.20-5.3.1">
      <FullProductName ProductID="kexec-tools-2.0.20-5.3.1">kexec-tools-2.0.20-5.3.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.4.0+git57.70549516-3.12.1">
      <FullProductName ProductID="ldirectord-4.4.0+git57.70549516-3.12.1">ldirectord-4.4.0+git57.70549516-3.12.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.12.7-4.12.2">
      <FullProductName ProductID="libQt5Core5-5.12.7-4.12.2">libQt5Core5-5.12.7-4.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5DBus5-5.12.7-4.12.2">
      <FullProductName ProductID="libQt5DBus5-5.12.7-4.12.2">libQt5DBus5-5.12.7-4.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Gui5-5.12.7-4.12.2">
      <FullProductName ProductID="libQt5Gui5-5.12.7-4.12.2">libQt5Gui5-5.12.7-4.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Network5-5.12.7-4.12.2">
      <FullProductName ProductID="libQt5Network5-5.12.7-4.12.2">libQt5Network5-5.12.7-4.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Svg5-5.12.7-1.49">
      <FullProductName ProductID="libQt5Svg5-5.12.7-1.49">libQt5Svg5-5.12.7-1.49</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5Widgets5-5.12.7-4.12.2">
      <FullProductName ProductID="libQt5Widgets5-5.12.7-4.12.2">libQt5Widgets5-5.12.7-4.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libQt5X11Extras5-5.12.7-1.49">
      <FullProductName ProductID="libQt5X11Extras5-5.12.7-1.49">libQt5X11Extras5-5.12.7-1.49</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.13.4-3.3.1">
      <FullProductName ProductID="libapparmor1-2.13.4-3.3.1">libapparmor1-2.13.4-3.3.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.34.1-1.56">
      <FullProductName ProductID="libatk-1_0-0-2.34.1-1.56">libatk-1_0-0-2.34.1-1.56</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libatspi0-2.34.0-2.23">
      <FullProductName ProductID="libatspi0-2.34.0-2.23">libatspi0-2.34.0-2.23</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-12.3.1">
      <FullProductName ProductID="libaudit1-2.8.1-12.3.1">libaudit1-2.8.1-12.3.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-12.3.1">
      <FullProductName ProductID="libauparse0-2.8.1-12.3.1">libauparse0-2.8.1-12.3.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-10.1">
      <FullProductName ProductID="libboost_regex1_66_0-1.66.0-10.1">libboost_regex1_66_0-1.66.0-10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libboost_system1_66_0-1.66.0-10.1">
      <FullProductName ProductID="libboost_system1_66_0-1.66.0-10.1">libboost_system1_66_0-1.66.0-10.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libboost_thread1_66_0-1.66.0-10.1">
      <FullProductName ProductID="libboost_thread1_66_0-1.66.0-10.1">libboost_thread1_66_0-1.66.0-10.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-1.55">
      <FullProductName ProductID="libcairo2-1.16.0-1.55">libcairo2-1.16.0-1.55</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-6.3.2">
      <FullProductName ProductID="libcfg6-2.4.5-6.3.2">libcfg6-2.4.5-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcmap4-2.4.5-6.3.2">
      <FullProductName ProductID="libcmap4-2.4.5-6.3.2">libcmap4-2.4.5-6.3.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-6.3.2">
      <FullProductName ProductID="libcorosync_common4-2.4.5-6.3.2">libcorosync_common4-2.4.5-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcpg4-2.4.5-6.3.2">
      <FullProductName ProductID="libcpg4-2.4.5-6.3.2">libcpg4-2.4.5-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcpupower0-5.5-6.3.1">
      <FullProductName ProductID="libcpupower0-5.5-6.3.1">libcpupower0-5.5-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcrack2-2.9.7-11.3.1">
      <FullProductName ProductID="libcrack2-2.9.7-11.3.1">libcrack2-2.9.7-11.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcroco-0_6-3-0.6.13-1.26">
      <FullProductName ProductID="libcroco-0_6-3-0.6.13-1.26">libcroco-0_6-3-0.6.13-1.26</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.66.0-4.11.1">
      <FullProductName ProductID="libcurl4-7.66.0-4.11.1">libcurl4-7.66.0-4.11.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.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libdcerpc-binding0-4.11.14+git.202.344b137b75d-4.14.1">libdcerpc-binding0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1">libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdevmapper-event1_03-1.02.163-8.24.1">
      <FullProductName ProductID="libdevmapper-event1_03-1.02.163-8.24.1">libdevmapper-event1_03-1.02.163-8.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdevmapper1_03-1.02.163-8.24.1">
      <FullProductName ProductID="libdevmapper1_03-1.02.163-8.24.1">libdevmapper1_03-1.02.163-8.24.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-conversion3-3.1.5-1.27">
      <FullProductName ProductID="libdouble-conversion3-3.1.5-1.27">libdouble-conversion3-3.1.5-1.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdrm2-2.4.100-1.46">
      <FullProductName ProductID="libdrm2-2.4.100-1.46">libdrm2-2.4.100-1.46</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-10.8">
      <FullProductName ProductID="libffi7-3.2.1.git259-10.8">libffi7-3.2.1.git259-10.8</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="libfreeipmi17-1.6.2-7.28">
      <FullProductName ProductID="libfreeipmi17-1.6.2-7.28">libfreeipmi17-1.6.2-7.28</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="libfribidi0-1.0.5-1.3">
      <FullProductName ProductID="libfribidi0-1.0.5-1.3">libfribidi0-1.0.5-1.3</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="libgbm1-19.3.4-45.23">
      <FullProductName ProductID="libgbm1-19.3.4-45.23">libgbm1-19.3.4-45.23</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-9.1">
      <FullProductName ProductID="libgd3-2.2.5-9.1">libgd3-2.2.5-9.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.40.0-3.3.1">
      <FullProductName ProductID="libgdk_pixbuf-2_0-0-2.40.0-3.3.1">libgdk_pixbuf-2_0-0-2.40.0-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgio-2_0-0-2.62.6-3.3.1">
      <FullProductName ProductID="libgio-2_0-0-2.62.6-3.3.1">libgio-2_0-0-2.62.6-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgirepository-1_0-1-1.62.0-2.28">
      <FullProductName ProductID="libgirepository-1_0-1-1.62.0-2.28">libgirepository-1_0-1-1.62.0-2.28</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libglib-2_0-0-2.62.6-3.3.1">
      <FullProductName ProductID="libglib-2_0-0-2.62.6-3.3.1">libglib-2_0-0-2.62.6-3.3.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.2.0-1.43">
      <FullProductName ProductID="libglvnd-1.2.0-1.43">libglvnd-1.2.0-1.43</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgmodule-2_0-0-2.62.6-3.3.1">
      <FullProductName ProductID="libgmodule-2_0-0-2.62.6-3.3.1">libgmodule-2_0-0-2.62.6-3.3.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-14.7.1">
      <FullProductName ProductID="libgnutls30-3.6.7-14.7.1">libgnutls30-3.6.7-14.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgobject-2_0-0-2.62.6-3.3.1">
      <FullProductName ProductID="libgobject-2_0-0-2.62.6-3.3.1">libgobject-2_0-0-2.62.6-3.3.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.13.1-2.57">
      <FullProductName ProductID="libgpgme11-1.13.1-2.57">libgpgme11-1.13.1-2.57</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.62.6-3.3.1">
      <FullProductName ProductID="libgthread-2_0-0-2.62.6-3.3.1">libgthread-2_0-0-2.62.6-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgtk-2_0-0-2.24.32+67-2.28">
      <FullProductName ProductID="libgtk-2_0-0-2.24.32+67-2.28">libgtk-2_0-0-2.24.32+67-2.28</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-2.6.4-1.56">
      <FullProductName ProductID="libharfbuzz0-2.6.4-1.56">libharfbuzz0-2.6.4-1.56</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="libicu-suse65_1-65.1-2.1">
      <FullProductName ProductID="libicu-suse65_1-65.1-2.1">libicu-suse65_1-65.1-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libicu65_1-ledata-65.1-2.1">
      <FullProductName ProductID="libicu65_1-ledata-65.1-2.1">libicu65_1-ledata-65.1-2.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="libip4tc2-1.8.3-1.36">
      <FullProductName ProductID="libip4tc2-1.8.3-1.36">libip4tc2-1.8.3-1.36</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libip6tc2-1.8.3-1.36">
      <FullProductName ProductID="libip6tc2-1.8.3-1.36">libip6tc2-1.8.3-1.36</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="libldb2-2.0.12-3.3.1">
      <FullProductName ProductID="libldb2-2.0.12-3.3.1">libldb2-2.0.12-3.3.1</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="liblvm2cmd2_03-2.03.05-8.24.1">
      <FullProductName ProductID="liblvm2cmd2_03-2.03.05-8.24.1">liblvm2cmd2_03-2.03.05-8.24.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-60-60.9.0-4.4">
      <FullProductName ProductID="libmozjs-60-60.9.0-4.4">libmozjs-60-60.9.0-4.4</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.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libndr-krb5pac0-4.11.14+git.202.344b137b75d-4.14.1">libndr-krb5pac0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1">libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1">libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libndr0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libndr0-4.11.14+git.202.344b137b75d-4.14.1">libndr0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetapi0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libnetapi0-4.11.14+git.202.344b137b75d-4.14.1">libnetapi0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnetfilter_conntrack3-1.0.7-1.38">
      <FullProductName ProductID="libnetfilter_conntrack3-1.0.7-1.38">libnetfilter_conntrack3-1.0.7-1.38</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="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="libnftnl11-1.1.4-1.39">
      <FullProductName ProductID="libnftnl11-1.1.4-1.39">libnftnl11-1.1.4-1.39</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libnghttp2-14-1.40.0-1.15">
      <FullProductName ProductID="libnghttp2-14-1.40.0-1.15">libnghttp2-14-1.40.0-1.15</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="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.1.3-22.9.1">
      <FullProductName ProductID="libopeniscsiusr0_2_0-2.1.3-22.9.1">libopeniscsiusr0_2_0-2.1.3-22.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1d-11.12.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1d-11.12.1">libopenssl1_1-1.1.1d-11.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.4+20200616.2deceaa3a-3.3.1">
      <FullProductName ProductID="libpacemaker3-2.0.4+20200616.2deceaa3a-3.3.1">libpacemaker3-2.0.4+20200616.2deceaa3a-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpango-1_0-0-1.44.7+11-1.25">
      <FullProductName ProductID="libpango-1_0-0-1.44.7+11-1.25">libpango-1_0-0-1.44.7+11-1.25</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-16-0-10.31-1.14">
      <FullProductName ProductID="libpcre2-16-0-10.31-1.14">libpcre2-16-0-10.31-1.14</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.116-1.51">
      <FullProductName ProductID="libpolkit0-0.116-1.51">libpolkit0-0.116-1.51</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="libpython2_7-1_0-2.7.17-7.52.2">
      <FullProductName ProductID="libpython2_7-1_0-2.7.17-7.52.2">libpython2_7-1_0-2.7.17-7.52.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-6.3.2">
      <FullProductName ProductID="libquorum5-2.4.5-6.3.2">libquorum5-2.4.5-6.3.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-6.3.2">
      <FullProductName ProductID="libsam4-2.4.5-6.3.2">libsam4-2.4.5-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsamdb0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsamdb0-4.11.14+git.202.344b137b75d-4.14.1">libsamdb0-4.11.14+git.202.344b137b75d-4.14.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-3.0-1.31">
      <FullProductName ProductID="libselinux1-3.0-1.31">libselinux1-3.0-1.31</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsemanage1-3.0-1.27">
      <FullProductName ProductID="libsemanage1-3.0-1.27">libsemanage1-3.0-1.27</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-3.0-1.31">
      <FullProductName ProductID="libsepol1-3.0-1.31">libsepol1-3.0-1.31</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.2-1.18">
      <FullProductName ProductID="libsigc-2_0-0-2.10.2-1.18">libsigc-2_0-0-2.10.2-1.18</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.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsmbconf0-4.11.14+git.202.344b137b75d-4.14.1">libsmbconf0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsmbldap2-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libsmbldap2-4.11.14+git.202.344b137b75d-4.14.1">libsmbldap2-4.11.14+git.202.344b137b75d-4.14.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.13.1">
      <FullProductName ProductID="libsolv-tools-0.7.16-3.13.1">libsolv-tools-0.7.16-3.13.1</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.2.76-3.7.1">
      <FullProductName ProductID="libstorage-ng-ruby-4.2.76-3.7.1">libstorage-ng-ruby-4.2.76-3.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libstorage-ng1-4.2.76-3.7.1">
      <FullProductName ProductID="libstorage-ng1-4.2.76-3.7.1">libstorage-ng1-4.2.76-3.7.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.2.0-1.39">
      <FullProductName ProductID="libtalloc2-2.2.0-1.39">libtalloc2-2.2.0-1.39</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.4.2-1.39">
      <FullProductName ProductID="libtdb1-1.4.2-1.39">libtdb1-1.4.2-1.39</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1">libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtevent0-0.10.0-1.38">
      <FullProductName ProductID="libtevent0-0.10.0-1.38">libtevent0-0.10.0-1.38</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-6.3.2">
      <FullProductName ProductID="libtotem_pg5-2.4.5-6.3.2">libtotem_pg5-2.4.5-6.3.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-6.0.0-13.8.1">
      <FullProductName ProductID="libvirt-client-6.0.0-13.8.1">libvirt-client-6.0.0-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvirt-libs-6.0.0-13.8.1">
      <FullProductName ProductID="libvirt-libs-6.0.0-13.8.1">libvirt-libs-6.0.0-13.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvotequorum8-2.4.5-6.3.2">
      <FullProductName ProductID="libvotequorum8-2.4.5-6.3.2">libvotequorum8-2.4.5-6.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwacom-data-1.1-2.58">
      <FullProductName ProductID="libwacom-data-1.1-2.58">libwacom-data-1.1-2.58</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwacom2-1.1-2.58">
      <FullProductName ProductID="libwacom2-1.1-2.58">libwacom2-1.1-2.58</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwayland-server0-1.18.0-1.19">
      <FullProductName ProductID="libwayland-server0-1.18.0-1.19">libwayland-server0-1.18.0-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwbclient0-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="libwbclient0-4.11.14+git.202.344b137b75d-4.14.1">libwbclient0-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwebp7-1.0.3-1.62">
      <FullProductName ProductID="libwebp7-1.0.3-1.62">libwebp7-1.0.3-1.62</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="libx86emu3-3.1-1.23">
      <FullProductName ProductID="libx86emu3-3.1-1.23">libx86emu3-3.1-1.23</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-xinput0-1.13-3.5.1">
      <FullProductName ProductID="libxcb-xinput0-1.13-3.5.1">libxcb-xinput0-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.8.3-1.36">
      <FullProductName ProductID="libxtables12-1.8.3-1.36">libxtables12-1.8.3-1.36</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-pkg11-2.50.7-1.8">
      <FullProductName ProductID="libyui-ncurses-pkg11-2.50.7-1.8">libyui-ncurses-pkg11-2.50.7-1.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui-ncurses11-2.54.5-1.36">
      <FullProductName ProductID="libyui-ncurses11-2.54.5-1.36">libyui-ncurses11-2.54.5-1.36</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui-qt11-2.52.4-1.8">
      <FullProductName ProductID="libyui-qt11-2.52.4-1.8">libyui-qt11-2.52.4-1.8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libyui11-3.9.3-1.29">
      <FullProductName ProductID="libyui11-3.9.3-1.29">libyui11-3.9.3-1.29</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.6-3.28.2">
      <FullProductName ProductID="libzypp-17.25.6-3.28.2">libzypp-17.25.6-3.28.2</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="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.03.05-8.24.1">
      <FullProductName ProductID="lvm2-2.03.05-8.24.1">lvm2-2.03.05-8.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="lvm2-lockd-2.03.05-8.24.1">
      <FullProductName ProductID="lvm2-lockd-2.03.05-8.24.1">lvm2-lockd-2.03.05-8.24.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.7-4.1">
      <FullProductName ProductID="makedumpfile-1.6.7-4.1">makedumpfile-1.6.7-4.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-5.3.18-24.49.2">
      <FullProductName ProductID="ocfs2-kmp-default-5.3.18-24.49.2">ocfs2-kmp-default-5.3.18-24.49.2</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.1.3-22.9.1">
      <FullProductName ProductID="open-iscsi-2.1.3-22.9.1">open-iscsi-2.1.3-22.9.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-8.1p1-5.12.3">
      <FullProductName ProductID="openssh-8.1p1-5.12.3">openssh-8.1p1-5.12.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1.1.1d-1.46">
      <FullProductName ProductID="openssl-1.1.1d-1.46">openssl-1.1.1d-1.46</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1d-11.12.1">
      <FullProductName ProductID="openssl-1_1-1.1.1d-11.12.1">openssl-1_1-1.1.1d-11.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.4+20200616.2deceaa3a-3.3.1">
      <FullProductName ProductID="pacemaker-2.0.4+20200616.2deceaa3a-3.3.1">pacemaker-2.0.4+20200616.2deceaa3a-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.1">
      <FullProductName ProductID="pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.1">pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.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-1.1-1.43">
      <FullProductName ProductID="pam-config-1.1-1.43">pam-config-1.1-1.43</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="patterns-base-base-20200124-2.7">
      <FullProductName ProductID="patterns-base-base-20200124-2.7">patterns-base-base-20200124-2.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-base-basesystem-20200124-2.7">
      <FullProductName ProductID="patterns-base-basesystem-20200124-2.7">patterns-base-basesystem-20200124-2.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="patterns-base-minimal_base-20200124-2.7">
      <FullProductName ProductID="patterns-base-minimal_base-20200124-2.7">patterns-base-minimal_base-20200124-2.7</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.931-3.3.1">
      <FullProductName ProductID="perl-Bootloader-0.931-3.3.1">perl-Bootloader-0.931-3.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.88-1.44">
      <FullProductName ProductID="perl-Net-SSLeay-1.88-1.44">perl-Net-SSLeay-1.88-1.44</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-20181224-23.3.1">
      <FullProductName ProductID="permissions-20181224-23.3.1">permissions-20181224-23.3.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.116-1.51">
      <FullProductName ProductID="polkit-0.116-1.51">polkit-0.116-1.51</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="polkit-default-privs-13.2+20201209.bd89a77-3.3.3">
      <FullProductName ProductID="polkit-default-privs-13.2+20201209.bd89a77-3.3.3">polkit-default-privs-13.2+20201209.bd89a77-3.3.3</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="purge-kernels-service-0-6.2">
      <FullProductName ProductID="purge-kernels-service-0-6.2">purge-kernels-service-0-6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python-base-2.7.17-7.52.2">
      <FullProductName ProductID="python-base-2.7.17-7.52.2">python-base-2.7.17-7.52.2</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="python2-shaptools-0.3.11+git.1605798399.b036435-3.6.1">
      <FullProductName ProductID="python2-shaptools-0.3.11+git.1605798399.b036435-3.6.1">python2-shaptools-0.3.11+git.1605798399.b036435-3.6.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.8.0-1.6">
      <FullProductName ProductID="python3-Babel-2.8.0-1.6">python3-Babel-2.8.0-1.6</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-SecretStorage-2.3.1-2.35">
      <FullProductName ProductID="python3-SecretStorage-2.3.1-2.35">python3-SecretStorage-2.3.1-2.35</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-asn1crypto-0.24.0-1.2">
      <FullProductName ProductID="python3-asn1crypto-0.24.0-1.2">python3-asn1crypto-0.24.0-1.2</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-cachetools-4.1.0-1.6">
      <FullProductName ProductID="python3-cachetools-4.1.0-1.6">python3-cachetools-4.1.0-1.6</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-cffi-1.13.2-1.25">
      <FullProductName ProductID="python3-cffi-1.13.2-1.25">python3-cffi-1.13.2-1.25</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.27-1.21">
      <FullProductName ProductID="python3-configshell-fb-1.1.27-1.21">python3-configshell-fb-1.1.27-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-cryptography-2.8-3.6.1">
      <FullProductName ProductID="python3-cryptography-2.8-3.6.1">python3-cryptography-2.8-3.6.1</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.4.2-7.3.13">
      <FullProductName ProductID="python3-decorator-4.4.2-7.3.13">python3-decorator-4.4.2-7.3.13</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-fasteners-0.14.1-3.2.4">
      <FullProductName ProductID="python3-fasteners-0.14.1-3.2.4">python3-fasteners-0.14.1-3.2.4</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.34.0-2.27">
      <FullProductName ProductID="python3-gobject-3.34.0-2.27">python3-gobject-3.34.0-2.27</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-google-api-python-client-1.7.4-3.3.1">
      <FullProductName ProductID="python3-google-api-python-client-1.7.4-3.3.1">python3-google-api-python-client-1.7.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-google-auth-1.5.1-3.2.1">
      <FullProductName ProductID="python3-google-auth-1.5.1-3.2.1">python3-google-auth-1.5.1-3.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-google-auth-httplib2-0.0.3-1.3.2">
      <FullProductName ProductID="python3-google-auth-httplib2-0.0.3-1.3.2">python3-google-auth-httplib2-0.0.3-1.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-httplib2-0.10.3-1.38">
      <FullProductName ProductID="python3-httplib2-0.10.3-1.38">python3-httplib2-0.10.3-1.38</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-keyring-10.5.0-2.3">
      <FullProductName ProductID="python3-keyring-10.5.0-2.3">python3-keyring-10.5.0-2.3</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.4.2-1.24">
      <FullProductName ProductID="python3-lxml-4.4.2-1.24">python3-lxml-4.4.2-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-monotonic-1.5-7.3.13">
      <FullProductName ProductID="python3-monotonic-1.5-7.3.13">python3-monotonic-1.5-7.3.13</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-oauth2client-4.1.2-1.57">
      <FullProductName ProductID="python3-oauth2client-4.1.2-1.57">python3-oauth2client-4.1.2-1.57</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-oauth2client-gce-4.1.2-1.57">
      <FullProductName ProductID="python3-oauth2client-gce-4.1.2-1.57">python3-oauth2client-gce-4.1.2-1.57</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-packaging-20.3-1.9">
      <FullProductName ProductID="python3-packaging-20.3-1.9">python3-packaging-20.3-1.9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-parallax-1.0.6-4.3.1">
      <FullProductName ProductID="python3-parallax-1.0.6-4.3.1">python3-parallax-1.0.6-4.3.1</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-pyasn1-0.4.2-1.2">
      <FullProductName ProductID="python3-pyasn1-0.4.2-1.2">python3-pyasn1-0.4.2-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pyasn1-modules-0.2.1-3.4.12">
      <FullProductName ProductID="python3-pyasn1-modules-0.2.1-3.4.12">python3-pyasn1-modules-0.2.1-3.4.12</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pycparser-2.17-1.24">
      <FullProductName ProductID="python3-pycparser-2.17-1.24">python3-pycparser-2.17-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-pycryptodome-3.9.0-1.44">
      <FullProductName ProductID="python3-pycryptodome-3.9.0-1.44">python3-pycryptodome-3.9.0-1.44</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-pyroute2-0.5.10-3.3.1">
      <FullProductName ProductID="python3-pyroute2-0.5.10-3.3.1">python3-pyroute2-0.5.10-3.3.1</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-20.3">
      <FullProductName ProductID="python3-rpm-4.14.1-20.3">python3-rpm-4.14.1-20.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-rsa-3.4.2-1.21">
      <FullProductName ProductID="python3-rsa-3.4.2-1.21">python3-rsa-3.4.2-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-rtslib-fb-2.1.73-3.6.1">
      <FullProductName ProductID="python3-rtslib-fb-2.1.73-3.6.1">python3-rtslib-fb-2.1.73-3.6.1</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-simplejson-3.13.2-1.21">
      <FullProductName ProductID="python3-simplejson-3.13.2-1.21">python3-simplejson-3.13.2-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-six-1.14.0-3.2.1">
      <FullProductName ProductID="python3-six-1.14.0-3.2.1">python3-six-1.14.0-3.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-solv-0.7.16-3.13.1">
      <FullProductName ProductID="python3-solv-0.7.16-3.13.1">python3-solv-0.7.16-3.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-talloc-2.2.0-1.39">
      <FullProductName ProductID="python3-talloc-2.2.0-1.39">python3-talloc-2.2.0-1.39</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-targetcli-fb-2.1.52-3.3.1">
      <FullProductName ProductID="python3-targetcli-fb-2.1.52-3.3.1">python3-targetcli-fb-2.1.52-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-uritemplate-3.0.0-1.38">
      <FullProductName ProductID="python3-uritemplate-3.0.0-1.38">python3-uritemplate-3.0.0-1.38</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.2.20200729-3.3.2">
      <FullProductName ProductID="release-notes-ha-15.2.20200729-3.3.2">release-notes-ha-15.2.20200729-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="release-notes-sles-for-sap-15.2.20200729-3.3.2">
      <FullProductName ProductID="release-notes-sles-for-sap-15.2.20200729-3.3.2">release-notes-sles-for-sap-15.2.20200729-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="resource-agents-4.4.0+git57.70549516-3.12.1">
      <FullProductName ProductID="resource-agents-4.4.0+git57.70549516-3.12.1">resource-agents-4.4.0+git57.70549516-3.12.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-ndb-4.14.1-20.3">
      <FullProductName ProductID="rpm-ndb-4.14.1-20.3">rpm-ndb-4.14.1-20.3</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.39.0-4.7.3">
      <FullProductName ProductID="rsyslog-8.39.0-4.7.3">rsyslog-8.39.0-4.7.3</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="ruby-solv-0.7.16-3.13.1">
      <FullProductName ProductID="ruby-solv-0.7.16-3.13.1">ruby-solv-0.7.16-3.13.1</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-1.0.2-1.33">
      <FullProductName ProductID="ruby2.5-rubygem-cfa-1.0.2-1.33">ruby2.5-rubygem-cfa-1.0.2-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-cfa_grub2-2.0.0-1.55">
      <FullProductName ProductID="ruby2.5-rubygem-cfa_grub2-2.0.0-1.55">ruby2.5-rubygem-cfa_grub2-2.0.0-1.55</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ruby2.5-rubygem-cheetah-0.5.2-1.33">
      <FullProductName ProductID="ruby2.5-rubygem-cheetah-0.5.2-1.33">ruby2.5-rubygem-cheetah-0.5.2-1.33</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-master-3000-24.1">
      <FullProductName ProductID="salt-master-3000-24.1">salt-master-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="salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1">
      <FullProductName ProductID="salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1">salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="salt-standalone-formulas-configuration-3000-24.1">
      <FullProductName ProductID="salt-standalone-formulas-configuration-3000-24.1">salt-standalone-formulas-configuration-3000-24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="samba-libs-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="samba-libs-4.11.14+git.202.344b137b75d-4.14.1">samba-libs-4.11.14+git.202.344b137b75d-4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.1">
      <FullProductName ProductID="samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.1">samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.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="saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2">
      <FullProductName ProductID="saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2">saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2">
      <FullProductName ProductID="sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2">sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="saptune-2.0.3-8.11.1">
      <FullProductName ProductID="saptune-2.0.3-8.11.1">saptune-2.0.3-8.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sbd-1.4.1+20200807.883c2f8-3.3.2">
      <FullProductName ProductID="sbd-1.4.1+20200807.883c2f8-3.3.2">sbd-1.4.1+20200807.883c2f8-3.3.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.12-1.26">
      <FullProductName ProductID="shared-mime-info-1.12-1.26">shared-mime-info-1.12-1.26</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="socat-1.7.3.2-4.1">
      <FullProductName ProductID="socat-1.7.3.2-4.1">socat-1.7.3.2-4.1</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-5.3-1.44">
      <FullProductName ProductID="strace-5.3-1.44">strace-5.3-1.44</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.2.11-2.1">
      <FullProductName ProductID="suse-module-tools-15.2.11-2.1">suse-module-tools-15.2.11-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysconfig-0.85.6-3.3.1">
      <FullProductName ProductID="sysconfig-0.85.6-3.3.1">sysconfig-0.85.6-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysconfig-netconfig-0.85.6-3.3.1">
      <FullProductName ProductID="sysconfig-netconfig-0.85.6-3.3.1">sysconfig-netconfig-0.85.6-3.3.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.52-3.3.1">
      <FullProductName ProductID="targetcli-fb-common-2.1.52-3.3.1">targetcli-fb-common-2.1.52-3.3.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.4.2-1.39">
      <FullProductName ProductID="tdb-tools-1.4.2-1.39">tdb-tools-1.4.2-1.39</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="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-20.3.3">
      <FullProductName ProductID="wallpaper-branding-SLE-15-20.3.3">wallpaper-branding-SLE-15-20.3.3</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.3.4">
      <FullProductName ProductID="wicked-0.6.64-3.3.4">wicked-0.6.64-3.3.4</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wicked-service-0.6.64-3.3.4">
      <FullProductName ProductID="wicked-service-0.6.64-3.3.4">wicked-service-0.6.64-3.3.4</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-1.1.3+20190413-1.24">
      <FullProductName ProductID="xdg-utils-1.1.3+20190413-1.24">xdg-utils-1.1.3+20190413-1.24</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-libs-4.13.2_06-3.22.1">
      <FullProductName ProductID="xen-libs-4.13.2_06-3.22.1">xen-libs-4.13.2_06-3.22.1</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-13.3.1">
      <FullProductName ProductID="xorg-x11-fonts-core-7.6-13.3.1">xorg-x11-fonts-core-7.6-13.3.1</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.8.3-1.36">
      <FullProductName ProductID="xtables-plugins-1.8.3-1.36">xtables-plugins-1.8.3-1.36</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xterm-bin-330-9.1">
      <FullProductName ProductID="xterm-bin-330-9.1">xterm-bin-330-9.1</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.2.92-3.24.1">
      <FullProductName ProductID="yast2-4.2.92-3.24.1">yast2-4.2.92-3.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-add-on-4.2.17-3.3.2">
      <FullProductName ProductID="yast2-add-on-4.2.17-3.3.2">yast2-add-on-4.2.17-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-audit-laf-4.2.0-1.152">
      <FullProductName ProductID="yast2-audit-laf-4.2.0-1.152">yast2-audit-laf-4.2.0-1.152</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-bootloader-4.2.26-3.3.2">
      <FullProductName ProductID="yast2-bootloader-4.2.26-3.3.2">yast2-bootloader-4.2.26-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-cluster-4.2.11-3.12.1">
      <FullProductName ProductID="yast2-cluster-4.2.11-3.12.1">yast2-cluster-4.2.11-3.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-control-center-4.2.3-1.67">
      <FullProductName ProductID="yast2-control-center-4.2.3-1.67">yast2-control-center-4.2.3-1.67</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-control-center-qt-4.2.3-1.67">
      <FullProductName ProductID="yast2-control-center-qt-4.2.3-1.67">yast2-control-center-qt-4.2.3-1.67</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.2.20-3.3.2">
      <FullProductName ProductID="yast2-country-4.2.20-3.3.2">yast2-country-4.2.20-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-country-data-4.2.20-3.3.2">
      <FullProductName ProductID="yast2-country-data-4.2.20-3.3.2">yast2-country-data-4.2.20-3.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-dhcp-server-4.2.3-1.32">
      <FullProductName ProductID="yast2-dhcp-server-4.2.3-1.32">yast2-dhcp-server-4.2.3-1.32</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-dns-server-4.2.4-1.163">
      <FullProductName ProductID="yast2-dns-server-4.2.4-1.163">yast2-dns-server-4.2.4-1.163</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-drbd-4.2.2-1.111">
      <FullProductName ProductID="yast2-drbd-4.2.2-1.111">yast2-drbd-4.2.2-1.111</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-firewall-4.2.6-3.6.1">
      <FullProductName ProductID="yast2-firewall-4.2.6-3.6.1">yast2-firewall-4.2.6-3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ftp-server-4.2.5-1.2">
      <FullProductName ProductID="yast2-ftp-server-4.2.5-1.2">yast2-ftp-server-4.2.5-1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-hardware-detection-4.1.1-1.68">
      <FullProductName ProductID="yast2-hardware-detection-4.1.1-1.68">yast2-hardware-detection-4.1.1-1.68</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-http-server-4.2.7-1.64">
      <FullProductName ProductID="yast2-http-server-4.2.7-1.64">yast2-http-server-4.2.7-1.64</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-installation-4.2.49-3.19.1">
      <FullProductName ProductID="yast2-installation-4.2.49-3.19.1">yast2-installation-4.2.49-3.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iplb-4.2.0-1.152">
      <FullProductName ProductID="yast2-iplb-4.2.0-1.152">yast2-iplb-4.2.0-1.152</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iscsi-client-4.2.6-1.7">
      <FullProductName ProductID="yast2-iscsi-client-4.2.6-1.7">yast2-iscsi-client-4.2.6-1.7</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-iscsi-lio-server-4.2.5-1.19">
      <FullProductName ProductID="yast2-iscsi-lio-server-4.2.5-1.19">yast2-iscsi-lio-server-4.2.5-1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-journal-4.2.2-1.143">
      <FullProductName ProductID="yast2-journal-4.2.2-1.143">yast2-journal-4.2.2-1.143</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-kdump-4.2.9-1.79">
      <FullProductName ProductID="yast2-kdump-4.2.9-1.79">yast2-kdump-4.2.9-1.79</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.2.92-3.24.1">
      <FullProductName ProductID="yast2-logs-4.2.92-3.24.1">yast2-logs-4.2.92-3.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-mail-4.2.3-3.3.1">
      <FullProductName ProductID="yast2-mail-4.2.3-3.3.1">yast2-mail-4.2.3-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-network-4.2.91-3.44.1">
      <FullProductName ProductID="yast2-network-4.2.91-3.44.1">yast2-network-4.2.91-3.44.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-client-4.2.8-1.13">
      <FullProductName ProductID="yast2-nfs-client-4.2.8-1.13">yast2-nfs-client-4.2.8-1.13</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-common-4.2.4-1.68">
      <FullProductName ProductID="yast2-nfs-common-4.2.4-1.68">yast2-nfs-common-4.2.4-1.68</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nfs-server-4.2.4-1.68">
      <FullProductName ProductID="yast2-nfs-server-4.2.4-1.68">yast2-nfs-server-4.2.4-1.68</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nis-client-4.2.4-3.3.1">
      <FullProductName ProductID="yast2-nis-client-4.2.4-3.3.1">yast2-nis-client-4.2.4-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-nis-server-4.2.2-1.64">
      <FullProductName ProductID="yast2-nis-server-4.2.2-1.64">yast2-nis-server-4.2.2-1.64</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ntp-client-4.2.11-1.46">
      <FullProductName ProductID="yast2-ntp-client-4.2.11-1.46">yast2-ntp-client-4.2.11-1.46</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-online-update-4.2.2-1.176">
      <FullProductName ProductID="yast2-online-update-4.2.2-1.176">yast2-online-update-4.2.2-1.176</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-online-update-frontend-4.2.2-1.176">
      <FullProductName ProductID="yast2-online-update-frontend-4.2.2-1.176">yast2-online-update-frontend-4.2.2-1.176</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-packager-4.2.69-3.15.1">
      <FullProductName ProductID="yast2-packager-4.2.69-3.15.1">yast2-packager-4.2.69-3.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-pam-4.2.5-3.3.2">
      <FullProductName ProductID="yast2-pam-4.2.5-3.3.2">yast2-pam-4.2.5-3.3.2</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.2.15-3.12.2">
      <FullProductName ProductID="yast2-pkg-bindings-4.2.15-3.12.2">yast2-pkg-bindings-4.2.15-3.12.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-printer-4.2.0-1.152">
      <FullProductName ProductID="yast2-printer-4.2.0-1.152">yast2-printer-4.2.0-1.152</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-proxy-4.2.2-1.143">
      <FullProductName ProductID="yast2-proxy-4.2.2-1.143">yast2-proxy-4.2.2-1.143</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-python3-bindings-4.1.3-1.21">
      <FullProductName ProductID="yast2-python3-bindings-4.1.3-1.21">yast2-python3-bindings-4.1.3-1.21</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-registration-4.2.46-3.9.2">
      <FullProductName ProductID="yast2-registration-4.2.46-3.9.2">yast2-registration-4.2.46-3.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ruby-bindings-4.2.9-3.3.1">
      <FullProductName ProductID="yast2-ruby-bindings-4.2.9-3.3.1">yast2-ruby-bindings-4.2.9-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-samba-client-4.2.3-1.35">
      <FullProductName ProductID="yast2-samba-client-4.2.3-1.35">yast2-samba-client-4.2.3-1.35</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-samba-server-4.2.4-1.6">
      <FullProductName ProductID="yast2-samba-server-4.2.4-1.6">yast2-samba-server-4.2.4-1.6</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.2.10-1.26">
      <FullProductName ProductID="yast2-schema-4.2.10-1.26">yast2-schema-4.2.10-1.26</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-security-4.2.19-3.16.3">
      <FullProductName ProductID="yast2-security-4.2.19-3.16.3">yast2-security-4.2.19-3.16.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-services-manager-4.2.7-3.3.1">
      <FullProductName ProductID="yast2-services-manager-4.2.7-3.3.1">yast2-services-manager-4.2.7-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-slp-4.1.1-1.143">
      <FullProductName ProductID="yast2-slp-4.1.1-1.143">yast2-slp-4.1.1-1.143</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-squid-4.2.1-1.153">
      <FullProductName ProductID="yast2-squid-4.2.1-1.153">yast2-squid-4.2.1-1.153</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-storage-ng-4.2.114-3.14.3">
      <FullProductName ProductID="yast2-storage-ng-4.2.114-3.14.3">yast2-storage-ng-4.2.114-3.14.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sudo-4.2.3-1.72">
      <FullProductName ProductID="yast2-sudo-4.2.3-1.72">yast2-sudo-4.2.3-1.72</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-support-4.2.3-1.94">
      <FullProductName ProductID="yast2-support-4.2.3-1.94">yast2-support-4.2.3-1.94</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-sysconfig-4.2.1-1.141">
      <FullProductName ProductID="yast2-sysconfig-4.2.1-1.141">yast2-sysconfig-4.2.1-1.141</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-tftp-server-4.2.0-1.152">
      <FullProductName ProductID="yast2-tftp-server-4.2.0-1.152">yast2-tftp-server-4.2.0-1.152</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.2.5-3.5.1">
      <FullProductName ProductID="yast2-tune-4.2.5-3.5.1">yast2-tune-4.2.5-3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-update-4.2.21-3.7.1">
      <FullProductName ProductID="yast2-update-4.2.21-3.7.1">yast2-update-4.2.21-3.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-users-4.2.11-1.1">
      <FullProductName ProductID="yast2-users-4.2.11-1.1">yast2-users-4.2.11-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-xml-4.1.1-1.33">
      <FullProductName ProductID="yast2-xml-4.1.1-1.33">yast2-xml-4.1.1-1.33</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="yast2-ycp-ui-bindings-4.2.9-1.39">
      <FullProductName ProductID="yast2-ycp-ui-bindings-4.2.9-1.39">yast2-ycp-ui-bindings-4.2.9-1.39</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.42-3.17.1">
      <FullProductName ProductID="zypper-1.14.42-3.17.1">zypper-1.14.42-3.17.1</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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="SLES_SAP-release-15.2-44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:SLES_SAP-release-15.2-44.1">SLES_SAP-release-15.2-44.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="SUSEConnect-0.3.29-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:SUSEConnect-0.3.29-3.6.1">SUSEConnect-0.3.29-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="apparmor-parser-2.13.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:apparmor-parser-2.13.4-3.3.1">apparmor-parser-2.13.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="at-3.1.20-2.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="at-spi2-core-2.34.0-2.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:at-spi2-core-2.34.0-2.23">at-spi2-core-2.34.0-2.23 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="attr-2.4.47-2.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="audit-2.8.1-12.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:audit-2.8.1-12.3.1">audit-2.8.1-12.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="augeas-1.10.1-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="autoyast2-installation-4.2.45-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:autoyast2-installation-4.2.45-3.6.1">autoyast2-installation-4.2.45-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bash-4.4-9.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bing-1.0.5-3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="blog-2.18-4.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:blog-2.18-4.11">blog-2.18-4.11 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="bonnie-1.5-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:bonnie-1.5-1.18">bonnie-1.5-1.18 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="boost-license1_66_0-1.66.0-10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:boost-license1_66_0-1.66.0-10.1">boost-license1_66_0-1.66.0-10.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ca-certificates-mozilla-2.44-9.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ca-certificates-mozilla-2.44-9.6.1">ca-certificates-mozilla-2.44-9.6.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="chrony-3.2-9.18.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-24.49.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2">cluster-md-kmp-default-5.3.18-24.49.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="conntrack-tools-1.4.5-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:conntrack-tools-1.4.5-1.46">conntrack-tools-1.4.5-1.46 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="coreutils-8.29-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:coreutils-8.29-2.12">coreutils-8.29-2.12 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="corosync-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:corosync-2.4.5-6.3.2">corosync-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpio-2.12-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpp-7-3.3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:cpp-7-3.3.22">cpp-7-3.3.22 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cpupower-5.5-6.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:cpupower-5.5-6.3.1">cpupower-5.5-6.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cracklib-2.9.7-11.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:cracklib-2.9.7-11.3.1">cracklib-2.9.7-11.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cracklib-dict-small-2.9.7-11.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:cracklib-dict-small-2.9.7-11.3.1">cracklib-dict-small-2.9.7-11.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crash-7.2.8-18.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:crash-7.2.8-18.2.1">crash-7.2.8-18.2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1">crmsh-4.2.0+git.1609987436.0d3a9bf5-5.35.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.1">crmsh-scripts-4.2.0+git.1609987436.0d3a9bf5-5.35.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="cron-4.2-6.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ctdb-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ctdb-4.11.14+git.202.344b137b75d-4.14.1">ctdb-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="curl-7.66.0-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:curl-7.66.0-4.11.1">curl-7.66.0-4.11.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dejavu-fonts-2.37-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="deltarpm-3.6.1-3.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="desktop-data-SLE-15-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="device-mapper-1.02.163-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:device-mapper-1.02.163-8.24.1">device-mapper-1.02.163-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dialog-1.3-3.3.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="diffutils-3.6-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-24.49.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2">dlm-kmp-default-5.3.18-24.49.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dmidecode-3.2-9.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dos2unix-7.4.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dosfstools-4.1-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dosfstools-4.1-1.39">dosfstools-4.1-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-049.1+suse.185.g9324648a-3.21.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dracut-049.1+suse.185.g9324648a-3.21.1">dracut-049.1+suse.185.g9324648a-3.21.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-9.0.22~1+git.fe2b5983-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:drbd-9.0.22~1+git.fe2b5983-3.5.1">drbd-9.0.22~1+git.fe2b5983-3.5.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2">drbd-formula-0.4.0+git.1611073587.55c0dfd-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1">drbd-kmp-default-9.0.22~1+git.fe2b5983_k5.3.18_24.37-3.5.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="drbd-utils-9.13.0-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:drbd-utils-9.13.0-3.6.1">drbd-utils-9.13.0-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="efibootmgr-14-2.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:efibootmgr-14-2.8">efibootmgr-14-2.8 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="elfutils-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ethtool-5.3-1.32" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ethtool-5.3-1.32">ethtool-5.3-1.32 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="expect-5.45.3-1.63" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fdupes-1.61-1.452" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:fdupes-1.61-1.452">fdupes-1.61-1.452 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="file-5.32-7.11.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="filesystem-15.0-9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:filesystem-15.0-9.2">filesystem-15.0-9.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fillup-1.42-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:fillup-1.42-2.18">fillup-1.42-2.18 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="fping-4.0-4.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gawk-4.2.1-1.41" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdk-pixbuf-query-loaders-2.40.0-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gdk-pixbuf-query-loaders-2.40.0-3.3.1">gdk-pixbuf-query-loaders-2.40.0-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-24.49.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2">gfs2-kmp-default-5.3.18-24.49.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gio-branding-SLE-15-14.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gio-branding-SLE-15-14.2.1">gio-branding-SLE-15-14.2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="girepository-1_0-1.62.0-2.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:girepository-1_0-1.62.0-2.28">girepository-1_0-1.62.0-2.28 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glib2-tools-2.62.6-3.3.1">glib2-tools-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="glibc-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gnutls-3.6.7-14.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gnutls-3.6.7-14.7.1">gnutls-3.6.7-14.7.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gptfdisk-1.0.1-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grep-3.1-4.3.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="growpart-0.31-5.9.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-2.04-9.34.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-2.04-9.34.1">grub2-2.04-9.34.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-i386-pc-2.04-9.34.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1">grub2-i386-pc-2.04-9.34.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="grub2-x86_64-efi-2.04-9.34.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.1">grub2-x86_64-efi-2.04-9.34.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gtk2-tools-2.24.32+67-2.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gtk2-tools-2.24.32+67-2.28">gtk2-tools-2.24.32+67-2.28 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="gzip-1.1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gzip-1.1-3.3.1">gzip-1.1-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ha-cluster-bootstrap-0.5-11.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ha-cluster-bootstrap-0.5-11.23">ha-cluster-bootstrap-0.5-11.23 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.1">habootstrap-formula-0.4.1+git.1611775401.451718e-3.12.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="haveged-1.9.2-6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hdparm-9.52-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:hdparm-9.52-1.22">hdparm-9.52-1.22 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hostname-3.16-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:hostname-3.16-2.22">hostname-3.16-2.22 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="hwinfo-21.71-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:hwinfo-21.71-3.3.1">hwinfo-21.71-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="info-6.5-4.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:info-6.5-4.17">info-6.5-4.17 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="initviocons-0.5-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:initviocons-0.5-1.27">initviocons-0.5-1.27 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ipmitool-1.8.18+git20200204.7ccea28-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ipmitool-1.8.18+git20200204.7ccea28-1.22">ipmitool-1.8.18+git20200204.7ccea28-1.22 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iproute2-5.3-5.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:iproute2-5.3-5.2.1">iproute2-5.3-5.2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iptables-1.8.3-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:iptables-1.8.3-1.36">iptables-1.8.3-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iputils-s20161105-8.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:iputils-s20161105-8.3.1">iputils-s20161105-8.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ipvsadm-1.29-2.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ipvsadm-1.29-2.25">ipvsadm-1.29-2.25 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="irqbalance-1.4.0-10.5" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:irqbalance-1.4.0-10.5">irqbalance-1.4.0-10.5 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="iscsiuio-0.7.8.6-22.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:iscsiuio-0.7.8.6-22.9.1">iscsiuio-0.7.8.6-22.9.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="javapackages-filesystem-5.3.0-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:javapackages-filesystem-5.3.0-1.36">javapackages-filesystem-5.3.0-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="javapackages-tools-5.3.0-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:javapackages-tools-5.3.0-1.36">javapackages-tools-5.3.0-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kbd-2.0.4-14.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kbd-2.0.4-14.38">kbd-2.0.4-14.38 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kbd-legacy-2.0.4-14.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kbd-legacy-2.0.4-14.38">kbd-legacy-2.0.4-14.38 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kdump-0.9.0-11.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kdump-0.9.0-11.3.1">kdump-0.9.0-11.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-24.49.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2">kernel-default-5.3.18-24.49.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kexec-tools-2.0.20-5.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kexec-tools-2.0.20-5.3.1">kexec-tools-2.0.20-5.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kmod-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kmod-25-6.7.1">kmod-25-6.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="kmod-compat-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ldirectord-4.4.0+git57.70549516-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ldirectord-4.4.0+git57.70549516-3.12.1">ldirectord-4.4.0+git57.70549516-3.12.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="less-530-1.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:less-530-1.6">less-530-1.6 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libHX28-3.22-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libHX28-3.22-1.26">libHX28-3.22-1.26 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libICE6-1.0.9-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Core5-5.12.7-4.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5Core5-5.12.7-4.12.2">libQt5Core5-5.12.7-4.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5DBus5-5.12.7-4.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5DBus5-5.12.7-4.12.2">libQt5DBus5-5.12.7-4.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Gui5-5.12.7-4.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5Gui5-5.12.7-4.12.2">libQt5Gui5-5.12.7-4.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Network5-5.12.7-4.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5Network5-5.12.7-4.12.2">libQt5Network5-5.12.7-4.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Svg5-5.12.7-1.49" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5Svg5-5.12.7-1.49">libQt5Svg5-5.12.7-1.49 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5Widgets5-5.12.7-4.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5Widgets5-5.12.7-4.12.2">libQt5Widgets5-5.12.7-4.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libQt5X11Extras5-5.12.7-1.49" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libQt5X11Extras5-5.12.7-1.49">libQt5X11Extras5-5.12.7-1.49 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libSM6-1.2.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXau6-1.0.8-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXcomposite1-0.4.4-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXcursor1-1.1.15-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXdamage1-1.1.4-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXdmcp6-1.1.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXext6-1.3.3-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXfixes3-5.0.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXft2-2.3.2-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXinerama1-1.1.3-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXmu6-1.1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXmuu1-1.1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXpm4-3.5.12-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXrandr2-1.5.1-2.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXrender1-0.9.10-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXt6-1.1.5-2.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libXtst6-1.2.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaio1-0.3.109-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libapparmor1-2.13.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libapparmor1-2.13.4-3.3.1">libapparmor1-2.13.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libasm1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libassuan0-2.5.1-2.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libatk-1_0-0-2.34.1-1.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libatk-1_0-0-2.34.1-1.56">libatk-1_0-0-2.34.1-1.56 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libatspi0-2.34.0-2.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libatspi0-2.34.0-2.23">libatspi0-2.34.0-2.23 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libattr1-2.4.47-2.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaudit1-2.8.1-12.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libaudit1-2.8.1-12.3.1">libaudit1-2.8.1-12.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libaugeas0-1.10.1-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libauparse0-2.8.1-12.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libauparse0-2.8.1-12.3.1">libauparse0-2.8.1-12.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_regex1_66_0-1.66.0-10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libboost_regex1_66_0-1.66.0-10.1">libboost_regex1_66_0-1.66.0-10.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_system1_66_0-1.66.0-10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libboost_system1_66_0-1.66.0-10.1">libboost_system1_66_0-1.66.0-10.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libboost_thread1_66_0-1.66.0-10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libboost_thread1_66_0-1.66.0-10.1">libboost_thread1_66_0-1.66.0-10.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcairo2-1.16.0-1.55" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcairo2-1.16.0-1.55">libcairo2-1.16.0-1.55 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcap2-2.25-2.41" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcap2-2.25-2.41">libcap2-2.25-2.41 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcfg6-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcfg6-2.4.5-6.3.2">libcfg6-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcmap4-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcmap4-2.4.5-6.3.2">libcmap4-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcorosync_common4-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcorosync_common4-2.4.5-6.3.2">libcorosync_common4-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcpg4-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcpg4-2.4.5-6.3.2">libcpg4-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcpupower0-5.5-6.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcpupower0-5.5-6.3.1">libcpupower0-5.5-6.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcrack2-2.9.7-11.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcrack2-2.9.7-11.3.1">libcrack2-2.9.7-11.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcroco-0_6-3-0.6.13-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcroco-0_6-3-0.6.13-1.26">libcroco-0_6-3-0.6.13-1.26 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcurl4-7.66.0-4.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libcurl4-7.66.0-4.11.1">libcurl4-7.66.0-4.11.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdatrie1-0.2.9-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdcerpc-binding0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdcerpc-binding0-4.11.14+git.202.344b137b75d-4.14.1">libdcerpc-binding0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1">libdcerpc0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdevmapper-event1_03-1.02.163-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdevmapper-event1_03-1.02.163-8.24.1">libdevmapper-event1_03-1.02.163-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdevmapper1_03-1.02.163-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdevmapper1_03-1.02.163-8.24.1">libdevmapper1_03-1.02.163-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdialog14-1.3-3.3.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdouble-conversion3-3.1.5-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdouble-conversion3-3.1.5-1.27">libdouble-conversion3-3.1.5-1.27 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdrm2-2.4.100-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdrm2-2.4.100-1.46">libdrm2-2.4.100-1.46 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdw1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libedit0-3.1.snap20150325-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libefivar1-37-6.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libefivar1-37-6.6.1">libefivar1-37-6.6.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libelf1-0.168-4.5.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libesmtp-1.0.6-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libestr0-0.1.10-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libevdev2-1.4.5-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfastjson4-0.99.8-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libffi7-3.2.1.git259-10.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libffi7-3.2.1.git259-10.8">libffi7-3.2.1.git259-10.8 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfl2-2.6.4-3.157" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfontenc1-1.1.3-1.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreeipmi17-1.6.2-7.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libfreeipmi17-1.6.2-7.28">libfreeipmi17-1.6.2-7.28 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfribidi0-1.0.5-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libfribidi0-1.0.5-1.3">libfribidi0-1.0.5-1.3 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgbm1-19.3.4-45.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgbm1-19.3.4-45.23">libgbm1-19.3.4-45.23 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgd3-2.2.5-9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgd3-2.2.5-9.1">libgd3-2.2.5-9.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgdbm4-1.12-1.418" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgdbm4-1.12-1.418">libgdbm4-1.12-1.418 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgdk_pixbuf-2_0-0-2.40.0-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgdk_pixbuf-2_0-0-2.40.0-3.3.1">libgdk_pixbuf-2_0-0-2.40.0-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgio-2_0-0-2.62.6-3.3.1">libgio-2_0-0-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgirepository-1_0-1-1.62.0-2.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgirepository-1_0-1-1.62.0-2.28">libgirepository-1_0-1-1.62.0-2.28 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libglib-2_0-0-2.62.6-3.3.1">libglib-2_0-0-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglvnd-1.2.0-1.43" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libglvnd-1.2.0-1.43">libglvnd-1.2.0-1.43 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgmodule-2_0-0-2.62.6-3.3.1">libgmodule-2_0-0-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgnutls30-3.6.7-14.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgnutls30-3.6.7-14.7.1">libgnutls30-3.6.7-14.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgobject-2_0-0-2.62.6-3.3.1">libgobject-2_0-0-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgpg-error0-1.29-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgpgme11-1.13.1-2.57" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgpgme11-1.13.1-2.57">libgpgme11-1.13.1-2.57 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgthread-2_0-0-2.62.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgthread-2_0-0-2.62.6-3.3.1">libgthread-2_0-0-2.62.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgtk-2_0-0-2.24.32+67-2.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libgtk-2_0-0-2.24.32+67-2.28">libgtk-2_0-0-2.24.32+67-2.28 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libharfbuzz0-2.6.4-1.56" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libharfbuzz0-2.6.4-1.56">libharfbuzz0-2.6.4-1.56 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libhavege1-1.9.2-6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libicu-suse65_1-65.1-2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libicu-suse65_1-65.1-2.1">libicu-suse65_1-65.1-2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libicu65_1-ledata-65.1-2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libicu65_1-ledata-65.1-2.1">libicu65_1-ledata-65.1-2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libidn11-1.34-3.2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libinput10-1.10.5-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libip4tc2-1.8.3-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libip4tc2-1.8.3-1.36">libip4tc2-1.8.3-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libip6tc2-1.8.3-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libip6tc2-1.8.3-1.36">libip6tc2-1.8.3-1.36 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisl15-0.18-1.443" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libisl15-0.18-1.443">libisl15-0.18-1.443 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjansson4-2.9-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libjansson4-2.9-1.24">libjansson4-2.9-1.24 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjbig2-2.1-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libjbig2-2.1-1.31">libjbig2-2.1-1.31 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjemalloc2-5.0.1-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libjson-c3-0.13-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libkmod2-25-6.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libkmod2-25-6.7.1">libkmod2-25-6.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libksba8-1.3.5-2.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldapcpp1-0.3.1-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libldb2-2.0.12-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libldb2-2.0.12-3.3.1">libldb2-2.0.12-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblogging0-1.0.6-3.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblognorm5-2.0.4-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblvm2cmd2_03-2.03.05-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:liblvm2cmd2_03-2.03.05-8.24.1">liblvm2cmd2_03-2.03.05-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="liblzo2-2-2.1-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmagic1-5.32-7.11.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmetalink3-0.1.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmnl0-1.0.4-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmodman1-2.0.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmozjs-60-60.9.0-4.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libmozjs-60-60.9.0-4.4">libmozjs-60-60.9.0-4.4 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmpc3-1.1.0-1.47" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmpfr6-4.0.1-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libmtdev1-1.1.5-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libncurses6-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-krb5pac0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libndr-krb5pac0-4.11.14+git.202.344b137b75d-4.14.1">libndr-krb5pac0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1">libndr-nbt0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1">libndr-standard0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libndr0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libndr0-4.11.14+git.202.344b137b75d-4.14.1">libndr0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetapi0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libnetapi0-4.11.14+git.202.344b137b75d-4.14.1">libnetapi0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnetfilter_conntrack3-1.0.7-1.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libnetfilter_conntrack3-1.0.7-1.38">libnetfilter_conntrack3-1.0.7-1.38 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnfnetlink0-1.0.1-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnftnl11-1.1.4-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libnftnl11-1.1.4-1.39">libnftnl11-1.1.4-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnghttp2-14-1.40.0-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libnghttp2-14-1.40.0-1.15">libnghttp2-14-1.40.0-1.15 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnpth0-1.5-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libnpth0-1.5-2.11">libnpth0-1.5-2.11 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnscd1-2.0.2-3.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnsl2-1.2.0-2.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnuma1-2.0.11-2.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopeniscsiusr0_2_0-2.1.3-22.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libopeniscsiusr0_2_0-2.1.3-22.9.1">libopeniscsiusr0_2_0-2.1.3-22.9.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-11.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libopenssl1_1-1.1.1d-11.12.1">libopenssl1_1-1.1.1d-11.12.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopts25-5.18.12-1.64" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpacemaker3-2.0.4+20200616.2deceaa3a-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpacemaker3-2.0.4+20200616.2deceaa3a-3.3.1">libpacemaker3-2.0.4+20200616.2deceaa3a-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpango-1_0-0-1.44.7+11-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpango-1_0-0-1.44.7+11-1.25">libpango-1_0-0-1.44.7+11-1.25 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libparted0-3.2-11.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpcre1-8.41-4.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpcre1-8.41-4.2">libpcre1-8.41-4.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpcre2-16-0-10.31-1.14" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpcre2-16-0-10.31-1.14">libpcre2-16-0-10.31-1.14 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpipeline1-1.4.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpolkit0-0.116-1.51" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpolkit0-0.116-1.51">libpolkit0-0.116-1.51 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpopt0-1.16-3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpopt0-1.16-3.22">libpopt0-1.16-3.22 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpsl5-0.20.1-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpython2_7-1_0-2.7.17-7.52.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libpython2_7-1_0-2.7.17-7.52.2">libpython2_7-1_0-2.7.17-7.52.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libqrencode4-4.0.0-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libquorum5-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libquorum5-2.4.5-6.3.2">libquorum5-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libreadline7-7.0-9.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="librsync2-1.0.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsam4-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsam4-2.4.5-6.3.2">libsam4-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-credentials0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-errors0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-hostconfig0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-passdb0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1">libsamba-util0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamdb0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsamdb0-4.11.14+git.202.344b137b75d-4.14.1">libsamdb0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsamplerate0-0.1.9-3.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libselinux1-3.0-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libselinux1-3.0-1.31">libselinux1-3.0-1.31 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsemanage1-3.0-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsemanage1-3.0-1.27">libsemanage1-3.0-1.27 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsepol1-3.0-1.31" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsepol1-3.0-1.31">libsepol1-3.0-1.31 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsigc-2_0-0-2.10.2-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsigc-2_0-0-2.10.2-1.18">libsigc-2_0-0-2.10.2-1.18 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmbconf0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsmbconf0-4.11.14+git.202.344b137b75d-4.14.1">libsmbconf0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmbldap2-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsmbldap2-4.11.14+git.202.344b137b75d-4.14.1">libsmbldap2-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi-0.4.8-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi2-0.4.8-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsnappy1-1.1.3-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsnmp30-5.7.3-8.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsolv-tools-0.7.16-3.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsolv-tools-0.7.16-3.13.1">libsolv-tools-0.7.16-3.13.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libstorage-ng-ruby-4.2.76-3.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libstorage-ng-ruby-4.2.76-3.7.1">libstorage-ng-ruby-4.2.76-3.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libstorage-ng1-4.2.76-3.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libstorage-ng1-4.2.76-3.7.1">libstorage-ng1-4.2.76-3.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsystemd0-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libsystemd0-234-24.72.1">libsystemd0-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtalloc2-2.2.0-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libtalloc2-2.2.0-1.39">libtalloc2-2.2.0-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtasn1-4.13-4.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtdb1-1.4.2-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libtdb1-1.4.2-1.39">libtdb1-1.4.2-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1">libtevent-util0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtevent0-0.10.0-1.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libtevent0-0.10.0-1.38">libtevent0-0.10.0-1.38 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libthai0-0.1.27-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtotem_pg5-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libtotem_pg5-2.4.5-6.3.2">libtotem_pg5-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libts0-1.13-1.18" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libts0-1.13-1.18">libts0-1.13-1.18 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libudev1-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libudev1-234-24.72.1">libudev1-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libunistring2-0.9.9-1.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libutempter0-1.1.6-3.42" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuv1-1.18.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libverto1-0.2.6-3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvirt-client-6.0.0-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libvirt-client-6.0.0-13.8.1">libvirt-client-6.0.0-13.8.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvirt-libs-6.0.0-13.8.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libvirt-libs-6.0.0-13.8.1">libvirt-libs-6.0.0-13.8.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvotequorum8-2.4.5-6.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libvotequorum8-2.4.5-6.3.2">libvotequorum8-2.4.5-6.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwacom-data-1.1-2.58" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwacom-data-1.1-2.58">libwacom-data-1.1-2.58 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwacom2-1.1-2.58" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwacom2-1.1-2.58">libwacom2-1.1-2.58 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwayland-server0-1.18.0-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwayland-server0-1.18.0-1.19">libwayland-server0-1.18.0-1.19 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwbclient0-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwbclient0-4.11.14+git.202.344b137b75d-4.14.1">libwbclient0-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwebp7-1.0.3-1.62" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwebp7-1.0.3-1.62">libwebp7-1.0.3-1.62 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwrap0-7.6-1.433" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libwrap0-7.6-1.433">libwrap0-7.6-1.433 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libx86emu3-3.1-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libx86emu3-3.1-1.23">libx86emu3-3.1-1.23 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb-xinput0-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libxcb-xinput0-1.13-3.5.1">libxcb-xinput0-1.13-3.5.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxcb1-1.13-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxkbfile1-1.0.9-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libxtables12-1.8.3-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libxtables12-1.8.3-1.36">libxtables12-1.8.3-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyajl2-2.1.0-2.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-ncurses-pkg11-2.50.7-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libyui-ncurses-pkg11-2.50.7-1.8">libyui-ncurses-pkg11-2.50.7-1.8 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-ncurses11-2.54.5-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libyui-ncurses11-2.54.5-1.36">libyui-ncurses11-2.54.5-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui-qt11-2.52.4-1.8" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libyui-qt11-2.52.4-1.8">libyui-qt11-2.52.4-1.8 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libyui11-3.9.3-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libyui11-3.9.3-1.29">libyui11-3.9.3-1.29 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzio1-1.06-2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libzio1-1.06-2.2">libzio1-1.06-2.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="libzypp-17.25.6-3.28.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libzypp-17.25.6-3.28.2">libzypp-17.25.6-3.28.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lsof-4.91-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:lsof-4.91-1.11">lsof-4.91-1.11 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lsscsi-0.28-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:lsscsi-0.28-1.24">lsscsi-0.28-1.24 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lvm2-2.03.05-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:lvm2-2.03.05-8.24.1">lvm2-2.03.05-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="lvm2-lockd-2.03.05-8.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:lvm2-lockd-2.03.05-8.24.1">lvm2-lockd-2.03.05-8.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mailx-12.5-1.87" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:mailx-12.5-1.87">mailx-12.5-1.87 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="makedumpfile-1.6.7-4.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:makedumpfile-1.6.7-4.1">makedumpfile-1.6.7-4.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="man-2.7.6-6.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mksh-56c-1.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:mksh-56c-1.1">mksh-56c-1.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="mlocate-0.26-5.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:mlocate-0.26-5.22">mlocate-0.26-5.22 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="netcat-openbsd-1.178-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="netcfg-11.6-1.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:netcfg-11.6-1.11">netcfg-11.6-1.11 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nfsidmap-0.26-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="nscd-2.26-13.56.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-24.49.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2">ocfs2-kmp-default-5.3.18-24.49.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-iscsi-2.1.3-22.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:open-iscsi-2.1.3-22.9.1">open-iscsi-2.1.3-22.9.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssh-8.1p1-5.12.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:openssh-8.1p1-5.12.3">openssh-8.1p1-5.12.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1.1.1d-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:openssl-1.1.1d-1.46">openssl-1.1.1d-1.46 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-11.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:openssl-1_1-1.1.1d-11.12.1">openssl-1_1-1.1.1d-11.12.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pacemaker-2.0.4+20200616.2deceaa3a-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:pacemaker-2.0.4+20200616.2deceaa3a-3.3.1">pacemaker-2.0.4+20200616.2deceaa3a-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.1">pacemaker-cli-2.0.4+20200616.2deceaa3a-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pam-config-1.1-1.43" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:pam-config-1.1-1.43">pam-config-1.1-1.43 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="parted-3.2-11.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-base-20200124-2.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:patterns-base-base-20200124-2.7">patterns-base-base-20200124-2.7 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-basesystem-20200124-2.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:patterns-base-basesystem-20200124-2.7">patterns-base-basesystem-20200124-2.7 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="patterns-base-minimal_base-20200124-2.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:patterns-base-minimal_base-20200124-2.7">patterns-base-minimal_base-20200124-2.7 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pciutils-ids-20200324-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Bootloader-0.931-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:perl-Bootloader-0.931-3.3.1">perl-Bootloader-0.931-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-MailTools-2.19-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Net-SSLeay-1.88-1.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:perl-Net-SSLeay-1.88-1.44">perl-Net-SSLeay-1.88-1.44 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-Socket6-0.28-1.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-URI-1.73-1.16" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-gettext-1.07-1.442" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="permissions-20181224-23.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:permissions-20181224-23.3.1">permissions-20181224-23.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="pigz-2.3.3-1.28" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="polkit-0.116-1.51" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:polkit-0.116-1.51">polkit-0.116-1.51 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="polkit-default-privs-13.2+20201209.bd89a77-3.3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:polkit-default-privs-13.2+20201209.bd89a77-3.3.3">polkit-default-privs-13.2+20201209.bd89a77-3.3.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="procmail-3.22-2.34" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:procmail-3.22-2.34">procmail-3.22-2.34 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="psmisc-23.0-6.10.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="purge-kernels-service-0-6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:purge-kernels-service-0-6.2">purge-kernels-service-0-6.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python-base-2.7.17-7.52.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python-base-2.7.17-7.52.2">python-base-2.7.17-7.52.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python2-shaptools-0.3.11+git.1605798399.b036435-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python2-shaptools-0.3.11+git.1605798399.b036435-3.6.1">python2-shaptools-0.3.11+git.1605798399.b036435-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-Babel-2.8.0-1.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-Babel-2.8.0-1.6">python3-Babel-2.8.0-1.6 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-MarkupSafe-1.0-1.29" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-SecretStorage-2.3.1-2.35" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-SecretStorage-2.3.1-2.35">python3-SecretStorage-2.3.1-2.35 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-asn1crypto-0.24.0-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-asn1crypto-0.24.0-1.2">python3-asn1crypto-0.24.0-1.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cachetools-4.1.0-1.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-cachetools-4.1.0-1.6">python3-cachetools-4.1.0-1.6 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cffi-1.13.2-1.25" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-cffi-1.13.2-1.25">python3-cffi-1.13.2-1.25 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-configshell-fb-1.1.27-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-configshell-fb-1.1.27-1.21">python3-configshell-fb-1.1.27-1.21 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-2.8-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-cryptography-2.8-3.6.1">python3-cryptography-2.8-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-decorator-4.4.2-7.3.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-decorator-4.4.2-7.3.13">python3-decorator-4.4.2-7.3.13 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-fasteners-0.14.1-3.2.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-fasteners-0.14.1-3.2.4">python3-fasteners-0.14.1-3.2.4 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-gobject-3.34.0-2.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-gobject-3.34.0-2.27">python3-gobject-3.34.0-2.27 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-google-api-python-client-1.7.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-google-api-python-client-1.7.4-3.3.1">python3-google-api-python-client-1.7.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-google-auth-1.5.1-3.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-google-auth-1.5.1-3.2.1">python3-google-auth-1.5.1-3.2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-google-auth-httplib2-0.0.3-1.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-google-auth-httplib2-0.0.3-1.3.2">python3-google-auth-httplib2-0.0.3-1.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-httplib2-0.10.3-1.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-httplib2-0.10.3-1.38">python3-httplib2-0.10.3-1.38 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-idna-2.6-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-keyring-10.5.0-2.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-keyring-10.5.0-2.3">python3-keyring-10.5.0-2.3 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-lxml-4.4.2-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-lxml-4.4.2-1.24">python3-lxml-4.4.2-1.24 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-monotonic-1.5-7.3.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-monotonic-1.5-7.3.13">python3-monotonic-1.5-7.3.13 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-oauth2client-4.1.2-1.57" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-oauth2client-4.1.2-1.57">python3-oauth2client-4.1.2-1.57 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-oauth2client-gce-4.1.2-1.57" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-oauth2client-gce-4.1.2-1.57">python3-oauth2client-gce-4.1.2-1.57 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-packaging-20.3-1.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-packaging-20.3-1.9">python3-packaging-20.3-1.9 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-parallax-1.0.6-4.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-parallax-1.0.6-4.3.1">python3-parallax-1.0.6-4.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-ply-3.1-1.27" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyasn1-0.4.2-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-pyasn1-0.4.2-1.2">python3-pyasn1-0.4.2-1.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyasn1-modules-0.2.1-3.4.12" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-pyasn1-modules-0.2.1-3.4.12">python3-pyasn1-modules-0.2.1-3.4.12 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pycparser-2.17-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-pycparser-2.17-1.24">python3-pycparser-2.17-1.24 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pycryptodome-3.9.0-1.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-pycryptodome-3.9.0-1.44">python3-pycryptodome-3.9.0-1.44 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pyroute2-0.5.10-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-pyroute2-0.5.10-3.3.1">python3-pyroute2-0.5.10-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-pytz-2018.5-4.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-rpm-4.14.1-20.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-rpm-4.14.1-20.3">python3-rpm-4.14.1-20.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-rsa-3.4.2-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-rsa-3.4.2-1.21">python3-rsa-3.4.2-1.21 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-rtslib-fb-2.1.73-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-rtslib-fb-2.1.73-3.6.1">python3-rtslib-fb-2.1.73-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-salt-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-salt-3000-24.1">python3-salt-3000-24.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-simplejson-3.13.2-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-simplejson-3.13.2-1.21">python3-simplejson-3.13.2-1.21 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-six-1.14.0-3.2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-six-1.14.0-3.2.1">python3-six-1.14.0-3.2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-solv-0.7.16-3.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-solv-0.7.16-3.13.1">python3-solv-0.7.16-3.13.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-talloc-2.2.0-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-talloc-2.2.0-1.39">python3-talloc-2.2.0-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-targetcli-fb-2.1.52-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-targetcli-fb-2.1.52-3.3.1">python3-targetcli-fb-2.1.52-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-uritemplate-3.0.0-1.38" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-uritemplate-3.0.0-1.38">python3-uritemplate-3.0.0-1.38 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="quota-4.05-3.9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="release-notes-ha-15.2.20200729-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:release-notes-ha-15.2.20200729-3.3.2">release-notes-ha-15.2.20200729-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="release-notes-sles-for-sap-15.2.20200729-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:release-notes-sles-for-sap-15.2.20200729-3.3.2">release-notes-sles-for-sap-15.2.20200729-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="resource-agents-4.4.0+git57.70549516-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:resource-agents-4.4.0+git57.70549516-3.12.1">resource-agents-4.4.0+git57.70549516-3.12.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rpm-ndb-4.14.1-20.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:rpm-ndb-4.14.1-20.3">rpm-ndb-4.14.1-20.3 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="rsyslog-8.39.0-4.7.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:rsyslog-8.39.0-4.7.3">rsyslog-8.39.0-4.7.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby-2.5-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ruby-2.5-1.21">ruby-2.5-1.21 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby-common-2.1-3.15" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby-solv-0.7.16-3.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ruby-solv-0.7.16-3.13.1">ruby-solv-0.7.16-3.13.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cfa-1.0.2-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ruby2.5-rubygem-cfa-1.0.2-1.33">ruby2.5-rubygem-cfa-1.0.2-1.33 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cfa_grub2-2.0.0-1.55" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ruby2.5-rubygem-cfa_grub2-2.0.0-1.55">ruby2.5-rubygem-cfa_grub2-2.0.0-1.55 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="ruby2.5-rubygem-cheetah-0.5.2-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ruby2.5-rubygem-cheetah-0.5.2-1.33">ruby2.5-rubygem-cheetah-0.5.2-1.33 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-3000-24.1">salt-3000-24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-master-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-master-3000-24.1">salt-master-3000-24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-minion-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-minion-3000-24.1">salt-minion-3000-24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1">salt-shaptools-0.3.11+git.1605797958.ae2f08a-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="salt-standalone-formulas-configuration-3000-24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-standalone-formulas-configuration-3000-24.1">salt-standalone-formulas-configuration-3000-24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="samba-libs-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:samba-libs-4.11.14+git.202.344b137b75d-4.14.1">samba-libs-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.1">samba-libs-python3-4.11.14+git.202.344b137b75d-4.14.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2">saphanabootstrap-formula-0.7.0+git.1611071677.5443549-3.8.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2">sapnwbootstrap-formula-0.6.0+git.1611071663.f186586-3.8.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="saptune-2.0.3-8.11.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:saptune-2.0.3-8.11.1">saptune-2.0.3-8.11.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sbd-1.4.1+20200807.883c2f8-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:sbd-1.4.1+20200807.883c2f8-3.3.2">sbd-1.4.1+20200807.883c2f8-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sed-4.4-2.11" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:sed-4.4-2.11">sed-4.4-2.11 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="setxkbmap-1.3.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shadow-4.6-3.5.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shared-mime-info-1.12-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:shared-mime-info-1.12-1.26">shared-mime-info-1.12-1.26 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="shim-15+git47-3.13.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="socat-1.7.3.2-4.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:socat-1.7.3.2-4.1">socat-1.7.3.2-4.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="strace-5.3-1.44" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:strace-5.3-1.44">strace-5.3-1.44 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="suse-module-tools-15.2.11-2.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:suse-module-tools-15.2.11-2.1">suse-module-tools-15.2.11-2.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysconfig-0.85.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:sysconfig-0.85.6-3.3.1">sysconfig-0.85.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysconfig-netconfig-0.85.6-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:sysconfig-netconfig-0.85.6-3.3.1">sysconfig-netconfig-0.85.6-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="syslog-service-2.0-2.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-hardware-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-lp-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-man-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-nobody-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-user-uuidd-20170617-4.155" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:systemd-234-24.72.1">systemd-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="systemd-sysvinit-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysvinit-tools-2.88+-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tar-1.3-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="targetcli-fb-common-2.1.52-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:targetcli-fb-common-2.1.52-3.3.1">targetcli-fb-common-2.1.52-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tcpd-7.6-1.433" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:tcpd-7.6-1.433">tcpd-7.6-1.433 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="tdb-tools-1.4.2-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:tdb-tools-1.4.2-1.39">tdb-tools-1.4.2-1.39 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="telnet-1.2-1.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:telnet-1.2-1.3">telnet-1.2-1.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="terminfo-6.1-5.6.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="timezone-2021a-3.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:timezone-2021a-3.44.1">timezone-2021a-3.44.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="udev-234-24.72.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:udev-234-24.72.1">udev-234-24.72.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="unzip-6.0-4.8.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="virt-what-1.15-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wallpaper-branding-SLE-15-20.3.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:wallpaper-branding-SLE-15-20.3.3">wallpaper-branding-SLE-15-20.3.3 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="which-2.21-2.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:which-2.21-2.2">which-2.21-2.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wicked-0.6.64-3.3.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:wicked-0.6.64-3.3.4">wicked-0.6.64-3.3.4 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="wicked-service-0.6.64-3.3.4" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:wicked-service-0.6.64-3.3.4">wicked-service-0.6.64-3.3.4 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xauth-1.0.10-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xbitmaps-1.1.1-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xdg-menu-0.2-1.23" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xdg-utils-1.1.3+20190413-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:xdg-utils-1.1.3+20190413-1.24">xdg-utils-1.1.3+20190413-1.24 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-libs-4.13.2_06-3.22.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:xen-libs-4.13.2_06-3.22.1">xen-libs-4.13.2_06-3.22.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xinit-1.4.0-6.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xkbcomp-1.4.1-1.9" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xmodmap-1.0.9-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xorg-x11-fonts-core-7.6-13.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:xorg-x11-fonts-core-7.6-13.3.1">xorg-x11-fonts-core-7.6-13.3.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xsetroot-1.1.1-1.24" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xtables-plugins-1.8.3-1.36" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:xtables-plugins-1.8.3-1.36">xtables-plugins-1.8.3-1.36 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="xterm-bin-330-9.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:xterm-bin-330-9.1">xterm-bin-330-9.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-4.2.92-3.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-4.2.92-3.24.1">yast2-4.2.92-3.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-add-on-4.2.17-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-add-on-4.2.17-3.3.2">yast2-add-on-4.2.17-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-audit-laf-4.2.0-1.152" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-audit-laf-4.2.0-1.152">yast2-audit-laf-4.2.0-1.152 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-bootloader-4.2.26-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-bootloader-4.2.26-3.3.2">yast2-bootloader-4.2.26-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-cluster-4.2.11-3.12.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-cluster-4.2.11-3.12.1">yast2-cluster-4.2.11-3.12.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-control-center-4.2.3-1.67" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-control-center-4.2.3-1.67">yast2-control-center-4.2.3-1.67 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-control-center-qt-4.2.3-1.67" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-control-center-qt-4.2.3-1.67">yast2-control-center-qt-4.2.3-1.67 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-country-4.2.20-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-country-4.2.20-3.3.2">yast2-country-4.2.20-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-country-data-4.2.20-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-country-data-4.2.20-3.3.2">yast2-country-data-4.2.20-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-dhcp-server-4.2.3-1.32" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-dhcp-server-4.2.3-1.32">yast2-dhcp-server-4.2.3-1.32 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-dns-server-4.2.4-1.163" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-dns-server-4.2.4-1.163">yast2-dns-server-4.2.4-1.163 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-drbd-4.2.2-1.111" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-drbd-4.2.2-1.111">yast2-drbd-4.2.2-1.111 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-firewall-4.2.6-3.6.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-firewall-4.2.6-3.6.1">yast2-firewall-4.2.6-3.6.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ftp-server-4.2.5-1.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-ftp-server-4.2.5-1.2">yast2-ftp-server-4.2.5-1.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-hardware-detection-4.1.1-1.68" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-hardware-detection-4.1.1-1.68">yast2-hardware-detection-4.1.1-1.68 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-http-server-4.2.7-1.64" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-http-server-4.2.7-1.64">yast2-http-server-4.2.7-1.64 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-installation-4.2.49-3.19.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-installation-4.2.49-3.19.1">yast2-installation-4.2.49-3.19.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iplb-4.2.0-1.152" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-iplb-4.2.0-1.152">yast2-iplb-4.2.0-1.152 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iscsi-client-4.2.6-1.7" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-iscsi-client-4.2.6-1.7">yast2-iscsi-client-4.2.6-1.7 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-iscsi-lio-server-4.2.5-1.19" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-iscsi-lio-server-4.2.5-1.19">yast2-iscsi-lio-server-4.2.5-1.19 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-journal-4.2.2-1.143" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-journal-4.2.2-1.143">yast2-journal-4.2.2-1.143 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-kdump-4.2.9-1.79" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-kdump-4.2.9-1.79">yast2-kdump-4.2.9-1.79 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-logs-4.2.92-3.24.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-logs-4.2.92-3.24.1">yast2-logs-4.2.92-3.24.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-mail-4.2.3-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-mail-4.2.3-3.3.1">yast2-mail-4.2.3-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-network-4.2.91-3.44.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-network-4.2.91-3.44.1">yast2-network-4.2.91-3.44.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-client-4.2.8-1.13" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-nfs-client-4.2.8-1.13">yast2-nfs-client-4.2.8-1.13 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-common-4.2.4-1.68" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-nfs-common-4.2.4-1.68">yast2-nfs-common-4.2.4-1.68 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nfs-server-4.2.4-1.68" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-nfs-server-4.2.4-1.68">yast2-nfs-server-4.2.4-1.68 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nis-client-4.2.4-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-nis-client-4.2.4-3.3.1">yast2-nis-client-4.2.4-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-nis-server-4.2.2-1.64" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-nis-server-4.2.2-1.64">yast2-nis-server-4.2.2-1.64 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ntp-client-4.2.11-1.46" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-ntp-client-4.2.11-1.46">yast2-ntp-client-4.2.11-1.46 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-online-update-4.2.2-1.176" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-online-update-4.2.2-1.176">yast2-online-update-4.2.2-1.176 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-online-update-frontend-4.2.2-1.176" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-online-update-frontend-4.2.2-1.176">yast2-online-update-frontend-4.2.2-1.176 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-packager-4.2.69-3.15.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-packager-4.2.69-3.15.1">yast2-packager-4.2.69-3.15.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-pam-4.2.5-3.3.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-pam-4.2.5-3.3.2">yast2-pam-4.2.5-3.3.2 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-pkg-bindings-4.2.15-3.12.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-pkg-bindings-4.2.15-3.12.2">yast2-pkg-bindings-4.2.15-3.12.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-printer-4.2.0-1.152" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-printer-4.2.0-1.152">yast2-printer-4.2.0-1.152 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-proxy-4.2.2-1.143" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-proxy-4.2.2-1.143">yast2-proxy-4.2.2-1.143 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-python3-bindings-4.1.3-1.21" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-python3-bindings-4.1.3-1.21">yast2-python3-bindings-4.1.3-1.21 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-registration-4.2.46-3.9.2" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-registration-4.2.46-3.9.2">yast2-registration-4.2.46-3.9.2 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ruby-bindings-4.2.9-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-ruby-bindings-4.2.9-3.3.1">yast2-ruby-bindings-4.2.9-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-samba-client-4.2.3-1.35" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-samba-client-4.2.3-1.35">yast2-samba-client-4.2.3-1.35 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-samba-server-4.2.4-1.6" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-samba-server-4.2.4-1.6">yast2-samba-server-4.2.4-1.6 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-schema-4.2.10-1.26" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-schema-4.2.10-1.26">yast2-schema-4.2.10-1.26 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-security-4.2.19-3.16.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-security-4.2.19-3.16.3">yast2-security-4.2.19-3.16.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-services-manager-4.2.7-3.3.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-services-manager-4.2.7-3.3.1">yast2-services-manager-4.2.7-3.3.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-slp-4.1.1-1.143" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-slp-4.1.1-1.143">yast2-slp-4.1.1-1.143 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-squid-4.2.1-1.153" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-squid-4.2.1-1.153">yast2-squid-4.2.1-1.153 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-storage-ng-4.2.114-3.14.3" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-storage-ng-4.2.114-3.14.3">yast2-storage-ng-4.2.114-3.14.3 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sudo-4.2.3-1.72" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-sudo-4.2.3-1.72">yast2-sudo-4.2.3-1.72 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-support-4.2.3-1.94" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-support-4.2.3-1.94">yast2-support-4.2.3-1.94 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-sysconfig-4.2.1-1.141" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-sysconfig-4.2.1-1.141">yast2-sysconfig-4.2.1-1.141 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-tftp-server-4.2.0-1.152" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-tftp-server-4.2.0-1.152">yast2-tftp-server-4.2.0-1.152 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-tune-4.2.5-3.5.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-tune-4.2.5-3.5.1">yast2-tune-4.2.5-3.5.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-update-4.2.21-3.7.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-update-4.2.21-3.7.1">yast2-update-4.2.21-3.7.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-users-4.2.11-1.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-users-4.2.11-1.1">yast2-users-4.2.11-1.1 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-xml-4.1.1-1.33" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-xml-4.1.1-1.33">yast2-xml-4.1.1-1.33 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="yast2-ycp-ui-bindings-4.2.9-1.39" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:yast2-ycp-ui-bindings-4.2.9-1.39">yast2-ycp-ui-bindings-4.2.9-1.39 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zip-3.0-2.22" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:zip-3.0-2.22">zip-3.0-2.22 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zsh-5.6-5.17" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:zsh-5.6-5.17">zsh-5.6-5.17 as a component of Public Cloud Image google/sles-15-sp2-sap-byos-v20210303</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypper-1.14.42-3.17.1" RelationType="Default Component Of" RelatesToProductReference="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:zypper-1.14.42-3.17.1">zypper-1.14.42-3.17.1 as a component of Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303">
      <FullProductName ProductID="Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303:libpython2_7-1_0-2.7.17-7.52.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python-base-2.7.17-7.52.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-3.6.12-3.75.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-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-sp2-sap-byos-v20210303:containerd-1.3.9-5.29.3</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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-sp2-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-sp2-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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 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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:python3-salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-master-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-minion-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-standalone-formulas-configuration-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-sp2-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-sp2-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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">In the cryptography package before 3.3.2 for Python, certain sequences of update calls to symmetrically encrypt multi-GB values could result in an integer overflow and buffer overflow, as demonstrated by the Fernet class.</Note>
    </Notes>
    <CVE>CVE-2020-36242</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-cryptography-2.8-3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.4</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/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-sp2-sap-byos-v20210303:bind-utils-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libbind9-1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libdns1605-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libirs1601-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libisc1606-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libisccc1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libisccfg1600-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:libns1604-9.16.6-12.44.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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-sp2-sap-byos-v20210303:grub2-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-i386-pc-2.04-9.34.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:grub2-x86_64-efi-2.04-9.34.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-sp2-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-sp2-sap-byos-v20210303:python3-salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-master-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-minion-3000-24.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:salt-standalone-formulas-configuration-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-sp2-sap-byos-v20210303:libavahi-client3-0.7-3.6.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-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-sp2-sap-byos-v20210303:libpython2_7-1_0-2.7.17-7.52.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python-base-2.7.17-7.52.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:python3-3.6.12-3.75.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:glibc-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-i18ndata-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:glibc-locale-base-2.26-13.56.1</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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-sp2-sap-byos-v20210303:cluster-md-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:dlm-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:gfs2-kmp-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:kernel-default-5.3.18-24.49.2</ProductID>
        <ProductID>Public Cloud Image google/sles-15-sp2-sap-byos-v20210303:ocfs2-kmp-default-5.3.18-24.49.2</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>
