rhsa-2017:1615
Vulnerability from csaf_redhat
Published
2017-06-28 16:57
Modified
2025-10-09 17:30
Summary
Red Hat Security Advisory: kernel security and bug fix update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* A flaw was found in the way Linux kernel allocates heap memory to build the scattergather list from a fragment list(skb_shinfo(skb)->frag_list) in
the socket buffer(skb_buff). The heap overflow occurred if 'MAX_SKB_FRAGS + 1' parameter and 'NETIF_F_FRAGLIST' feature were used together. A
remote user or process could use this flaw to potentially escalate their privilege on a system. (CVE-2017-7477, Important)
* The NFS2/3 RPC client could send long arguments to the NFS server. These encoded arguments are stored in an array of memory pages, and accessed using pointer variables. Arbitrarily long arguments could make these pointers point outside the array and cause an out-of-bounds memory access. A remote user or program could use this flaw to crash the kernel (denial of service). (CVE-2017-7645, Important)
* The NFSv2 and NFSv3 server implementations in the Linux kernel through 4.10.13 lacked certain checks for the end of a buffer. A remote attacker could trigger a pointer-arithmetic error or possibly cause other unspecified impacts using crafted requests related to fs/nfsd/nfs3xdr.c and fs/nfsd/nfsxdr.c. (CVE-2017-7895, Important)
* The Linux kernel built with the Kernel-based Virtual Machine (CONFIG_KVM) support was vulnerable to an incorrect segment selector(SS) value error. The error could occur while loading values into the SS register in long mode. A user or process inside a guest could use this flaw to crash the guest, resulting in DoS or potentially escalate their privileges inside the guest. (CVE-2017-2583, Moderate)
* A flaw was found in the Linux kernel's handling of packets with the URG flag. Applications using the splice() and tcp_splice_read() functionality could allow a remote attacker to force the kernel to enter a condition in which it could loop indefinitely. (CVE-2017-6214, Moderate)
Red Hat would like to thank Ari Kauppi for reporting CVE-2017-7895 and Xiaohan Zhang (Huawei Inc.) for reporting CVE-2017-2583.
Bug Fix(es):
* Previously, the reserved-pages counter (HugePages_Rsvd) was bigger than the total-pages counter (HugePages_Total) in the /proc/meminfo file, and HugePages_Rsvd underflowed. With this update, the HugeTLB feature of the Linux kernel has been fixed, and HugePages_Rsvd underflow no longer occurs. (BZ#1445184)
* If a directory on a NFS client was modified while being listed, the NFS client could restart the directory listing multiple times. Consequently, the performance of listing the directory was sub-optimal. With this update, the restarting of the directory listing happens less frequently. As a result, the performance of listing the directory while it is being modified has improved. (BZ#1450851)
* The Fibre Channel over Ethernet (FCoE) adapter in some cases failed to reboot. This update fixes the qla2xxx driver, and FCoE adapter now reboots as expected. (BZ#1446246)
* When a VM with Virtual Function I/O (VFIO) device was rebooted, the QEMU process occasionally terminated unexpectedly due to a failed VFIO Direct Memory Access (DMA) map request. This update fixes the vfio driver and QEMU no longer crashes in the described situation. (BZ#1450855)
* When the operating system was booted with the in-box lpfc driver, a kernel panic occurred on the little-endian variant of IBM Power Systems. This update fixes lpfc, and the kernel no longer panics in the described situation. (BZ#1452044)
* When creating or destroying a VM with Virtual Function I/O (VFIO) devices with "Hugepages" feature enabled, errors in Direct Memory Access (DMA) page table entry (PTE) mappings occurred, and QEMU memory usage behaved unpredictably. This update fixes range computation when making room for large pages in Input/Output Memory Management Unit (IOMMU). As a result, errors in DMA PTE mappings no longer occur, and QEMU has a predictable memory usage in the described situation. (BZ#1450856)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* A flaw was found in the way Linux kernel allocates heap memory to build the scattergather list from a fragment list(skb_shinfo(skb)-\u003efrag_list) in\nthe socket buffer(skb_buff). The heap overflow occurred if \u0027MAX_SKB_FRAGS + 1\u0027 parameter and \u0027NETIF_F_FRAGLIST\u0027 feature were used together. A\nremote user or process could use this flaw to potentially escalate their privilege on a system. (CVE-2017-7477, Important)\n\n* The NFS2/3 RPC client could send long arguments to the NFS server. These encoded arguments are stored in an array of memory pages, and accessed using pointer variables. Arbitrarily long arguments could make these pointers point outside the array and cause an out-of-bounds memory access. A remote user or program could use this flaw to crash the kernel (denial of service). (CVE-2017-7645, Important)\n\n* The NFSv2 and NFSv3 server implementations in the Linux kernel through 4.10.13 lacked certain checks for the end of a buffer. A remote attacker could trigger a pointer-arithmetic error or possibly cause other unspecified impacts using crafted requests related to fs/nfsd/nfs3xdr.c and fs/nfsd/nfsxdr.c. (CVE-2017-7895, Important)\n\n* The Linux kernel built with the Kernel-based Virtual Machine (CONFIG_KVM) support was vulnerable to an incorrect segment selector(SS) value error. The error could occur while loading values into the SS register in long mode. A user or process inside a guest could use this flaw to crash the guest, resulting in DoS or potentially escalate their privileges inside the guest. (CVE-2017-2583, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s handling of packets with the URG flag. Applications using the splice() and tcp_splice_read() functionality could allow a remote attacker to force the kernel to enter a condition in which it could loop indefinitely. (CVE-2017-6214, Moderate)\n\nRed Hat would like to thank Ari Kauppi for reporting CVE-2017-7895 and Xiaohan Zhang (Huawei Inc.) for reporting CVE-2017-2583.\n\nBug Fix(es):\n\n* Previously, the reserved-pages counter (HugePages_Rsvd) was bigger than the total-pages counter (HugePages_Total) in the /proc/meminfo file, and HugePages_Rsvd underflowed. With this update, the HugeTLB feature of the Linux kernel has been fixed, and HugePages_Rsvd underflow no longer occurs. (BZ#1445184)\n\n* If a directory on a NFS client was modified while being listed, the NFS client could restart the directory listing multiple times. Consequently, the performance of listing the directory was sub-optimal. With this update, the restarting of the directory listing happens less frequently. As a result, the performance of listing the directory while it is being modified has improved. (BZ#1450851)\n\n* The Fibre Channel over Ethernet (FCoE) adapter in some cases failed to reboot. This update fixes the qla2xxx driver, and FCoE adapter now reboots as expected. (BZ#1446246)\n\n* When a VM with Virtual Function I/O (VFIO) device was rebooted, the QEMU process occasionally terminated unexpectedly due to a failed VFIO Direct Memory Access (DMA) map request. This update fixes the vfio driver and QEMU no longer crashes in the described situation. (BZ#1450855)\n\n* When the operating system was booted with the in-box lpfc driver, a kernel panic occurred on the little-endian variant of IBM Power Systems. This update fixes lpfc, and the kernel no longer panics in the described situation. (BZ#1452044)\n\n* When creating or destroying a VM with Virtual Function I/O (VFIO) devices with \"Hugepages\" feature enabled, errors in Direct Memory Access (DMA) page table entry (PTE) mappings occurred, and QEMU memory usage behaved unpredictably. This update fixes range computation when making room for large pages in Input/Output Memory Management Unit (IOMMU). As a result, errors in DMA PTE mappings no longer occur, and QEMU has a predictable memory usage in the described situation. (BZ#1450856)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2017:1615",
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/3090941",
"url": "https://access.redhat.com/articles/3090941"
},
{
"category": "external",
"summary": "1414735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1414735"
},
{
"category": "external",
"summary": "1426542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1426542"
},
{
"category": "external",
"summary": "1443615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1443615"
},
{
"category": "external",
"summary": "1445207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1445207"
},
{
"category": "external",
"summary": "1446103",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1446103"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_1615.json"
}
],
"title": "Red Hat Security Advisory: kernel security and bug fix update",
"tracking": {
"current_release_date": "2025-10-09T17:30:01+00:00",
"generator": {
"date": "2025-10-09T17:30:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2017:1615",
"initial_release_date": "2017-06-28T16:57:35+00:00",
"revision_history": [
{
"date": "2017-06-28T16:57:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2017-06-29T12:41:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T17:30:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "perf-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.26.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.26.1.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.26.1.el7.src",
"product": {
"name": "kernel-0:3.10.0-514.26.1.el7.src",
"product_id": "kernel-0:3.10.0-514.26.1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.26.1.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"product": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"product_id": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@3.10.0-514.26.1.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"product": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"product_id": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-514.26.1.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "perf-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.26.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.26.1.el7?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_id": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.26.1.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_id": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"product_id": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_id": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x",
"product_id": "perf-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-514.26.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"product": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"product_id": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.26.1.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Client-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
"product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.src",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.26.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.3.Z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Xiaohan Zhang"
],
"organization": "Huawei Inc."
}
],
"cve": "CVE-2017-2583",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"discovery_date": "2017-01-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1414735"
}
],
"notes": [
{
"category": "description",
"text": "Linux kernel built with the Kernel-based Virtual Machine (CONFIG_KVM) support was vulnerable to an incorrect segment selector(SS) value error. The error could occur while loading values into the SS register in long mode. A user or process inside a guest could use this flaw to crash the guest, resulting in DoS or potentially escalate their privileges inside the guest.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: Kvm: vmx/svm potential privilege escalation inside guest",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue does not affect the versions of the kernel package as shipped with\nRed Hat Enterprise Linux 5, 6 and Red Hat Enterprise MRG 2.\n\nThis issue affects the versions of the Linux kernel as shipped with Red Hat Enterprise Linux 7. Future kernel updates for Red Hat Enterprise Linux 7\nmay address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-2583"
},
{
"category": "external",
"summary": "RHBZ#1414735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1414735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-2583"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2583",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2583"
}
],
"release_date": "2017-01-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2017-06-28T16:57:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "ADJACENT_NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.9,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:A/AC:M/Au:S/C:P/I:P/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Kernel: Kvm: vmx/svm potential privilege escalation inside guest"
},
{
"cve": "CVE-2017-6214",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2017-02-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1426542"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s handling of packets with the URG flag. Applications using the splice() and tcp_splice_read() functionality could allow a remote attacker to force the kernel to enter a condition in which it could loop indefinitely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipv4/tcp: Infinite loop in tcp_splice_read()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5 as the code with the flaw is not present in the products listed.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7 and MRG-2. Future Linux kernel updates for the respective releases might address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-6214"
},
{
"category": "external",
"summary": "RHBZ#1426542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1426542"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-6214",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6214"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-6214",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6214"
}
],
"release_date": "2017-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2017-06-28T16:57:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipv4/tcp: Infinite loop in tcp_splice_read()"
},
{
"cve": "CVE-2017-7477",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2017-04-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1445207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the way Linux kernel allocates heap memory to build the scattergather list from a fragment list(skb_shinfo(skb)-\u003efrag_list) in the socket buffer(skb_buff). The heap overflow occurred if \u0027MAX_SKB_FRAGS + 1\u0027 parameter and \u0027NETIF_F_FRAGLIST\u0027 feature are both used together. A remote user or process could use this flaw to potentially escalate their privilege on a system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: Heap overflow in skb_to_sgvec in macsec.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6 and Red Hat Enterprise MRG 2.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 7 starting with the version kernel-3.10.0-514.el7, that is with Red Hat Enterprise Linux 7.3 GA. Prior Red Hat Enterprise Linux 7 kernel versions are not affected.\n\nIn order to exploit this issue, the system needs to be manually configured by privileged user. The default Red Hat Enterprise Linux 7 configuration is not vulnerable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-7477"
},
{
"category": "external",
"summary": "RHBZ#1445207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1445207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-7477",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7477"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-7477",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7477"
}
],
"release_date": "2017-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2017-06-28T16:57:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
},
{
"category": "workaround",
"details": "Red Hat recommends blacklisting the kernel module to prevent its use. This will prevent accidental version loading by administration and also mitigate the flaw if a kernel with the affected module is booted.\n\nAs the macsec module will be auto-loaded when required, its use can be disabled by preventing the module from loading with the following instructions:\nRaw\n\n # echo \"install macsec /bin/true\" \u003e\u003e /etc/modprobe.d/disable-macsec.conf \n\nIf macsec functionality is in use as a functional part of the system a kernel upgrade is required.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net: Heap overflow in skb_to_sgvec in macsec.c"
},
{
"cve": "CVE-2017-7645",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2017-04-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1443615"
}
],
"notes": [
{
"category": "description",
"text": "The NFS2/3 RPC client could send long arguments to the NFS server. These encoded arguments are stored in an array of memory pages, and accessed using pointer variables. Arbitrarily long arguments could make these pointers point outside the array and cause an out-of-bounds memory access. A remote user or program could use this flaw to crash the kernel, resulting in denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: Incorrect handling of long RPC replies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the Linux kernel as shipped with\nRed Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2. Future kernel\nupdates for Red Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2 may\naddress this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-7645"
},
{
"category": "external",
"summary": "RHBZ#1443615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1443615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-7645",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7645"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-7645",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7645"
}
],
"release_date": "2017-04-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2017-06-28T16:57:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 7.1,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:C",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nfsd: Incorrect handling of long RPC replies"
},
{
"acknowledgments": [
{
"names": [
"Ari Kauppi"
]
}
],
"cve": "CVE-2017-7895",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-04-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1446103"
}
],
"notes": [
{
"category": "description",
"text": "The NFSv2 and NFSv3 server implementations in the Linux kernel through 4.10.13 lacked certain checks for the end of a buffer. A remote attacker could trigger a pointer-arithmetic error or possibly cause other unspecified impacts using crafted requests related to fs/nfsd/nfs3xdr.c and fs/nfsd/nfsxdr.c.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFSv3 server does not properly handle payload bounds checking of WRITE requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the Linux kernel as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2. Future kernel updates for Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2 may address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-7895"
},
{
"category": "external",
"summary": "RHBZ#1446103",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1446103"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-7895",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-7895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7895"
}
],
"release_date": "2017-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2017-06-28T16:57:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2017:1615"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Client-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Server-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.src",
"7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.26.1.el7.noarch",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.26.1.el7.x86_64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.ppc64le",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.s390x",
"7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.26.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: NFSv3 server does not properly handle payload bounds checking of WRITE requests"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…